[Bug 3055] [F+O] How does iri-to-uri() handle an invalid IRI?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3055


ashok.malhotra@oracle.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from ashok.malhotra@oracle.com  2006-04-18 22:12 -------
On the 2006 April 18 telcon the joint WGs agreed to add the following words to
the description of fn:iri-to-uri: If $uri-part contains an invalid character,
such as a space character, the invalid character is 
replaced by its percent-encoded form as described in [rfc3986] before the
conversion is performed.

The WGS also asked that a note be added saying that this function does not
check whether $uri-part was a legal IRI; it merely operates on the characters
in $uri-part.

Received on Tuesday, 18 April 2006 22:12:18 UTC