XML:
<Category name="Books">
<Item fieldname="Author" datatype="string" value="AAA" />
<Item fieldname="ISBN" datatype="string" value="BBB" />
<Item fieldname="Publisher" datatype="string" value="CCC" />
</Category>
how can i use child node to extract the value of fieldname author = AAA
fieldname ISBN = BBB
....