Using the pugixml library, I am trying to select all nodes that fit:
//v6_root_object/v6_rootlist2d/obj_pluginobject[@level='0']
that have a child node described by
//v6_root_object/v6_rootlist2d/obj_pluginobject[@level='0']/chunk[@id='110064']/string[@v='light']
Is there an easy way to do this in xpath?