1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-11 05:17:37 +03:00
XML parser and toolkit
Go to file
Daniel Veillard 3dd82e7c2a - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to
- TODO: updated
- xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
  libxml default allocation function with another set (like gmalloc/gfree).
- Makefile.am, uri.c, uri.h: added a set of functions to do exact (litteraly
  copied from the RFC 2396 productions) parsing and handling of URI.
Daniel
2000-03-20 11:48:04 +00:00
doc Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel. 2000-03-14 19:59:05 +00:00
example shut up cvs 1999-11-04 20:55:54 +00:00
include/libxml - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
result Added TODO, desactivated memory debug, ran make tests, daniel. 2000-03-14 18:33:47 +00:00
SAXresult Oops, it seems I forgot to commit 1.8.4 changes 2000-01-14 14:45:24 +00:00
test - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
.cvsignore shut up cvs 1999-11-04 20:55:54 +00:00
acconfig.h - added xmlRemoveID() and xmlRemoveRef() 2000-01-05 14:46:17 +00:00
AUTHORS Corrected errors in infos, patched the Makefile.am, Daniel. 1998-07-26 04:28:20 +00:00
autogen.sh *** empty log message *** 1999-02-06 18:12:01 +00:00
ChangeLog - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
config.h.in Candidate libxml-1.8.5, include jody libz patch, Daniel 2000-01-18 18:01:01 +00:00
configure.in Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel. 2000-03-14 19:59:05 +00:00
COPYING.LIB Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
Copyright Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
debugXML.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
debugXML.h - added xmlRemoveID() and xmlRemoveRef() 2000-01-05 14:46:17 +00:00
encoding.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
encoding.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
entities.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
entities.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
error.c - added xmlRemoveProp 2000-01-03 11:08:02 +00:00
HACKING Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, Daniel 1999-09-08 21:35:25 +00:00
HTMLparser.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
HTMLparser.h - added xmlRemoveID() and xmlRemoveRef() 2000-01-05 14:46:17 +00:00
HTMLtree.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
HTMLtree.h - Removing warnings on various paltforms 2000-02-02 17:15:36 +00:00
INSTALL Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
install-sh Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
libxml.spec.in Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel. 2000-03-14 19:59:05 +00:00
MAINTAINERS Add maintainers list 1999-06-15 17:20:45 +00:00
Makefile.am - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
Makefile.win Release 0.2, 80% rewrite, nothing left intact ... Daniel 1998-08-13 03:39:55 +00:00
missing Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
mkinstalldirs Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
nanoftp.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
nanoftp.h Released 1.8.6, Daniel. 2000-01-30 20:00:07 +00:00
nanohttp.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
nanohttp.h Released 1.8.6, Daniel. 2000-01-30 20:00:07 +00:00
NEWS Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
parser.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
parser.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
parserInternals.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
README Release of libxml-1.1, Daniel. 1999-06-02 17:44:04 +00:00
SAX.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
SAX.h - Updated HTML test outputs 1999-12-18 15:32:46 +00:00
tester.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
testHTML.c Added a Fragment function for Raph (DOM) Daniel. 2000-01-09 21:08:56 +00:00
testSAX.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
testXPath.c - fix for PIs name starting with xml 1999-12-22 11:30:41 +00:00
TODO - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
tree.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
tree.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
uri.c - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
uri.h - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to 2000-03-20 11:48:04 +00:00
valid.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
valid.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
win32config.h.in Patches for WIN32, Daniel. 2000-02-02 14:52:08 +00:00
xlink.c - fix for PIs name starting with xml 1999-12-22 11:30:41 +00:00
xlink.h - added xmlRemoveID() and xmlRemoveRef() 2000-01-05 14:46:17 +00:00
xml-config.in - bux fixes in XPath implementation 2000-01-24 13:55:06 +00:00
xml-error.h This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
xmlConf.sh.in Add MODULE_VERSION -miguel 1999-09-18 22:29:26 +00:00
xmlIO.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
xmlIO.h - added a nano FTP module 2000-01-25 18:31:22 +00:00
xmlmemory.c - Push mode for the HTML parser (new calls) 1999-12-29 12:49:06 +00:00
xmlmemory.h Added TODO, desactivated memory debug, ran make tests, daniel. 2000-03-14 18:33:47 +00:00
xpath.c This is the 2.0.0-beta, lots and lots and lots of changes 2000-03-14 18:30:20 +00:00
xpath.h - added xmlRemoveID() and xmlRemoveRef() 2000-01-05 14:46:17 +00:00

                  XML parser for Gnome

Documentation is available on-line at
    http://rufus.w3.org/veillard/XML/xml.html

A mailing-list has been set-up, to subscribe:
    echo "subscribe xml" | mail majordomo@rufus.w3.org

The list archive is at:
    http://rufus.w3.org/veillard/XML/messages/

NOTE: I use a second CVS server for experimental version of the XML code,
      this mean that if you commit without a Changelog or without sending
      the patch to me or the list, it may well get lost. I usually check
      before copying over the Gnome directory, but it may happen.

    People interested in the bleeding edge or what I'm up to can check
    at http://dev.w3.org/cgi-bin/cvsweb/XML/

Daniel.Veillard@w3.org