i know it's quite simple, but i looked around for hours and i dont seem to be able to get it, excuse my nubiness pleaseeee
i need to parse an xml document, to take out the values inside since i'm using it as a database,
here's a sample xml file
<?xml version="1.0" ?><amman Address="3rd area" Hazard="weapons " Name="third" Owner="tarik" Phone="6453222" PhotoAddress="C :\Users\tarik\D esktop\DSC_0018 .jpg" PrevUsed="proje ct1" />
i need to extract the values just as a string, so if i ask for address ill just get 3rd area
supposing the XML file is located at c:/tempDB
eternally grateful for an answer!!
T
i need to parse an xml document, to take out the values inside since i'm using it as a database,
here's a sample xml file
<?xml version="1.0" ?><amman Address="3rd area" Hazard="weapons " Name="third" Owner="tarik" Phone="6453222" PhotoAddress="C :\Users\tarik\D esktop\DSC_0018 .jpg" PrevUsed="proje ct1" />
i need to extract the values just as a string, so if i ask for address ill just get 3rd area
supposing the XML file is located at c:/tempDB
eternally grateful for an answer!!
T
Comment