This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

CR/EOL in XSL


Hi!

Are there any other ways of implementing a CR/EOL character in 
XSL.  I currently use:
	<xsl:text> &#10; </xsl:text>
	<xsl:text> &#13; </xsl:text>

Although they work when I do a client-side transformation, when I 
use a server-side transformation (using Xalan), it manages to lose 
all the CR/EOL's in my XSL.

Has anyone else had this problem?  Am I doing something wrong?

Thanks
Chatan


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]