Archive of UserLand's first discussion group, started October 5, 1998.
Re: XML Namespaces difficulty
Author: Fredrik Lundh Posted: 8/29/2000; 1:56:57 PM Topic: cam? Msg #: 20517 (In response to 20504) Prev/Next: 20516 / 20518
The deterministic symbol space is the tuple (NamespaceURI, LocalName) which forms a universally unique element or attribute namefootnote: it's not always a tuple, though. for some XML formats (including WebDAV), you should instead concatenate the NamespaceURI and the LocalName.
that is, "
" in the "http://userland/dave" namespace is the same element as " " in the "http://userland/" namespace. but not in all XML-based formats...
There are responses to this message:
- Re: XML Namespaces difficulty, David McCusker, 8/30/2000; 12:24:17 AM
This page was archived on 6/13/2001; 4:56:23 PM.
© Copyright 1998-2001 UserLand Software, Inc.