Bump up XML version number.

svn: r10546
This commit is contained in:
Zsolt Foldvari 2008-04-11 09:38:32 +00:00
parent e9d0cfe947
commit ede062004e

View File

@ -68,7 +68,7 @@ try:
except:
_gzip_ok = 0
XML_VERSION = "1.2.0"
XML_VERSION = "1.3.0"
# table for skipping control chars from XML
strip_dict = dict.fromkeys(range(9)+range(12,20))