http://qs321.pair.com?node_id=1102496


in reply to Re^3: Finding node with attribute XML::LibXML
in thread Finding node with attribute XML::LibXML

I think you meant to type…

/descendant::Volume[@VolumeCategory="L"]

With just one colon, you get…

XPath error : Undefined namespace prefix

Replies are listed 'Best First'.
Re^5: Finding node with attribute XML::LibXML
by ikegami (Patriarch) on Oct 01, 2014 at 16:09 UTC
    Thanks, fixed