• Show log

    Commit

  • Hash : e1ca5033
    Author : Daniel Veillard
    Date : 2002-12-09T14:13:43

    Adding a new set of APIs based on the C# TextXmlReader API but converted
    
    * Makefile.am xmlreader.c include/libxml/Makefile.am
      include/libxml/xmlreader.h:  Adding a new set of APIs based on
      the C# TextXmlReader API but converted to C. Allow to parse
      in constant memory usage, far simpler to program and explain
      than the SAX like APIs, unfinished but working.
    * testReader.c: test program
    Daniel