xml output is a simgle line of text.

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ic3

xml output is a simgle line of text.

Post 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
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Maybe this would work

Post 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.
Post Reply