Daniel Veillard
496a1cf592
revamped the encoding support, added iconv support, so now libxml if
...
* encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
the encoding support, added iconv support, so now libxml if
compiled with iconv automatically support japanese encodings
among others. Work based on initial patch from Yuan-Chen Cheng
I may have broken binary compat in the encoding handler
registration scheme, but that was so utterly broken I don't
expect anybody to have used this feature until now.
* parserInternals.h: fixup on the CHAR range macro
* xml-error.h, parser.c: catch URL/URI errors using the uri.c
code.
* tree.[ch]: added xmlBufferGrow(), was needed for iconv
* uri.c: added xmlParseURI() I can't believe I forgot to
implement this one in 2.0 !!!
* SAX.c: moved doc->encoding update in the endDocument() call.
* TODO: updated.
Iconv rules :-)
Daniel
2000-05-03 14:20:55 +00:00
Daniel Veillard
5e873c4627
- speedup of IS_CHAR like macros, significant overall improvement
...
- More interfaces for new I/O functions: xmlNewIOInputStream,
xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel
2000-04-12 13:27:38 +00:00
Daniel Veillard
fc708e2b7c
- cosmetic changes from "Timur I. Bakeyev" <timur@bat.ru>
...
Daniel
2000-04-08 13:17:27 +00:00
Daniel Veillard
361d845de0
Work done on the plane, ready to release libxml2-2.0.0, Daniel
2000-04-03 19:48:13 +00:00
Daniel Veillard
cf46199c5e
This is the 2.0.0-beta, lots and lots and lots of changes
...
Have a look at http://xmlsoft.org/upgrade.html
Daniel
2000-03-14 18:30:20 +00:00
Daniel Veillard
dbfd641b78
- 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
1999-12-28 16:35:14 +00:00
Daniel Veillard
944b5ff4f6
A posteriori validation should now work,
...
Added --postvalid to tester program
Added xmlDocGetRootElement() to the API,
Daniel
1999-12-15 19:08:24 +00:00
Daniel Veillard
dd6b36766f
Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
1999-09-23 22:19:22 +00:00
Daniel Veillard
c08a2c6fd4
Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, Daniel
1999-09-08 21:35:25 +00:00
Daniel Veillard
6454aec23d
Added memory debug wrappers, killed all detected memory leaks, Daniel
1999-09-02 22:04:43 +00:00
Daniel Veillard
b96e643849
Release 1.6, lot of fixes, more validation, code cleanup, added namespace
...
on attributes, Daniel.
1999-08-29 21:02:19 +00:00
Daniel Veillard
b05deb7f5f
Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
1999-08-10 19:04:08 +00:00
Daniel Veillard
14fff064e5
Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel
1999-06-22 21:49:07 +00:00
Daniel Veillard
011b63cb20
Release of libxml-1.1, Daniel.
1999-06-02 17:44:04 +00:00
Daniel Veillard
517752b985
Completed/revamped the SAX support, removed old namespace suppport, Daniel
1999-04-05 12:20:10 +00:00
Daniel Veillard
64068b3e25
Moved macros to parserInternals, applied patches for MSVC6, Daniel
1999-03-24 20:42:16 +00:00
Daniel Veillard
bc50b59d36
Memory leak hunting, export more interfaces, updated the doc, Daniel.
1999-03-01 12:28:53 +00:00
Daniel Veillard
d692aa49bd
Added call to create/free parser contexts, + doc, Daniel.
1999-02-28 21:54:31 +00:00
Daniel Veillard
1e346af5e4
Serious upgrade of internal subset support, setup for gtk-doc, Daniel
1999-02-22 10:33:01 +00:00