[xmlschema-dev] <none>

I have a node with text and new lines. 

<DOCUMENT>
Line 1 of text.

Line 2.
</DOCUMENT>

However when I transform this using XSLT I loose the new lines. The result
is:

"Line 1 of Text. Line 2." 

There is no paragraph separation. How can I preserve the new lines in my
text? Is this related to preserve-space? 

Thanks in advance.

Received on Friday, 23 August 2002 18:56:46 UTC