I am failing to handle a defect report against my IRI software from an end user processing this URI: http://eg.com/test.txt#xpointer(/unit[5]) This looks to me like a correct use of xpointer, but my software reports an illegal character in the fragment, which I take to be the [ I can't see how the RFC 3986 grammar permits it, i.e. fragment = *( pchar / "/" / "?" ) pchar = unreserved / pct-encoded / sub-delims / ":" / "@" unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "=" pct-encoded = "%" HEXDIG HEXDIG seems to give a complete grammar for the fragment, and does not allow [ or ]. Is an xpointer fragment indeed illegal in RFC 3986? (and also 3987?) If not, what have I misunderstood? JeremyReceived on Thursday, 13 December 2007 18:58:41 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 13 December 2007 18:58:42 GMT