Generating XML using VB Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lavadan
    New Member
    • Nov 2007
    • 5

    Generating XML using VB Script

    Hi Folks,

    I am a newbie to VB Script. I need to generate the following XML document using VB Script. Can you please advise me on this? I can manage at least if I know the concept of generating XML using VB Script.

    <?xml version='1.0"?>
    <authors>
    <author>
    <firstname>john </firstname>
    <lastname>norto n</lastname>
    <publishingcomp any>westwind inc</publishingcompa ny>
    <year>2007</year>

    In the above XML document, I will get the author name from a text file (about 10,000). The publishing company and the year are the same for all the authors.

    I can do this using SQL Server but we don't 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.
    Last edited by Killer42; Dec 18 '07, 08:46 AM.
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by lavadan
    I am a newbie to VB Script. I need to generate the following XML document using VB Script ... I can do this using SQL Server but we don't 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 can teach you how to do that in VB, pretty simple, I am sure you already have the skills, all you'd need is guidance, truly. :-)

    In a bit, and oh, I have no idea about VB Script so do stay tuned in case our other experts see your note.

    Dököll
    Last edited by Killer42; Dec 19 '07, 03:54 AM.

    Comment

    Working...