xsl-list
[Top] [All Lists]

Re: Formatting white space with xslt

2003-11-20 22:33:56
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



<Prev in Thread] Current Thread [Next in Thread>