
parse xml file and vbscript
Hi Joe
I don't think any xml with multiple depths can be incorporated into a table
in structured way, if you mean it. Here, you may find a picture of xml which
goes/comes to and from the table.
http://msdn.microsoft.com/msdnmag/issues/1100/BeyondASP/default.aspx
--
Have a nice day.
Han Pohwan, Microsoft MVP(ASP), Korea
Quote:
> I am wanting to parse an xml file and place the
> information into a SQL database. I used an xsl file to
> step thru it and it prints to the screen, but I am unsure
> of how to parse it and have it go into my SQL tables.
> my xml file layout
> <file>
> <batch id="1" date="01/01/03">
> <Org id="1" name="something">
> <fac id = 1 name="something" />
> </Org>
> .....(More Orgs and other information)
> </batch>
> </file>
> Thanks,
> Joe