Jump to content

MS Access 2007 VBA: Check whether XML is well-formed


Vladimir Cvajniga

Recommended Posts

Posted

Hi, in MS Access 2007 VBA I'd like to check XML-file / XML-string whether it is well-formed. I don't need to validate XML against XSL (DTD, etc.). I'd like similar functionality as in an online checker @ http://www.w3schools.com/dom/dom_validate.asp, see Verify your XML syntax. 1. Do I need to parse XML? Sample code would be really appreciated.2. Is there an easier way to find out whether the XML is well-formed? Thank you very much for your help in advance.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...