in reply to Finding node with attribute XML::LibXML

Speaking of namespaces :) xpather.pl shows you don't need to registerNs
/*[ local-name() = "root" and position() = 1 ] /*[ local-name() = "Volume" and @VolumeCategory = "cuft" and @MeasurementCategory = "Real" and contains(string(), "2.2") ]

Replies are listed 'Best First'.
Re^2: Finding node with attribute XML::LibXML
by jjap (Monk) on Oct 02, 2014 at 00:51 UTC
    I'll have to give that a try... Thanks.