escape-html-uri
Escapes a URI in the same way that HTML user agents handle attribute values expected to contain URIs. For further information about this function, see section 6.4 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 |
---|---|---|
uri | xs:string | The input URI value to escape. |