Using namespace prefix in attribute values
Peter Stark
stark at corp.phone.com
Sun Nov 21 00:19:17 GMT 1999
I am considering using namespace prefixes in attribute values. I know that
some new W3C Recommendations do this. What I want is attribute values that
are globally unique; in my case, name of events. Are there any other
solutions I should consider, or is this the best with available technology?
<eventListener
type="q:eventname"
xmlns:q="urn:myevents">
..do something..
</eventListener>
Pros:
+Attribute values can be globally unique.
Cons:
-The XML processor may not provide the namespace prefix to the application;
the application will get "q:eventname" but will not be able to find out to
what namespace "q" was bound to in the document.
Strawman's proposal:
What are the disadvantages of, in a DTD or schema, define a "QNAME"
attribute type?
Thanks,
Peter
Phone.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list