Re: XSLT Formatting output html

On 09/10/2007, Adz07 <adam@7sycamore.co.uk> wrote:
>
> Firstly, sorry if this is the wrong mailing list.

Join the "xsl-list" - it's a great list for XSLT questions.


> Can anyone tell me if it is possible to keep the tabbing inside a XSL file
> defining output HTML?

You mean the indentation, which is done by using the indent attribute
on xsl:output eg:

<xsl:output indent="yes"/>


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Received on Tuesday, 9 October 2007 13:10:08 UTC