Posts Tagged XML
XML Schema Validation with Python, MSXML and comtypes
Posted by André Burgaud in Python Recipes on February 9th, 2008
The previous Python Tip, XML Schema Validation with Python, MSXML and PyWin32, described how to use PyWin32 and MSXML to validate XML contents against an XML Schema. The adaptation to perform the same with comtypes instead of PyWin32 is a simple translation. Read the rest of this entry »
XML Schema Validation with Python, MSXML and PyWin32
Posted by André Burgaud in Python Recipes on January 19th, 2008
Python ships with XML libraries, but none addressing XML Schema validation. Several options are available to make up for this feature. The solution demonstrated in this Python Tip is a basic implementation of XML schema validation using MSXML and PyWin32. Read the rest of this entry »
Recent Comments