The formURIEncode
accessor converts a parameter as an XML fragment in the form
of a name value pair list into the MIME media type
application/x-www-form-urlencoded
encoding.
This is useful when working with web form submissions and displays.
The encoded parameter is provided as the operand
and the result is delivered to the
target
argument.
We need a discussion of, or reference to, the name-value pair
XML fragment format.
It would also be nice to have a reference to the encoded form
or an example.