Re: [dom4j-user] xpath node selection problem
//name Returns every 'name' node child starting from the 'root' node. (this includes '/schemaVersion/name') .//name Returns every 'name' node child starting from the 'context' node. or you could just use: name Regards, Edwin --- SF email is
Re: [dom4j-user] xpath node selection problem
Alessandro Ronchi wrote: I have a very simple xml file, where some elements have "name" childs. contains a string wich I must get, starting from the parent element. 0 99 Shipment shipment