Click here to Skip to main content
15,892,298 members
Articles / Web Development / ASP.NET

A Simple XML Validator, using VOLE

Rate me:
Please Sign up or sign in to vote.
5.00/5 (19 votes)
16 Apr 20077 min read 60.2K   615   30  
A simple command-line utility that validates XML files, implemented using MSXML via the VOLE COM/Automation driver library
<?xml version="1.0" encoding="UTF-8"?>
<good>
 <no-problem-here />
</good>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Instructor / Trainer
Australia Australia
Software Development consultant, specialising in project remediation.

Creator of the FastFormat, Pantheios, STLSoft and VOLE open-source libraries.

Author of the books Extended STL, volume 1 (Addison-Wesley, 2007) and Imperfect C++ (Addison-Wesley, 2004).

Comments and Discussions