Hi, beginer here!
I have stored some Information in xml such as:
<person>
<fname> John </name>
<sname> smith </sname>
<loginid> J.smith@.... <loginid>
Now, I have created a login page. So when John puts his login id into the field, then it will go into the xml and check if it is J.smith@.... if it validates then it will display his information back to me???
So what Im looking for is some code in asp to go looking through the xml data. Instad of using SQL or something to store my info I have used XML as a way of storing and retrieving.
I have stored some Information in xml such as:
<person>
<fname> John </name>
<sname> smith </sname>
<loginid> J.smith@.... <loginid>
Now, I have created a login page. So when John puts his login id into the field, then it will go into the xml and check if it is J.smith@.... if it validates then it will display his information back to me???
So what Im looking for is some code in asp to go looking through the xml data. Instad of using SQL or something to store my info I have used XML as a way of storing and retrieving.