Description
The fn:document function opens XML documents from a sequence of URIs. Note: this is an XSLT-only function; it is not available in XQuery or XPath. This function differs from the built-in fn:doc function in that it accepts fragment identifiers and multiple URIs.
Arguments and Return TypeName | Type |
$uri-sequence |
item()* |
$base-node |
node() |
return value |
node()* |
ExamplesSee Alsofn:doc | Opens a document based on a URI |
History |
Recommended Reading:
|