Re: XMLUri class

2005-02-18 Thread George Feinberg
That class is an implementation of RFC 2396 [1] which requires at least one character after the colon: absoluteURI = scheme ":" ( hier_part | opaque_part ) hier_part = ( net_path | abs_path ) [ "?" query ] opaque_part = uric_no_slash *uric uric_no_slash = unreserved | escaped | ";" | "?" |

Re: XMLUri class

2005-02-18 Thread Michael Glavassevich
That class is an implementation of RFC 2396 [1] which requires at least one character after the colon: absoluteURI = scheme ":" ( hier_part | opaque_part ) hier_part = ( net_path | abs_path ) [ "?" query ] opaque_part = uric_no_slash *uric uric_no_slash = unreserved | escaped | ";" | "?"