newline in xsl:comment
----------------------
Key: XALANJ-2197
URL: http://issues.apache.org/jira/browse/XALANJ-2197
Project: XalanJ2
Type: Bug
Components: Serialization
Versions: 2.7
Environment: Windows
Reporter: Joanne Tong
Assigned to: Brian Minchau
For the following stylesheet:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<LRE><xsl:text>hello 
 bye
</xsl:text></LRE><xsl:comment><xsl:text>hello 
 bye
</xsl:text></xsl:comment>
</xsl:template>
</xsl:stylesheet>
The first newline and the second newline in the output are different. They
should be the same for any operating environment.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]