Subject: Re: Formatting white space with xslt
From: "Lars Nyman" <larsnyman@xxxxxxxxxxxxx>
Date: Thu, 20 Nov 2003 21:33:56 -0800
|
The answer is here: http://www.w3.org/TR/REC-xml#AVNormalize
And it says: "... For a white space character (#x20, #xD, #xA, #x9), append
a space character (#x20) to the normalized value..."
Lars
> I have an issue I have been looking at for a while.
>
> Imagine the following XML
>
> <root>
> <item itemId="0" value="line1
> line2
> line2"/>
> </root>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|