Name
p:www-form-urlencode — The standard p:www-form-urlencode step.
Synopsis
The p:www-form-urlencode
step encodes a set of parameter
values as a x-www-form-urlencoded
string.
Output port | Primary | Sequence | Content types |
---|---|---|---|
result | ✔ | text/plain |
Option name | Type | Required |
---|---|---|
parameters | map(xs:string,xs:anyAtomicType+) | ✔ |
Declaration
1 |<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
| <p:output port="result" content-types="text/plain"/>
| <p:option name="parameters"
| required="true"
5 | as="map(xs:string,xs:anyAtomicType+)"/>
|</p:declare-step>
Errors
Code | Description |
---|
Description
The p:www-form-urlencode
step is defined in the
XProc 3.0:
Standard Step Library. It is also described on
XProcRef.org.