Description
The fn:unparsed-text function reads an external resource (for example, a file) and returns its contents as a string. Note: this is an XSLT-only function; it is not available in XQuery or XPath.
Arguments and Return TypeName | Type |
$href |
xs:string? |
$encoding |
xs:string |
return value |
xs:string? |
ExamplesSee AlsoHistory |
Recommended Reading:
|