One more time: You cannot use the default namespace in an XPath
expression. Unprefixed names in XPath expressions are in no namespace;
i.e. they have the namespace name of "" (the empty string) no matter
what. You *must* use prefixed names in XPath expressions to refer to
elements and attributes in namespaces, even if the document you're
querying uses the default namespace. Remember, you're matching on URIs,
not prefixes.
--
Elliotte Rusty Harold
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]