Subject: RE: Formatting of ouput
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 10 Jul 2000 09:48:50 +0100
|
> 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
|