J
Jon Noring
I am considering a custom URI scheme which identifies various
resources, such as id's, within a coherent set of multiple XML
documents using the query component.
I was told that the syntax I'm considering is not valid per RFC 2396
(http://www.ietf.org/rfc/rfc2396.txt), or some other related spec. I
am mystified, but then I am not well-versed in URIs.
Here's one example of the syntax being considered:
myscheme:/A123456789?docid=abc987
myscheme : name of my custom URI scheme
A123456789 : unique identifier associated with a coherent set of XML
documents and resources of other media types
docid=abc987 : The query which points to the element with ID="abc987"
in one of the XML documents of the set (it is assumed
all attribute values of type ID are unique across the
entire set of XML documents.)
If the above syntax is invalid for some reason, I would like to know
why, and suggestions for an alternative syntax which would be valid.
Thanks in advance for your feedback.
Jon Noring
resources, such as id's, within a coherent set of multiple XML
documents using the query component.
I was told that the syntax I'm considering is not valid per RFC 2396
(http://www.ietf.org/rfc/rfc2396.txt), or some other related spec. I
am mystified, but then I am not well-versed in URIs.
Here's one example of the syntax being considered:
myscheme:/A123456789?docid=abc987
myscheme : name of my custom URI scheme
A123456789 : unique identifier associated with a coherent set of XML
documents and resources of other media types
docid=abc987 : The query which points to the element with ID="abc987"
in one of the XML documents of the set (it is assumed
all attribute values of type ID are unique across the
entire set of XML documents.)
If the above syntax is invalid for some reason, I would like to know
why, and suggestions for an alternative syntax which would be valid.
Thanks in advance for your feedback.
Jon Noring