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

Re: stripping leading and trailing newlines from xml

Subject: Re: stripping leading and trailing newlines from xml
From: "Aparna Konduri" <a_konduri@xxxxxxxxx>
Date: Thu, 08 Aug 2002 16:43:19 -0400
newlines in xml
Hello Mike,

Suppose xml is like
-----------------------------------
\n
<xml>
   <tag1>  x </tag>
   <tag2> y </tag> 
</xml>
\n
------------------------------------

where \n is a newline. I want to have the entire format as it is, except for the leading and trailing newlines. I mean the output should be just,

-----------------------------------
<xml>
   <tag1>  x </tag>
   <tag2> y </tag> 
</xml>
------------------------------------

Is there a way in xsl to do this? I tried, normalize-space() only to find out that all the format of xml file is gone. I want to have extra spaces on all the lines, except for the first and last newlines.



Thanks for your help,
Aparna
 

--

On Thu, 8 Aug 2002 14:31:46   
 Mike Brown wrote:
>Aparna Konduri wrote:
>> Is there a way to just strip leading and trailing newlines from 
>> xml using xsl or javascript?
>
>XSLT has somewhat unintuitive rules for how it handles whitespace
>and newlines. You did not provide an example of what you want to
>accomplish, so I guess you meant extraneous whitespace.
>
>An identity transform as discussed in the XSLT spec under "Copying"
>(xsl:copy), with the addition of
>
>  <xsl:strip-space elements="*"/>
>  <xsl:output method="xml" indent="no"/>
>
>is probably what you want.
>
>   - Mike
>____________________________________________________________________________
>  mike j. brown                   |  xml/xslt: http://skew.org/xml/
>  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


__________________________________________________________
Win a First Class Trip to Hawaii to Vacation Elvis Style!
http://r.lycos.com/r/sagel_mail/http://www.elvis.lycos.com/sweepstakes

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.