X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Finterface.html;h=ce1caf3e12c172890032f431dec7ca900a2cac0e;hb=052d4a7f75de959c1128c89f832685738c4ace0e;hp=13cc94944eab9b7f2ec06215c305e490b5f3210f;hpb=7714ab7384828d6cda6f950a8d789ee36ca62452;p=platform%2Fupstream%2Flibxml2.git diff --git a/doc/interface.html b/doc/interface.html index 13cc949..ce1caf3 100644 --- a/doc/interface.html +++ b/doc/interface.html @@ -13,7 +13,7 @@ loaded using libxml), it's better to use the SAX interface of libxml. SAX is a callback-based interface to the parser. Before parsing, the application layer registers a customized set of callbacks which are called by the library as it progresses through the XML input.

To get more detailed step-by-step guidance on using the SAX interface of -libxml, see the nice +libxml, see the nice documentation.written by James Henstridge.

You can debug the SAX behaviour by using the testSAX program located in the gnome-xml module (it's usually not shipped in the