From 1bd3704e814f73611e1bc0aedba306d3fc8ae317 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 26 Jul 2016 16:59:46 -0700 Subject: [PATCH] Add a note that Python's XML is better than wx's XML for most things. --- etg/_xml.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etg/_xml.py b/etg/_xml.py index 771f91fa..69322fba 100644 --- a/etg/_xml.py +++ b/etg/_xml.py @@ -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