> I want to generate text output from XML using XSLT. The question is how to
produce a newline? When I produce HTML as output, I have no problems.
But when I attempt to produce text, all data is append together.
please help. thanks!!
Hi,
You could insert this whereever you need a newline to be outputted:
<xsl:text>
</xsl:text>
regards,
--
Joris Gillis (
http://www.ticalc.org/cgi-bin/acct-v...i?userid=38041)
Ceterum censeo XML omnibus esse utendum