[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

stripping leading and trailing blanks of a value?

Subject: stripping leading and trailing blanks of a value?
From: "Ben Stover" <bxstover@xxxxxxxxxxx>
Date: Tue, 09 Mar 2010 18:05:11 +0100
 stripping leading and trailing blanks of a value?
Assume I have a XML doc where occasionally values appear with leading and trailing blanks similar to

<aaa>
<bbb>
'3 blanks'somevalue'4 blanks'
</bbb>
</aaa>

Because blanks are probably removed by the mailing list system I put 'n blanks' in the code above.
In reality real blanks are meant.

So how can I strip all such leading and trailing blanks (nad line breaks) with XSLT?

The stripping should applied only to "atomic" values. That means that blanks between e.g.
<aaa> and <bbb> should be kept. So the result should look like

<aaa>
<bbb>somevalue</bbb>
</aaa>

Moreover how can I strip all "atomic" blanks in a whole XML doc and not only from a particular tag value?

Ben

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.