libxml2dom

Changeset

364:0efae0c89747
2013-07-20 Paul Boddie raw files shortlog changelog graph Exposed LSException and XIncludeException through libxml2dom.
README.txt (file) libxml2dom/__init__.py (file)
     1.1 --- a/README.txt	Thu Jul 18 18:03:47 2013 +0200
     1.2 +++ b/README.txt	Sat Jul 20 00:31:49 2013 +0200
     1.3 @@ -93,6 +93,7 @@
     1.4  
     1.5    * Changed the parsing of HTML documents retrieved using parseURI to use the
     1.6      libxml2 network retrieval support.
     1.7 +  * Exposed LSException and XIncludeException through libxml2dom.
     1.8  
     1.9  New in libxml2dom 0.5 (Changes since libxml2dom 0.4.7)
    1.10  ------------------------------------------------------
     2.1 --- a/libxml2dom/__init__.py	Thu Jul 18 18:03:47 2013 +0200
     2.2 +++ b/libxml2dom/__init__.py	Sat Jul 20 00:31:49 2013 +0200
     2.3 @@ -27,7 +27,8 @@
     2.4      parseString as Node_parseString, parseURI as Node_parseURI, \
     2.5      parseFile as Node_parseFile, \
     2.6      toString as Node_toString, toStream as Node_toStream, \
     2.7 -    toFile as Node_toFile
     2.8 +    toFile as Node_toFile, \
     2.9 +    LSException, XIncludeException
    2.10  import libxml2dom.errors
    2.11  
    2.12  # Standard namespaces.