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:

Code:
	<Country>
		<Header>
			<CountryCd>25</CountryCd>
			<CountryName>Phil</CountryName>
			<ISOCountryCd>PH</ISOCountryCd>
		</Header>
		<Directories>
...