i have the following xml file:now i want to get for the URL for THREE_DIMENSIONAL..how do i do this thru a dataset? also, if the only way evolves changing the xml's format there is absolutily no problemCode:<?xml version="1.0" encoding="utf-8" ?>
<settings>
<wallpapers>
<Name>THREE_DIMENSIONAL</Name>
<Url>www.3d.com</Url>
</wallpapers>
<wallpapers>
<Name>MALES</Name>
<Url>www.males.com</Url>
</wallpapers>
<wallpapers>
<Name>FEMALES</Name>
<Url>www.females.com</Url>
</wallpapers>
</settings>
thanks in advance
