[Bug 1243] [F&O] fn:escape-uri needs to be invertible in the true() case; take out the % exception

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


ashok.malhotra@oracle.com changed:

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




------- Additional Comments From ashok.malhotra@oracle.com  2005-05-10 18:21 -------
On the 5-10-05 telcon the joint WGs confirmed the decision taken during mtg 252
re. fn:escape-uri.  Essentially, this decision was 
1 remove the the percent-sign (%) from the list of characters not to be escaped
when the "escape-reserved" argument had the value "true".  
2 add the percent-sign to the list of characters not escaped when
"escape-reserved" argument had the value "false 

This means that the percent-sign is escaped when escape-reserved is "true" and
not  escaped when escape-reserved is "false".

Please confirm that this is what was intended and that it resolves the problem.

Received on Tuesday, 10 May 2005 18:21:24 UTC