Re: Formatting of ouput

Subject: Re: Formatting of ouput
From: David_Marston@xxxxxxxxx
Date: Mon, 10 Jul 2000 12:58:52 -0400
>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>&#10;</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


Current Thread