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]
Other format: [Raw text]

CDATA


hello
I am useing xalan java api
and when i creat 
CDATASection cDATASection = 
xmlDoc.createCDATASection(text);

where text = typo on the original posting:  
	<xsl:stylesheet xmlns:xslt="

i get additional line break in the xml document

<![CDATA[typo on the original posting:  

	&lt;xsl:stylesheet xmlns:xslt="]]>

i understand that before the char '<' or &lt;
a break line is added 
but the question is how do i prevent that
Thanks a lot
Ronen

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

 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]