Hi,
> That works!
> I don't get the difference between:
> 

Unicode character point U+000A, i.e. LINE FEED
> 

Again, U+000A
> 
U+000D, CARRIAGE RETURN
> Has to do with how the client interprets these. Correct?
If you haven't already, read <http://www.w3.org/TR/2004/REC-xml-20040204/#sec-line-ends>.
Cheers,
Jarno - Chric C: The Zurich Mix <http://hardnrg.com/music.php>
>
>
>
> -----Original Message-----
>
> The white space is stripped, see
> <http://www.w3.org/TR/xslt#strip>. Wrap the
> LINE FEED character into xsl:text:
>
> <xsl:template match="br">
> <xsl:text>
</xsl:text>
> </xsl:template>
>
> Cheers,
>
> Jarno
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|