Go to file
Daniel Veillard c6d4a933f0 updated the python bindings, added code for easier File I/O, and the
* python/generator.py python/libxml.c python/libxml.py
  python/libxml2-python-api.xml python/libxml2class.txt
  python/libxml_wrap.h python/types.c: updated the python
  bindings, added code for easier File I/O, and the ability to
  define a resolver from Python fixing bug #91635
* python/tests/Makefile.am python/tests/inbuf.py
  python/tests/outbuf.py python/tests/pushSAXhtml.py
  python/tests/resolver.py python/tests/serialize.py: updated
  and augmented the set of Python tests.
Daniel
2002-09-12 15:00:57 +00:00
doc Adding link to MacOsX binaries, Daniel 2002-09-09 10:54:06 +00:00
example added more informations in the libxml2-python package including docs. 2002-02-02 09:17:16 +00:00
include messing around with support for Windows path, cleanups, trying to identify 2002-09-10 11:13:43 +00:00
macos
python updated the python bindings, added code for easier File I/O, and the 2002-09-12 15:00:57 +00:00
result working on better error reporting of validity errors, especially providing 2002-09-05 14:21:15 +00:00
SAXresult
test quick but apparently working implementation of xi:fallback, should close 2002-08-14 14:11:30 +00:00
vms
win32 added more readme info for the binary package 2002-09-10 19:07:02 +00:00
.cvsignore test programs added 2002-05-31 06:34:21 +00:00
acconfig.h
acinclude.m4
AUTHORS added Aleksey Sanin <aleksey@aleksey.com> as one of the persons allowed to 2002-04-30 06:48:41 +00:00
autogen.sh update error message for missing automake 2002-08-22 13:59:35 +00:00
build_glob.py Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. 2002-02-10 13:20:39 +00:00
c14n.c get rid of all the perror() calls made in the library execution paths. 2002-09-05 11:33:25 +00:00
catalog.c preparing 2.4.18 updated and rebuilt the web site implement the new 2002-03-18 19:37:11 +00:00
ChangeLog updated the python bindings, added code for easier File I/O, and the 2002-09-12 15:00:57 +00:00
check-xml-test-suite.py fix to adapt varaiations in the bindings fixed to have the version of the 2002-03-09 10:20:00 +00:00
config.h.in trying to fix #77441 Daniel 2002-04-14 12:56:08 +00:00
configure.in possible mem leak patch from Jason Adams integrated xf:escape-uri() from 2002-08-22 20:52:17 +00:00
Copyright Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 2002-02-08 13:28:40 +00:00
debugXML.c replaced sprintf() with snprintf() to prevent possible buffer overflow 2002-06-14 17:07:10 +00:00
DOCBparser.c messing around with support for Windows path, cleanups, trying to identify 2002-09-10 11:13:43 +00:00
encoding.c Opening the interface xmlNewCharEncodingHandler as requested in #89415 2002-08-01 12:22:24 +00:00
entities.c get rid of all the perror() calls made in the library execution paths. 2002-09-05 11:33:25 +00:00
error.c fixed a stupid out of bound array error Daniel 2002-09-10 12:16:19 +00:00
genUnicode.py merged the current state of XML Schemas implementation, it is not 2002-04-16 15:50:10 +00:00
global.data changed default value for global parameter xmlIndentTreeOutput to 1 and 2002-05-24 07:18:40 +00:00
globals.c changed default value for global parameter xmlIndentTreeOutput to 1 and 2002-05-24 07:18:40 +00:00
HACKING added Aleksey Sanin <aleksey@aleksey.com> as one of the persons allowed to 2002-04-30 06:48:41 +00:00
hash.c applied patch from Richard Jinks for the namespace axis + fixed a memory 2002-07-01 21:52:03 +00:00
HTMLparser.c messing around with support for Windows path, cleanups, trying to identify 2002-09-10 11:13:43 +00:00
HTMLtree.c small cleanup of the man page fixed a potential problem raised by Petr 2002-08-12 14:53:41 +00:00
INSTALL
install-sh
libxml-2.0.pc.in
libxml.3 small cleanup of the man page fixed a potential problem raised by Petr 2002-08-12 14:53:41 +00:00
libxml.h preparing 2.4.18 updated and rebuilt the web site implement the new 2002-03-18 19:37:11 +00:00
libxml.m4 got a report that #include <string.h> was needed Daniel 2002-04-09 13:48:02 +00:00
libxml.spec.in fixes libary path for x86_64 AMD Daniel 2002-09-04 12:27:06 +00:00
list.c get rid of all the perror() calls made in the library execution paths. 2002-09-05 11:33:25 +00:00
MAINTAINERS
Makefile.am quick but apparently working implementation of xi:fallback, should close 2002-08-14 14:11:30 +00:00
Makefile.win
missing
mkinstalldirs
nanoftp.c replaced sprintf() with snprintf() to prevent possible buffer overflow 2002-06-14 17:07:10 +00:00
nanohttp.c replaced sprintf() with snprintf() to prevent possible buffer overflow 2002-06-14 17:07:10 +00:00
NEWS got complaints from rpmlint that it was empty Daniel 2002-06-05 12:52:34 +00:00
parser.c messing around with support for Windows path, cleanups, trying to identify 2002-09-10 11:13:43 +00:00
parserInternals.c get rid of all the perror() calls made in the library execution paths. 2002-09-05 11:33:25 +00:00
README Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 2002-02-08 13:28:40 +00:00
README.cvs-commits
SAX.c performance patch from Peter Jacobi Daniel 2002-05-29 08:21:33 +00:00
testAutomata.c merged the current state of XML Schemas implementation, it is not 2002-04-16 15:50:10 +00:00
testC14N.c added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified 2002-06-04 04:27:06 +00:00
testDocbook.c
testHTML.c
testRegexp.c merged the current state of XML Schemas implementation, it is not 2002-04-16 15:50:10 +00:00
testSAX.c I wanted to see the real speed at the SAX interface after a little too 2002-03-20 19:24:21 +00:00
testSchemas.c possible mem leak patch from Jason Adams integrated xf:escape-uri() from 2002-08-22 20:52:17 +00:00
testThreads.c
testThreadsWin32.c
testURI.c
testXPath.c
threads.c *** empty log message *** 2002-04-16 17:57:17 +00:00
TODO updated a bit made a comment more specific more work on the Schemas 2002-04-22 16:01:24 +00:00
TODO_SCHEMAS merged the current state of XML Schemas implementation, it is not 2002-04-16 15:50:10 +00:00
tree.c try to make the copy function work for node of type 2002-09-05 11:12:45 +00:00
trio.c Upgraded to trio baseline 1.6 2002-01-19 15:40:18 +00:00
trio.h Upgraded to trio baseline 1.6 2002-01-19 15:40:18 +00:00
triodef.h Upgraded to trio baseline 1.6 2002-01-19 15:40:18 +00:00
trionan.c Fixed crash on OSF/1 2002-04-19 15:16:01 +00:00
trionan.h more patches from Richard Jinks Updated tests though they show a 2002-03-27 16:12:22 +00:00
triop.h Upgraded to trio baseline 1.6 2002-01-19 15:40:18 +00:00
triostr.c Upgraded to trio baseline 1.6 2002-01-19 15:40:18 +00:00
triostr.h Upgraded to trio baseline 1.6 2002-01-19 15:40:18 +00:00
uri.c replaced sprintf() with snprintf() to prevent possible buffer overflow 2002-06-14 17:07:10 +00:00
valid.c working on better error reporting of validity errors, especially providing 2002-09-05 14:21:15 +00:00
xinclude.c reimplemented a large part of the XInclude processor, trying to minimize 2002-09-05 10:52:10 +00:00
xlink.c preparing 2.4.18 updated and rebuilt the web site implement the new 2002-03-18 19:37:11 +00:00
xml2-config.1
xml2-config.in patch Charles Bozeman for validation of all the date, time, and duration 2002-05-03 07:29:38 +00:00
xml2Conf.sh.in
xmlcatalog.c applied 2 fixups from Igor Daniel 2002-03-21 13:08:08 +00:00
xmlIO.c fixed a stupid out of bound array error Daniel 2002-09-10 12:16:19 +00:00
xmllint.c memory leak reporting was broken after a change of the preprocessor symbol 2002-09-05 11:14:19 +00:00
xmlmemory.c fixed configure for MPE/iX from Markus Henke fixed initialization problems 2002-03-28 18:25:31 +00:00
xmlregexp.c updated a bit made a comment more specific more work on the Schemas 2002-04-22 16:01:24 +00:00
xmlschemas.c applied patch from Richard Jinks for the namespace axis + fixed a memory 2002-07-01 21:52:03 +00:00
xmlschemastypes.c applied patch from Richard Jinks for the namespace axis + fixed a memory 2002-07-01 21:52:03 +00:00
xmlunicode.c merged the current state of XML Schemas implementation, it is not 2002-04-16 15:50:10 +00:00
xpath.c possible mem leak patch from Jason Adams integrated xf:escape-uri() from 2002-08-22 20:52:17 +00:00
xpointer.c preparing 2.4.18 updated and rebuilt the web site implement the new 2002-03-18 19:37:11 +00:00

                  XML parser for Gnome

Full documentation is available on-line at
    http://xmlsoft.org/

This code is released under the MIT Licence see the Copyright file.

A mailing-list xml@gnome.org is available, to subscribe:
    http://mail.gnome.org/mailman/listinfo/xml

The list archive is at:
    http://mail.gnome.org/archives/xml/

daniel@veillard.com