I have a following XML:
Code:
<?xml version="1.0" encoding="utf-8" ?> 
<catalog>
	<cd country="USA">
		<title>ABCD</title>
		<author>yash</author>
		<price>10.90</price>
	</cd>
	<cd country="UK">
		<title>XYZ</title>
		<author>John</author>
		<price>10.0</price>
...