fn:invisible-xml
Creates an Invisible XML parser for a grammar.
invisible-xml($grammar as (xs:string | element(Q{}ixml))?:=(), $options as map(*)?:={}) ➔ fn(xs:string) as item()
Arguments | ||||
| $grammar | (xs:string | element(Q{}ixml))? | := () | The input grammar |
| $options | map(*)? | := {} | Options map |
Result | fn(xs:string) as item() | |||
Namespace
http://www.w3.org/2005/xpath-functions
Links to W3C specifications
XPath 4.0 Functions and Operators
Saxon availability
Available in XPath 4.0, XSLT 4.0, and XQuery 4.0. Requires Saxon-PE or Saxon-EE. Implemented since Saxon 13. Available for Java and C/C++ only (not .NET).
Notes on the Saxon implementation
Not available in SaxonCS.