
fn:escape-html-uri( $uri-part as xs:string ) as xs:string
%-escapes everything except printable ASCII characters.
| Parameters | |
|---|---|
| uri-part | A string representing an unescaped URI. |
fn:escape-html-uri("http://example.com/Weather/Los Angeles#ocean")
=> "http://example.com/Weather/Los Angeles#ocean"