Add a note that Python's XML is better than wx's XML for most things.

This commit is contained in:
Robin Dunn
2016-07-26 16:59:46 -07:00
parent d63ae92c20
commit 1bd3704e81

View File

@@ -15,6 +15,9 @@ MODULE = "_xml"
NAME = "_xml" # Base name of the file to generate to for this script
DOCSTRING = """\
Some simple XML classes for use with XRC.
For more advanced XML needs it would be better to use one of the XML packages
provided by Python.
"""
# The classes and/or the basename of the Doxygen XML files to be processed by