xsl-list
[Top] [All Lists]

Re: NEW LINE CHARACTERS

2004-11-27 08:37:10
Normally, the following should work:

<xsl:text>&#10;</xsl:text>

If you have tried this already and it didn't work, it may be the case that you are not serializing the result directly to a file, but first to a DOM tree and that to a file.

Also, having the indent attribute on xsl:output set to 'yes' may influence the 
result as well.

Some more details on what process you are exactly using, might be helpful to 
determine the problem...

Grtz,
Geert


Arul Kumar wrote:
Dear all,

Greetings.

I am processing XML 2 XML transformation by using XSLT, in my resulting XML I required line feed (new line) in few places. I have tried &#13; and &#10; but I am not getting the desired output. Please advice, in my xsl what should be the coding for to generate the newline character. Many thanks in advance.

Best regards
Arul Kumar


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--
Geert(_dot_)Josten(_at_)Daidalos(_dot_)nl
IT-consultant at Daidalos BV, Zoetermeer (NL)

http://www.daidalos.nl/
tel:+31-(0)79-3316961
fax:+31-(0)79-3316464

GPG: 1024D/12DEBB50

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>