Vladimir Cvajniga 0 Posted February 27, 2013 Report Share Posted February 27, 2013 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.