>Forgive me for my ignorance, but, syntactically, what is the :
>namespaceURI
>qualifiedName
>value

Qualified Name and Namespace URI are terms defined by the XML Namespaces
spec. In brief, the Qualified Name is the nodename including namespace
prefix if any, the namespace URI is the namespace which that node is bound
to (no, the DOM will _NOT_ look up the prefix for you). Value is the same
as value has always been.

Reply via email to