in reply to Re: Parse XML filein thread Parse XML file
print $_->getName."\n" for $xp->findnodes('//*[not(child::*) and not(attribute::*) and not(st +ring(.))]'); [download]
-David