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