1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
XML parser and toolkit
Go to file
Daniel Veillard e18fc185fa extended the XmlTextReader API a bit, addding accessors for the current
* xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
  extended the XmlTextReader API a bit, addding accessors for
  the current doc and node, and an entity substitution mode for
  the parser.
* python/libxml.py python/libxml2class.txt: related updates
* python/tests/Makefile.am python/tests/reader.py
  python/tests/reader2.py python/tests/reader3.py: updated a bit
  the old tests and added a new one to test the entities handling
Daniel
2002-12-28 22:56:33 +00:00
doc extended the XmlTextReader API a bit, addding accessors for the current 2002-12-28 22:56:33 +00:00
example added more informations in the libxml2-python package including docs. 2002-02-02 09:17:16 +00:00
include extended the XmlTextReader API a bit, addding accessors for the current 2002-12-28 22:56:33 +00:00
macos integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS 2001-12-05 12:03:33 +00:00
python extended the XmlTextReader API a bit, addding accessors for the current 2002-12-28 22:56:33 +00:00
result Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. 2002-12-16 22:04:11 +00:00
SAXresult - testSAX.c: fixed problem with cdata reporting 2000-10-15 10:06:55 +00:00
test quiet down cvs somewhat 2002-12-28 04:48:15 +00:00
vms applied Craig A. Berry patches for VMS Daniel 2002-12-22 10:25:41 +00:00
win32 more work on the xml reader interfaces. updated Igor's mail and the Web 2002-12-18 14:53:54 +00:00
.cvsignore quiet down cvs somewhat 2002-12-28 04:48:15 +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 more work on the xml reader interfaces. updated Igor's mail and the Web 2002-12-18 14:53:54 +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 code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +00:00
catalog.c a bit more cleanup Daniel 2002-12-11 15:59:44 +00:00
ChangeLog extended the XmlTextReader API a bit, addding accessors for the current 2002-12-28 22:56:33 +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 serious cleanup of the spec file and associated changes in the Makefiles. 2002-10-23 20:43:53 +00:00
configure.in preparing release of 2.4.30 fixups to the api builder, gives enum values, 2002-12-12 11:01:32 +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 code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +00:00
DOCBparser.c new API building Python script, does the C parsing directly, generates a 2002-12-11 14:23:49 +00:00
encoding.c code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +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 fixed thread problem 2002-11-22 05:07:29 +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 code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +00:00
HTMLparser.c code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +00:00
HTMLtree.c patch from Mark Vadok about htmlNodeDumpOutput location. removed an 2002-12-12 00:15:55 +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 new API building Python script, does the C parsing directly, generates a 2002-12-11 14:23:49 +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 more work on the xml reader interfaces. updated Igor's mail and the Web 2002-12-18 14:53:54 +00:00
Makefile.am Adding a new set of APIs based on the C# TextXmlReader API but converted 2002-12-09 14:13:43 +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 code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +00:00
nanohttp.c new API building Python script, does the C parsing directly, generates a 2002-12-11 14:23:49 +00:00
NEWS got complaints from rpmlint that it was empty Daniel 2002-06-05 12:52:34 +00:00
parser.c the parseStartTag bug fix wasn't complete. Daniel 2002-12-17 10:31:45 +00:00
parserInternals.c new API building Python script, does the C parsing directly, generates a 2002-12-11 14:23:49 +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 fixing bug #95296, when the predefined entities are redefined in the DTD 2002-12-27 11:34:48 +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 applied Craig A. Berry patches for VMS Daniel 2002-12-22 10:25:41 +00:00
testDocbook.c code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +00:00
testHTML.c - include/libxml/globals.h include/libxml/threads.h threads.c 2001-10-17 15:58:35 +00:00
testReader.c working on DTD validation on top of xml reader interfaces. Allows to 2002-12-20 00:16:24 +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 conditionally excluded unistd.h 2002-10-31 15:59:09 +00:00
testThreadsWin32.c broke verlong lines 2002-10-31 15:59:24 +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 fixing #96925 wich was also dependant on the processing of parsed 2002-11-16 15:35:11 +00:00
threads.c code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +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 more work on the xml reader interfaces. updated Igor's mail and the Web 2002-12-18 14:53:54 +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 the VMS update patch from Craig A. Berry update Daniel 2002-10-22 17:35:37 +00:00
trionan.c Applied the VMS update patch from Craig A. Berry update Daniel 2002-10-22 17:35:37 +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 working on DTD validation on top of xml reader interfaces. Allows to 2002-12-20 00:16:24 +00:00
valid.c final touch running DTD validation on the XmlTextReader added a specific 2002-12-27 19:37:04 +00:00
xinclude.c fallback was only copying the first child not the full child list of the 2002-12-13 10:42:08 +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 tried to fix some of the problem with --sgml Daniel 2002-10-22 14:23:59 +00:00
xmlIO.c applied a patch for VMS following the report by Nigel Hall Daniel 2002-12-17 18:33:01 +00:00
xmllint.c working on DTD validation on top of xml reader interfaces. Allows to 2002-12-20 00:16:24 +00:00
xmlmemory.c new API building Python script, does the C parsing directly, generates a 2002-12-11 14:23:49 +00:00
xmlreader.c extended the XmlTextReader API a bit, addding accessors for the current 2002-12-28 22:56:33 +00:00
xmlregexp.c working on DTD validation on top of xml reader interfaces. Allows to 2002-12-20 00:16:24 +00:00
xmlschemas.c new API building Python script, does the C parsing directly, generates a 2002-12-11 14:23:49 +00:00
xmlschemastypes.c code cleanup, especially the function comments. fixed a small bug when 2002-12-10 15:19:08 +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 patch from Mark Vadok about htmlNodeDumpOutput location. removed an 2002-12-12 00:15:55 +00:00
xpointer.c tried to fix bug #97852 reported by Nicolas Noffke Daniel 2002-11-06 15:49:46 +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$