Hello again! == Reference creation == For the inverse process of reference resolution, e.g. making abc out of URI: http://example.com/some/abc BASE: http://example.com/some/ is there any algorithm description or pseudo-code available? I didn't find any in RFC 3986. I plan to implement this and want to be sure to do it right. Is it just (1) normalize both URIs and (2) cut off common prefix? == Error in RFC 3986 section 6.2.3? === Section 6.2.3. Scheme-Based Normalization reads "(e.g., "mailto:Joe@Example.COM" is equivalent to "mailto:Joe@example.com", even though the generic syntax considers the path component to be case- sensitive)" . Isn't ".COM" case-insensitive since it is part of the host not path? Sebastian [1] http://tools.ietf.org/html/rfc3986#section-6.2.3Received on Friday, 27 July 2007 21:19:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 23 October 2007 06:11:49 GMT