document
Accesses nodes from an external XML document. The result is output to a node in the output document.
Languages
XSLT 1.0.
Parameters
Name | Type | Description |
---|---|---|
uri | xs:string | Mandatory. Specifies the path to the XML document. The XML document must be valid and parseable. |
nodeset | node() | Optional. Specifies a node, the base URI of which is used to resolve the URI supplied as the first argument if it is relative. |