Re: [dom4j-user] xpath node selection problem

2005-02-22 Thread Edwin Dankert
//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

2005-02-22 Thread Sevastian `seva` Foglia
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