Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
undeclare-prefixes | This attribute only comes into effect when you specify![]() ![]() undeclare a namespace. It's always been possible to undeclare the default namespace, using the syntax ![]() ![]() ![]() ![]() The result tree created by an XSLT 2.0 processor may have a namespace that is in scope for a particular element, but not in scope for its children. This is most likely to happen if you create the element using the option ![]() ![]() ![]() ![]() |
use-character-maps | The value of this attribute is a list of character map names; these character maps must be defined in the stylesheet. The serializer will use the named character maps to translate specific characters into the strings given in the character map. For further details, see page 941. |
version | This attribute indicates the version of XML to be used in the output document. This can be![]() ![]() ![]() ![]() |