xsl-list
[Top] [All Lists]

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

2003-06-30 04:18:06
Hi,

I'm using the binaries of xalan 2.5.1,
xalan.jar, xercesImpl.jar and xml-apis.jar.

I haven't found something like this in bug reports,
so could it be a missing property to be set in initializing the transformer?

Yours sincerely,
Bodo


-----Ursprüngliche Nachricht-----
Von: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]Im Auftrag von 
David
Carlisle
Gesendet am: Montag, 30. Juni 2003 10:59
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] indent="no" does not prevent inserts of New Line


<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


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