Need Help: How can i get the values of all the Header and Directories node using jxpath?
Also I will use the CountryCd as a filter using jxpath?
Sample xml below:
Also I will use the CountryCd as a filter using jxpath?
Sample xml below:
Code:
<Country> <Header> <CountryCd>25</CountryCd> <CountryName>Phil</CountryName> <ISOCountryCd>PH</ISOCountryCd> </Header> <Directories> <XML>D:/Phil.xml</XML> <XSD>D:/Phil.xsd</XSD> </Directories> </Country>