Application Integration
- Application Integration
- All Products
fn:escape-html-uri(uri)
Argument | Required/Optional | Description |
|---|---|---|
uri | Required | The URI string to be escaped for HTML
usage. |
|
|
|---|---|
fn:escape-html-uri("foo<>\") | "foo%3C%3E%22" |
fn:escape-html-uri("") | "" |