This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML translate to XML with XSL ?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]