« Return to Thread: XSLT Formatting output html

Re: XSLT Formatting output html

by Andrew Welch :: Rate this Message:

Reply to Author | View in Thread


On 09/10/2007, Adz07 <adam@...> 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/

 « Return to Thread: XSLT Formatting output html