aboutsummaryrefslogtreecommitdiffstats
path: root/xmlcatalog.c
Commit message (Collapse)AuthorAgeFilesLines
* applied 2 fixups from Igor DanielDaniel Veillard2002-03-211-1/+0
| | | | | | * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups from Igor Daniel
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
| | | | | | | | | | | | | * configure.in: preparing 2.4.18 * doc/*: updated and rebuilt the web site * *.c libxml.h: implement the new IN_LIBXML scheme discussed with the Windows and Cygwin maintainers. * parser.c: humm, changed the way the SAX parser work when xmlSubstituteEntitiesDefault(1) is set, it will then do the entity registration and loading by itself in case the user provided SAX getEntity() returns NULL. * testSAX.c: added --noent to test the behaviour. Daniel
* Fixed bug #68830, xmlcatalog now provides return codes in case of errorsDaniel Veillard2002-01-201-6/+23
| | | | | | * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog now provides return codes in case of errors Daniel
* removed the last occurences of strdup usage in the code DanielDaniel Veillard2002-01-181-2/+8
| | | | | | * globals.c xmlIO.c xmlcatalog.c: removed the last occurences of strdup usage in the code Daniel
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-1/+1
| | | | | | * *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
* avoid unlink() and use remove() instead. DanielDaniel Veillard2001-11-041-5/+2
| | | | | * xmlcatalog.c: avoid unlink() and use remove() instead. Daniel
* Fixed SGML catalogs breakage of 2.4.7, added a couple of really neededDaniel Veillard2001-11-041-30/+114
| | | | | | | | | | * include/libxml/catalog.h catalog.c: Fixed SGML catalogs breakage of 2.4.7, added a couple of really needed APIs like xmlCatalogIsEmpty() and xmlNewCatalog() * xmlcatalog.c: updated --sgml --noout to be a suitable replacement for install-catalog * configure.in: preparing 2.4.8 Daniel
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
| | | | | | testThreads.c: far more testing, cleaning up bugs - *.c : make sure globals.h is always included. Daniel
* started integrating the core of the thread support not activated yet butDaniel Veillard2001-10-121-0/+2
| | | | | | | | | | * Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel
* adding SGML super catalog support adding one API and one flag --sgml toDaniel Veillard2001-10-081-24/+53
| | | | | | | * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML super catalog support adding one API and one flag --sgml to xmlcatalog Daniel
* removed a couple of warning try to solve the linking problem on platformsDaniel Veillard2001-09-201-0/+4
| | | | | | | * catalog.c xmlcatalog.c: removed a couple of warning * xpath.c: try to solve the linking problem on platforms needing trio to compile Daniel
* added a --convert option to xmlcatalog to convert SGML ones to the XMLDaniel Veillard2001-08-251-6/+12
| | | | | | | | * include/libxml/catalog.h catalog.c xmlcatalog.c: added a --convert option to xmlcatalog to convert SGML ones to the XML syntax. * xmllint.c: small cleanup for $SGML_CATALOG_FILES support. Daniel
* added documentation about Catalog support, misses an API descriptionDaniel Veillard2001-08-221-12/+25
| | | | | | | * doc/catalog.html doc/xml.html: added documentation about Catalog support, misses an API description * doc/html/*: reextracted the API pages Daniel
* starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard2001-08-221-17/+54
| | | | | | | | | | | * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c include/libxml/catalog.h: starts to look okay, really plugged the new framework, cleaned a lot of stuff, added some APIs, except the PI's support missing this should be mostly complete * result/catalogs/* test/catalogs/*: added new test, enriched the existing one with URN ID tests Daniel
* more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard2001-08-211-14/+176
| | | | | | | | | | | | * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h: more work on the XML catalog support. * parser.c include/libxml/parser.h: small cleanup seems using list as a public parameter name can give portability troubles * trionan.c trionan.h xpath.c include/libxml/trionan.h include/libxml/xpath.h include/libxml/Makefile.am: removed trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN wrappers Daniel
* Re-worked NaN and Inf supportBjorn Reese2001-08-211-0/+7
|
* renaming testCatalog as xmlcatalog, making it an installed app adding aDaniel Veillard2001-08-201-0/+216
* Makefile.am xmlcatalog.c libxml.spec.in: renaming testCatalog as xmlcatalog, making it an installed app adding a shell, and preparing it to be a /etc/xml/catalog management tool, though not ready yet * catalog.c include/libxml/catalog.h: adding support for XML Catalogs http://www.oasis-open.org/committees/entity/ not finished, there is some interesting tradeoffs and a few open questions left. Daniel