>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.
First of all, try
<xsl:output method="text">
in your stylesheet.
You can use instructions like
<xsl:text> </xsl:text>
to insert line breaks.
If you need a lot of control, you'll probably have to
wait for XSLFO formatting objects. All XSLT processors
have to follow the XSLT specs, so all will have about
the same output.
.................David Marston
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|