Page 1 of 1

xml output is a simgle line of text.

Posted: Sun Dec 12, 2004 3:10 pm
by ic3
Hi,
Im evaluating oxygen and
am having a problem working out how to stop
the transform creating a single ongoing line of text.
I am attempting to output an XML file which I have translated
from another XML via a XSL document.
I have tried pressing pretty print but it doesnt do anything.

Any ideas

Cheers
ic3

Maybe this would work

Posted: Mon Dec 13, 2004 10:11 am
by Radu
Hello,

Try adding this tag in the xsl stylesheets you work with (just below the xsl:stylesheet tag):

Code: Select all

<xsl:output indent="yes"/>
Tell us if you have any more problems,

Radu.