PDA

View Full Version : V.simple Qn...


tareq_gamal
04-26-2003, 02:22 AM
I have xml file & I have to read it from ASP file

the XML EXACTILLT looks like :
<Name>TAREQ</name><Address>gfgdfgdsfg</ADDRESSS>

I just want to READ Name & save it in Variable with ASP

thank's alot

Caimin
04-28-2003, 05:49 PM
If it looks exactly like that, then it's wrong.

XML has to have matching tags: <Name> and </name> don't match, neither does <Address> and </ADDRESSS>.