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: Indent extension in Saxon?


Hi Gustaf,

> Could it be an extension that is planned but not yet implemented?

Saxon offers a saxon:indent-spaces extension attribute to allow you to
control this.  For example, you can do:

  <xsl:output indent="yes" saxon:indent-spaces="2" />

to force it to use two spaces when it serialises the result.

The Saxon documentation is pretty good at describing what extensions
are or aren't available.  The most recent documentation is at
http://users.iclway.co.uk/mhkay/saxon/saxon6.3/extensions.html.

I hope that helps,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 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]