in reply to Finding node with attribute XML::LibXML
//title[@lang='en'] Selects all the title elements that have an attribute named lang with +a value of 'en' [download]
my @vol = $doc->findnodes(q {//Volume[@VolumeCategory="L"]}); [download]