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: Formatting of ouput


> I have a problem concerning the output of a transformation to XML. I
> wonder if it is possible to get the output in a readable way 
> instead of a sequence of elements that I have to 'transform' into a text 
> I can read in my text editor.

You need to explain what your readability problem is.

If it's the character encoding, try xsl:output encoding="iso-8859-1"
If it's the absence of line breaks, try xsl:output indent="yes"
If it's the angle brackets, try xsl:output method="text".

Mike Kay


 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]