xsl-list
[Top] [All Lists]

Re: indent="no" does not prevent inserts of New Line

2003-06-30 01:58:54

<xsl:text>Club&#x20;Suche</xsl:text>
leads to x0A and sixteen x20

well, it shouldn't. Perhaps a bug in your XSLT system?

<xsl:text>Club Suche</xsl:text> (keyboard space)
leads to x0A and sixteen x20

well the XSLT system will see the same input as above as the &#x20
will have been reported as a space by the XML parser, so it's not
surprising that this gives the same, but it's still wrong.

<xsl:text>Club</xsl:text> <xsl:text>Suche</xsl:text>(keyboard space between
tags)
leads to stripped whitespace.

as expected.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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