DOCBparser.c


Log

Author Commit Date CI Message
Daniel Veillard c5d64345 2001-06-24T12:13:24 Summer's cleanup, a really big one: * AUTHORS: added William and Bjorn * include/libxml/*.h *.c README doc/*.html etc.: changed old email to daniel@veillard.com hopefully I won't have to do this again * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that docs can be rebuilt cleanly now * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h from CVs it's generated, added include/libxml/xmlwin32version.h also generated but which should change far less frequently. * catalog.c nanoftp.c: made sure to include libxml.h not libxml/xmlversion.h directly * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h when compiling on WIN32 and MSC Daniel
Daniel Veillard 84666b38 2001-06-11T17:31:08 handling of PIs and <?sgml-declaration in entities. Daniel * DOCBparser.c: handling of PIs and <?sgml-declaration in entities. Daniel
Daniel Veillard e95e2396 2001-06-06T10:46:28 - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> hack - tree.[ch]: added xmlHasNsProp as suggested in bug report #55653 - uri.c: fixed a warning Daniel
Daniel Veillard 81418e38 2001-05-22T15:08:55 - catalog.[ch]: fixes and add xmlLoadCatalogs() - DOCBparser.c: small cleanup - xmllint.c: added a --catalogs option to load catalogs from $SGML_CATALOG_FILES - tree.c: cleanup - configure.in: iconv library fixup, ICONV_LIBS Daniel
Daniel Veillard c057c5dc 2001-05-02T12:41:24 - DOCBparser.c: patche from László Kovács, fixed entities refs in attributes handling Daniel
Daniel Veillard 02f077a7 2001-04-26T10:59:11 - DOCBparser.c: patche from László Kovács Daniel
Daniel Veillard 1034da2b 2001-04-25T19:06:28 - DOCBparser.c SAX.c: a bit more work on entities processing. Still Need to cleanup XML output and references in attributes Daniel
Daniel Veillard 4ec0b0f4 2001-04-25T15:53:40 - DOCBparser.c include/Makefile.am: two patches from László Kovács Daniel
Daniel Veillard 61b33d57 2001-04-24T13:55:12 - SAX.c testDocbook.c DOCBparser.c: more work on the support of external parsed entities, added --noent to testDocbook - valid.c: Garry Pennington found an uninitialized variable access in xmlValidateElementContent() Daniel
Daniel Veillard eae522a0 2001-04-23T13:41:34 Time to work on helping the Gnome Doc project, first step is reintegrating the SGML DocBook parser in libxml2 distrib: - DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am xmlversion.h.in: started (re)integrating the DocBook SGML parser. - SAX.[ch]: cleanup and updates for DocBook - debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or ex SGML identifier changes - valid.c: removed a static unused function. Daniel