I have a .xml that is formatted like this:
<!--List of Locations-->
<Locations>
<Location Name="House">
<XCoord>0</XCoord>
<YCoord>0</YCoord>
<ZCoord>0</ZCoord>
</Location>
</Locations>
I want to be able to read the "House" part of it and store it as a string, can anybody help?