Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
Property | Value and Meaning |
saxon:indent-spaces | An integer, determines the level of indentation when![]() ![]() |
saxon:character-representation | Indicates how non-ASCII characters should be represented. For![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Extension Attributes
Extension attributes are attributes in the Saxon namespace that can be added to XSLT instructions. Processors other than Saxon will ignore these attributes. The table below gives examples.
Attribute | Value and Meaning |
saxon:memo-function | When![]() ![]() |
saxon:explain | When![]() ![]() -explain option on the command line.) |
saxon:read-once | This option is used to signal to Saxon that a document read using the document() function will only be used once; this acts as a hint that streamed execution can be used, avoiding the need to build the tree representation of the document in memory. |