http://www.perlmonks.org?node_id=350745


in reply to XPath search qn

//file[userprop[nameprop='Version']/valueprop=2]
Which means: Or, put more clearly, you can nest node-tests (the things inside the brackets)
-- 
        dakkar - Mobilis in mobile

Most of my code is tested...

Perl is strongly typed, it just has very few types (Dan)