in reply to Re: How to write an xpath query including attributes for an XML with namespace
in thread How to write an xpath query including attributes for an XML with namespace

To use a namespace in an XPath expression, you have to register it first.

:) I'm beginning to think every xml file that needs a namespace registered is a broken xml file -- the file should register any namespace it uses

Food for thought anyway :)

  • Comment on Re^2: How to write an xpath query including attributes for an XML with namespace