the file looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<data>
<a7190>
<food>Almond</food>
<food>American Cheese</food>
<food>Apple</food>
</a7190>
<a7191>
<food>Trout</food>
<food>Tuna</food>
</a7191>
<a7192>
<food>Turkey</food>
<food>Wheat</food>
</a7192>
<a7193>
<food>Yogurt</food>
</a7193>
</data>
i ONLY need to load the a7190, a7191, etc
i am using asp.net and although i am pretty well-versed with vb.net, asp.net is completely new to me
Edit: I added the
<a7192>
tag because it was missing and it seemed as though it should be there. If not, feel free to remove it and this comment.