How xpath read xml spaced elements?

ProfessorC

New Member
This is the xml, unfortunately anything of the XML is NOT CHANGEABLE:\[code\]<allowance name ='' /><allowance type ='' /><allowance value='' />\[/code\]And i need to obtain only "allowance value" with xpath in java. How can it be done?
 
Back
Top