| SAXONICA | 
xslt:unparsed-text-available(string $uri) → boolean
Function signature
| $uri | xs:string | 
| Result | xs:boolean | 
Determines whether the corresponding call on unparsed-text() would succeed.
Note:The current implementation is inefficient: if a call on unparsed-text-available() is followed by a call on unparsed-text() to read the same file, the file will be read twice.
xslt:unparsed-text-available(string $uri, string $encoding) → boolean
Function signature
| $uri | xs:string | 
| $encoding | xs:string | 
| Result | xs:boolean | 
Determines whether the corresponding call on unparsed-text() would succeed.
Note:The current implementation is inefficient: if a call on unparsed-text-available() is followed by a call on unparsed-text() to read the same file, the file will be read twice.