--- embedaddon/libxml2/doc/xml.html 2012/02/21 23:37:58 1.1.1.1 +++ embedaddon/libxml2/doc/xml.html 2014/06/15 19:53:35 1.1.1.3 @@ -508,7 +508,7 @@ xmlDtdPtr dtd = xmlParseDTD(NULL, filename_of_dtd); /*
  • If you need to parse large files, check the xmlReader API tutorial
  • James Henstridge wrote some nice + href="http://www.jamesh.id.au/articles/libxml-sax/libxml-sax.html">some nice documentation explaining how to use the libxml SAX interface.
  • George Lebl wrote an article @@ -694,28 +694,299 @@ href="python.html">bindings section

    Libxml2 is also available from GIT:

    Releases

    -

    Items not finished and worked on, get in touch with the list if you want -to help those

    +

    The change log describes the recents commits +to the GIT code base.

    + +

    Here is the list of public releases:

    + +

    2.9.0: Sep 11 2012

    +

    2.8.0: May 23 2012

    +

    2.7.8: Nov 4 2010

    -

    XPath is supposed to be thread safe now, but this wasn't tested -seriously.

    +

    XPath has been tested for threaded usage on non-modified document + for example when using libxslt, but make 100% sure the documents + are accessed read-only !

    DOM Principles