Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
(the default) for no normalization. An alternative approach is to make sure that individual text nodes, attribute nodes, and so on are already normalized in the result tree. You can do this by calling the normalize-unicode() function, described in Chapter 13, whenever you construct a character string that might not already be normalized. | |
omit-xml-declaration | If this attribute has the value![]() ![]() ![]() ![]() version and encoding attributes (to ensure that it is valid both as an XML declaration and as a text declaration). It will include a standalone attribute only if standalone is set to ![]() ![]() ![]() ![]() If you select an encoding such as ![]() ![]() |
standalone | If this attribute is set to![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() standalone attribute. This will make it a valid text declaration, enabling its use in an external general parsed entity. This attribute should not be used unless the output is a well-formed XML document. |