Subject: RE: XML translate to XML with XSL ?
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Mon, 18 Jun 2001 12:29:32 +0200
|
> I am now developing a system that need to translate one XML
> file to another XML file with a XSL
> file, its work ! but the output not very nice to view, all in
> one line... so, is there any
> method to format it ?
>
> Note: I have tried the <xsl:output method="xml"/> but the
> output ( XML file ) still in one line.
> Note: I use xalan-java to do the translation.
Try xsl:output method="xml" indent="yes"
Linda
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|