|
6117c6fb
|
2000-06-28T23:39:08
|
|
libxml 1/2 fixups, spec cleanup, 1.8.8 prerelease, Daniel.
|
|
43f300d9
|
2000-06-28T16:41:05
|
|
Cope with libxml1/libxml2, Daniel
|
|
3e6d237f
|
2000-03-04T11:39:43
|
|
Blanks handling function, added 2.x upgrade doc, Daniel
|
|
e41f2b74
|
2000-01-30T20:00:07
|
|
Released 1.8.6, Daniel.
|
|
2eac5039
|
2000-01-09T21:08:56
|
|
Added a Fragment function for Raph (DOM) Daniel.
|
|
71b656e0
|
2000-01-05T14:46:17
|
|
- added xmlRemoveID() and xmlRemoveRef()
- added check and handling when possibly removing an ID
- fixed some entities problems
- added xmlParseTryOrFinish()
- changed the way struct aredeclared to allow gtk-doc to expose those
- closed #4960
- fixes to libs detection from Albert Chin-A-Young
- preparing 1.8.3 release
Daniel
|
|
686d6b6a
|
2000-01-03T11:08:02
|
|
- added xmlRemoveProp
- changed the way Windows socket stuff get included
- removed an indetermination xmLDecl/PI(xml...)
- xmlNewNs wasn't checking for double definition
- fixed a problem with dist-hook duplicates
- fixed the loading of external entities APIs, now xmlLoadExternalEntity()
is used everywhere
- now the xhtml spec validates with the xhtml DTD.
- error.c: fixed crashes in case of no input stream
- added the xhtml spec and dtds to the validation tests and results
Daniel
|
|
dbfd641b
|
1999-12-28T16:35:14
|
|
- Lots of improvements, too long to list here
- Push mode for the XML parser (HTML to come)
- XML shell like interface for debug
- improvements on XPath and validation
Daniel
|
|
5cb5ab8d
|
1999-12-21T15:35:29
|
|
- release 1.8.2 - HTML handling improvement - new tree handling functions
- release 1.8.2
- HTML handling improvement
- new tree handling functions
- default namespace on attribute bug fixed
- libxml use for C++ fixed (for good this time !)
Daniel
|
|
3dbfdca4
|
1999-12-15T19:08:23
|
|
A posteriori validation should now work,
Added --postvalid to tester program
Added xmlDocGetRootElement() to the API,
Daniel
|
|
82c305b6
|
1999-12-15T19:08:23
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
bfce3775
|
1999-12-15T04:32:07
|
|
Changed 'namespace' to 'nameSpace' to workaround c++ losage where 'namespace'
is a reserved keyword of the compiler.
|
|
10a2c653
|
1999-12-12T13:03:50
|
|
Large commit of changes done while travelling to XML'99
- cleanups on memory use and parsers
- start of Link interfaces HTML and XLink
- rebuild the doc
- released as 1.8.0
Daniel
|
|
f5c2c870
|
1999-12-01T09:51:45
|
|
- added the patch from Carl Nygard <cnygard@bellatlantic.net>
which allow impressive speed improvement on dataset with large text
pieces, but at the cost of broken binary compatibility and slightly
bigger memory usage. Configure with --with-buffers to activate them,
they are protected with XML_USE_BUFFER_CONTENT define.
- added xmlCleanupPredefinedEntities(), memory allocation cleanup
Daniel
|
|
a819dace
|
1999-11-24T18:04:22
|
|
Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel
|
|
11a48ec6
|
1999-11-23T10:40:46
|
|
Closing bug report #3748, changed global compression flag usage, and
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel
|
|
7c1206fc
|
1999-10-14T09:10:25
|
|
Revamped HTML parsing, lots of bug fixes for HTML stuff,
Added xmlValidGetValidElements and xmlValidGetPotentialChildren,
Completed and cleaned up the tests,
Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html,
Daniel
|
|
6077d03d
|
1999-10-09T09:11:45
|
|
Various small bugfixes, Daniel.
|
|
dd6b3676
|
1999-09-23T22:19:22
|
|
Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
|
|
c08a2c6f
|
1999-09-08T21:35:25
|
|
Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, Daniel
|
|
b96e6438
|
1999-08-29T21:02:19
|
|
Release 1.6, lot of fixes, more validation, code cleanup, added namespace
on attributes, Daniel.
|
|
991e63d9
|
1999-08-15T23:32:28
|
|
More validity stuff (ID) and corrct version of equal and compare for XPath, Daniel
|
|
b05deb7f
|
1999-08-10T19:04:08
|
|
Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
|
|
e2d034d3
|
1999-07-27T19:52:06
|
|
Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
|
|
15b75af8
|
1999-07-26T16:42:37
|
|
Just adds 'const' to a couple of important parameters, patch from
Michael Meeks <michael@oasis.edenproject.org>, Daniel.
|
|
5233ffc8
|
1999-07-06T22:25:25
|
|
Restore binary compat, more HTML stuff, allow stdin input, Daniel.
|
|
be70ff71
|
1999-07-05T16:50:46
|
|
Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel
|
|
011b63cb
|
1999-06-02T17:44:04
|
|
Release of libxml-1.1, Daniel.
|
|
5099ae89
|
1999-04-21T20:12:07
|
|
Removal of threading problems, update documentation, added SAX tests, Daniel
|
|
517752b9
|
1999-04-05T12:20:10
|
|
Completed/revamped the SAX support, removed old namespace suppport, Daniel
|
|
1e346af5
|
1999-02-22T10:33:01
|
|
Serious upgrade of internal subset support, setup for gtk-doc, Daniel
|
|
1899e853
|
1999-02-01T12:18:54
|
|
Header cleanup and work on parsing/output of element declarations, Daniel.
|
|
39a1f9a3
|
1999-01-17T19:11:59
|
|
Speed, conformance testing, more parsing, general improvements, Daniel.
|
|
be36afe1
|
1998-11-27T06:39:50
|
|
Added copy operations for node/tree/documents, Daniel.
|
|
0ba4d537
|
1998-11-01T19:34:31
|
|
CharRef handling, comments, formatting, pre UTF-8 handling, Daniel.
|
|
1625364f
|
1998-10-28T22:58:05
|
|
Cleanup of the API, more work done on the tree generation, Daniel.
|
|
ccb09637
|
1998-10-27T06:21:04
|
|
Changed the internals a lot for DOM, entity support, slight changes of API,
more (if not all) formating of function comments, started documentation, Daniel.
|
|
27fb0757
|
1998-10-17T06:47:46
|
|
Corbaization of the document structures, Daniel.
|
|
0bef131b
|
1998-10-14T02:36:47
|
|
Added prev and doc pointers to Node, confomity with DOM, Daniel
|
|
27864706
|
1998-10-08T03:47:24
|
|
Added hooks for servants, Daniel.
|
|
15a8df4b
|
1998-09-24T19:15:06
|
|
Added a per-document compression interface, Daniel.
|
|
151b1b0c
|
1998-09-23T00:49:46
|
|
Added compression on saving, Daniel.
|
|
260a68fd
|
1998-08-13T03:39:55
|
|
Release 0.2, 80% rewrite, nothing left intact ... Daniel
|