parse XML file 
Author Message
 parse XML file

How can I parse a XML file for let me say a site using VBScript?

Thanks

Rolf



Sun, 15 Jun 2003 18:35:13 GMT  
 parse XML file
by using the XML Parser or SAX.

 Set objXML = Server.CreateObject("Microsoft.XMLDOM")

John


Quote:
> How can I parse a XML file for let me say a site using vbscript?

> Thanks

> Rolf



Mon, 16 Jun 2003 00:42:41 GMT  
 parse XML file
Use the MSXML DOM from microsoft...
Try to Load the XML... if everything goes fine(no error, load accomplished)
you have a WELL FORMED XML, if you want to have Validation you need to set
the validateOnParse = True BEFORE loading the XML, or to call Validate
method AFTER loading the XML.

Happy new year!


Quote:
> How can I parse a XML file for let me say a site using vbscript?

> Thanks

> Rolf



Mon, 16 Jun 2003 03:46:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. parse xml file and vbscript

2. Parsing xml file

3. parse xml file into jscript object then into treeview object

4. Parsing XML file in VB

5. Parsing XML files in VB6

6. Abort SAX while is parsing xml file

7. Parsing XML from an ASP page that Creates XML fails

8. how to parse wml (xml) files

9. Parse RSS XML files (news feeds)

10. Reading/parsing an XML file into VB.

11. vb library/procedure for parsing html/xml/sgml like files

12. Parse external XML file in VBA

 

 
Powered by phpBB® Forum Software