iri-to-uri
Converts a string containing an IRI (Internationalized Resource Identifier) into a URI (Uniform Resource Identifier). For further information about this function, see section 6.3 of the "XPath and XQuery Functions and Operators 3.1" W3C Recommendation (https://www.w3.org/TR/xpath-functions-31).
Languages
XSLT 3.0.
Parameters
Name | Type | Description |
---|---|---|
iri | xs:string | The input IRI value. |