Hi There,
I am newbie to VB Script. I need to generate the following XML document using VB script. Can you please advice me on this. I can manage atleast if i know the concept of generating XML using VB script.
<?xml version='1.0"?>
<authors>
<author>
<firstname>john</firstname>
<lastname>norton</lastname>
<publishingcompany>westwind inc</publishingcompany>
<year>2007</year>
In the above xml document, i will get the author name from a text file(about 10000). The publishing company and the year are the same for all the authors.
I can do this using sql server but we dont have a table containing author information and we have only read database. So can i generate this XML document using VB script. Please share your ideas.
I am newbie to VB Script. I need to generate the following XML document using VB script. Can you please advice me on this. I can manage atleast if i know the concept of generating XML using VB script.
<?xml version='1.0"?>
<authors>
<author>
<firstname>john</firstname>
<lastname>norton</lastname>
<publishingcompany>westwind inc</publishingcompany>
<year>2007</year>
In the above xml document, i will get the author name from a text file(about 10000). The publishing company and the year are the same for all the authors.
I can do this using sql server but we dont have a table containing author information and we have only read database. So can i generate this XML document using VB script. Please share your ideas.