## page was renamed from DevCenter/Documentation/ExtensionObjects/MicrosoftXSLT
=== Microsoft XSLT ===
Purpose:
Microsoft implemented additional methods not part of the XSLT 1.1 standard. This work was done prior to the XSLT 2.0 and EXSLT specifications being finalized.
Namespace:
{{{urn:schemas-microsoft-com:xslt}}}
Prefix:
{{{msxsl}}}
Methods:
node-set(string textualXML):
Converts textual XML into a node set in a new XML document. Most often used to convert intermediate XML back into a working node set for additional processing.
<
>
Returns:
A node set equivalent to the provided textual XML.
Example:
Determine a unique set of style names for a group of paragraphs.
{{{
}}}