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 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

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