R
Rahul Sane
Hi,
I need to have a small, easy and portable database and i'm thinking of
having a simple XML file (without using DTD, etc).
Can you please let me know, as to how I can read/write into different
attributes.
I've given a example XML below and I need to know as to how exactly I can
loop and display all the "Title" attributes
seperately (i.e. description and URL).
<?xml version="1.0" encoding="utf-8" ?>
<Titles>
<Title Description="Hotmail" URL="http://hotmail.com>
<Title Description="Microsoft" URL="http://microsoft.com>
<Title Description="Windows" URL="http://windows.com>
</Titles>
Thanks in advance,
Rahul Sane.
I need to have a small, easy and portable database and i'm thinking of
having a simple XML file (without using DTD, etc).
Can you please let me know, as to how I can read/write into different
attributes.
I've given a example XML below and I need to know as to how exactly I can
loop and display all the "Title" attributes
seperately (i.e. description and URL).
<?xml version="1.0" encoding="utf-8" ?>
<Titles>
<Title Description="Hotmail" URL="http://hotmail.com>
<Title Description="Microsoft" URL="http://microsoft.com>
<Title Description="Windows" URL="http://windows.com>
</Titles>
Thanks in advance,
Rahul Sane.