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

Subject: Re: [xsl] indent="no" does not prevent inserts of New Line
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 30 Jun 2003 09:58:54 +0100
> <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


Current Thread