1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
XML parser and toolkit
Go to file
Daniel Veillard 2fd8542ca0 make xmlValidateDocument emit a warning msg if there is no DTD, pointed by
* valid.c: make xmlValidateDocument emit a warning msg if there
  is no DTD, pointed by Christian Glahn
Daniel
2002-10-16 14:32:41 +00:00
doc make the link to search a local reference, daniel 2002-10-09 18:46:35 +00:00
example added more informations in the libxml2-python package including docs. 2002-02-02 09:17:16 +00:00
include Christian Glahn found a small bug in the push parser. cleaned up and made 2002-10-14 11:15:18 +00:00
macos integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS 2001-12-05 12:03:33 +00:00
python fixed a stupid error breaking the python API Daniel 2002-09-26 09:34:23 +00:00
result fixed the validation of sequences content model when some of the blocks 2002-10-16 14:08:14 +00:00
SAXresult - testSAX.c: fixed problem with cdata reporting 2000-10-15 10:06:55 +00:00
test fixed the validation of sequences content model when some of the blocks 2002-10-16 14:08:14 +00:00
vms updated instructions and diffs from John A Fotheringham Daniel 2001-11-13 15:24:36 +00:00
win32 added .cvsignore 2002-09-29 18:00:59 +00:00
.cvsignore test programs added 2002-05-31 06:34:21 +00:00
acconfig.h started integrating the core of the thread support not activated yet but 2001-10-12 17:29:10 +00:00
acinclude.m4 Auto* still annoying peoples, commiting result :-(, Daniel. 2000-10-15 21:43:03 +00:00
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 fixed lists in XML_CATALOG_FILES 2002-10-04 13:32:49 +00:00
ChangeLog make xmlValidateDocument emit a warning msg if there is no DTD, pointed by 2002-10-16 14:32:41 +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 preparing release of 2.4.25 updated and regenerated teh docs and web 2002-09-26 17:50:03 +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 Joe Marcus Clarke reported a segfault on FBsd this was due to 2002-10-09 10:20:30 +00:00
DOCBparser.c fixed the data callback on transition functionality which was broken when 2002-09-24 14:13:13 +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 cosmetic cleanup started integrating a DTD validation layer based on the 2002-09-13 14:48:12 +00:00
HTMLparser.c small cleanup switched DTD validation to use only regexp when configured 2002-09-17 21:50:03 +00:00
HTMLtree.c fixing bug #94241 on HTML boolean attributes Daniel 2002-09-26 12:40:03 +00:00
INSTALL Added "make tests" to INSTALL, Daniel 2001-06-17 10:32:52 +00:00
install-sh Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
libxml-2.0.pc.in do not reference strdup() ! trying to fix the libs of the various config 2001-12-09 14:00:54 +00:00
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 Updated Email, forgot one place where the noencoding should be tested, Daniel 2001-01-18 12:50:20 +00:00
Makefile.am use test -f instead of test -e since Solaris /bin/sh misses it, reported 2002-10-15 08:43:17 +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 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 Christian Glahn found a small bug in the push parser. cleaned up and made 2002-10-14 11:15:18 +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 updated the contact informations Daniel 2002-10-15 10:41:43 +00:00
README.cvs-commits - README.cvs-commits: added, pointing to HACKING 2001-03-13 09:31:12 +00:00
SAX.c fixed bug #92518 validation error were not covering namespace 2002-09-26 16:10:21 +00:00
testAutomata.c fixed the data callback on transition functionality which was broken when 2002-09-24 14:13:13 +00:00
testC14N.c fixed the data callback on transition functionality which was broken when 2002-09-24 14:13:13 +00:00
testDocbook.c - include/libxml/globals.h include/libxml/threads.h threads.c 2001-10-17 15:58:35 +00:00
testHTML.c - include/libxml/globals.h include/libxml/threads.h threads.c 2001-10-17 15:58:35 +00:00
testRegexp.c made configuring with regexps/automata/unicode the default but without 2002-09-19 19:56:43 +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 added xmlSchemaNewMemParserCtxt to parse a schemas from a memory area 2002-10-09 21:13:59 +00:00
testThreads.c fixed the data callback on transition functionality which was broken when 2002-09-24 14:13:13 +00:00
testThreadsWin32.c applied Serguei Narojnyi's patch to add native thread support on the Win32 2002-01-13 13:35:00 +00:00
testURI.c closed bug #66159 added --escape option some cleanup for xml2-config 2001-12-07 11:33:54 +00:00
testXPath.c fixed the data callback on transition functionality which was broken when 2002-09-24 14:13:13 +00:00
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 investigating xmlNodeGetContent() on namespace nodes and removed a few 2002-10-14 15:39:04 +00:00
trio.c applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
trio.h applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
triodef.h applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
trionan.c applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
trionan.h applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
triop.h applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
triostr.c applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
triostr.h applied a trio update patch from Bjorn Reese which should work with MinGW 2002-09-25 22:44:43 +00:00
uri.c replaced sprintf() with snprintf() to prevent possible buffer overflow 2002-06-14 17:07:10 +00:00
valid.c make xmlValidateDocument emit a warning msg if there is no DTD, pointed by 2002-10-16 14:32:41 +00:00
xinclude.c make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, 2002-09-26 09:47:36 +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 Revert directory structure changes 2001-02-23 17:55:21 +00:00
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 Small fixups: - xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg - 2001-03-03 18:50:55 +00:00
xmlcatalog.c applied 2 fixups from Igor Daniel 2002-03-21 13:08:08 +00:00
xmlIO.c Christian Glahn found a small bug in the push parser. cleaned up and made 2002-10-14 11:15:18 +00:00
xmllint.c fixed the data callback on transition functionality which was broken when 2002-09-24 14:13:13 +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 fixed the validation of sequences content model when some of the blocks 2002-10-16 14:08:14 +00:00
xmlschemas.c fixed the validation of sequences content model when some of the blocks 2002-10-16 14:08:14 +00:00
xmlschemastypes.c make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, 2002-09-26 09:47:36 +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 typo/bug found by Christian Glahn Daniel 2002-10-04 11:46:37 +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 toolkit from the GNOME project

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

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

To report bugs, follow the instructions at: 
  http://xmlsoft.org/XSLT/bug.html

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

$Id$