summaryrefslogtreecommitdiff
path: root/src/raptor_libxml.c
Commit message (Expand)AuthorAgeFilesLines
* (raptor_libxml_init): Use sax2 structure handlersDave Beckett2005-08-181-6/+6
* (raptor_libxml_init): Take raptor_sax2* and raptor_uri* argsDave Beckett2005-08-181-1/+4
* (raptor_libxml_error_common): Added, passing in prefix and is_fatalDave Beckett2005-04-061-58/+57
* (raptor_libxml_init_sax_error_handlers): Added to just init theDave Beckett2005-03-251-0/+12
* Use RAPTOR_LIBXML_XMLSAX2INTERNALSUBSET test for a function ratherDave Beckett2005-02-031-1/+1
* LGPL / Apache 2.0 licenseDave Beckett2004-09-201-9/+15
* Calloc fixes.Dave Beckett2004-08-131-2/+2
* Renamed win32_config.h to win32_raptor_config.hDave Beckett2004-06-301-1/+1
* (raptor_libxml_error): Chop off trailing \n correctly.Dave Beckett2004-05-311-2/+2
* (raptor_libxml_free): Added to tidy up after a parsing.Dave Beckett2004-05-271-0/+6
* #yearDave Beckett2004-04-141-2/+2
* Added a pile of libxml2_* macros to use the libxml2 SAX2 functionsDave Beckett2003-11-281-12/+43
* (raptor_libxml_init): With libxml2 use raptor_xml_characters_handlerDave Beckett2003-11-281-1/+1
* (raptor_libxml_warning,raptor_libxml_error): Validate the ctx pointerDave Beckett2003-08-311-2/+20
* Move dmalloc includes into raptor_internal.h and use everywhere.Dave Beckett2003-08-131-5/+0
* Merged patch from Jose Kahan to switch to use raptor_config.hDave Beckett2003-06-061-1/+1
* (raptor_libxml_init) Use raptor_xml_comment_handlerDave Beckett2003-03-041-1/+1
* (raptor_libxml_update_document_locator): Handle empty parser context.Dave Beckett2003-02-111-1/+5
* (raptor_libxml_update_document_locator): Don't use loc if it is NULLDave Beckett2003-02-111-4/+8
* Check for xmlSAXHandler externalSubset field, not present in oldDave Beckett2003-02-111-1/+6
* (raptor_libxml_endDocument): free the libxml2 Doc that is created butDave Beckett2002-12-041-0/+7
* (raptor_libxml_internalSubset,raptor_libxml_externalSubset): No return value.Dave Beckett2002-12-031-2/+2
* (raptor_libxml_init): Use RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZEDDave Beckett2002-11-271-1/+2
* stdarg.h is now a required header.Dave Beckett2002-11-261-2/+0
* LIBRDF_ macros now RAPTOR_Dave Beckett2002-10-311-20/+20
* (raptor_libxml_init): Enable handling of cdata blocks -Dave Beckett2002-09-191-1/+1
* (raptor_libxml_update_document_locator): Now not static.Dave Beckett2002-08-191-2/+4
* Delete extra '\n' at end of XML parsing messages; that's up to theDave Beckett2002-08-191-10/+25
* Tidying up stdlib.h, dmalloc.h includes.Dave Beckett2002-08-181-20/+6
* Raptor libxml functionsDave Beckett2002-08-181-0/+520