My XML is like:
<root>
<section name="blah">
<item name="asdf">2222</item>
</section>
</root>
I will have multiple 'sections' in the XML, I want to fetch a particular section.
In this case, I need to get items that are in the section named "blah".