|
eec1ae94
|
2003-09-09T13:11:01
|
|
Added infor about 2.5.11, Daniel
|
|
6c57dcaf
|
2003-09-03T10:10:51
|
|
Added a link and image for the protest against software patents, rebuilt
the web pages,
Daniel
|
|
008c06b4
|
2003-09-01T22:17:39
|
|
fixed problem parsing xhtml docs small modification to avoid problem in
* doc/index.py: fixed problem parsing xhtml docs
* doc/xmlreader.html,doc/guidelines.html: small modification
to avoid problem in python parsing.
* doc/search.php: fixed upper case filename problem for XSLT docs
|
|
3f479503
|
2003-09-01T04:58:15
|
|
new file added, giving some description of the documentation generation
* doc/README.docs, doc/Makefile.am: new file added,
giving some description of the documentation generation process
* doc/search.php: fixed problem with upper case on filenames
|
|
e24c7dca
|
2003-08-29T06:03:38
|
|
2.6.0beta1 changes Fixing attribute normalization, might not be totally
* configure.in doc/* : 2.6.0beta1 changes
* SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
normalization, might not be totally fixed but this should
make sure SAX event provide the right strings for attributes
except entities for which libxml2 is different by default
This should fix #109564
* result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
in attribute callback values
* result/c14n/with-comments/example-4
result/c14n/without-comments/example-4: this also fixes a subtle
bug in the canonicalization tests.
Daniel
|
|
cdfa286c
|
2003-08-29T06:03:38
|
|
enhanced code to compensate for pollution from Igor's header taint (quick
* doc/apibuild.py, doc/libxml2-api.xml: enhanced code
to compensate for pollution from Igor's header taint
(quick before Daniel notices)
|
|
bc6734a5
|
2003-08-28T15:01:40
|
|
add: doc/tutorial/api.html doc/tutorial/ar01s09.html
Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
add:
* doc/tutorial/api.html
* doc/tutorial/ar01s09.html
* doc/tutorial/includexpath.c
updated
* doc/tutorial/*.html
fix my bad - forgot to check in new files when I last
updated
|
|
66f68e71
|
2003-08-18T16:39:51
|
|
added option --dtdvalidfpi for Tobias Reif Daniel
* xmllint.c doc/xmllint.xml doc/xmllint.1: added option
--dtdvalidfpi for Tobias Reif
Daniel
|
|
2fdbd32d
|
2003-08-18T12:15:38
|
|
new dictionary module to keep a single instance of the names used by the
* dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
new dictionary module to keep a single instance of the names used
by the parser
* DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
switched all parsers to use the dictionary internally
* include/libxml/HTMLparser.h include/libxml/parser.h
include/libxml/parserInternals.h include/libxml/valid.h:
Some of the interfaces changed as a result to receive or return
"const xmlChar *" instead of "xmlChar *", this is either
insignificant from an user point of view or when the returning
value changed, those function are really parser internal methods
that no user code should really change
* doc/libxml2-api.xml doc/html/*: the API interface changed and
the docs were regenerated
Daniel
|
|
23a52c5c
|
2003-08-18T10:01:18
|
|
Updated the front page informations, Daniel
|
|
a716ff11
|
2003-08-16T14:58:33
|
|
fixed part (2) of bug 119535 (wrong alpha case on filenames)
* doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
fixed part (2) of bug 119535 (wrong alpha case on filenames)
|
|
a7600434
|
2003-08-16T14:58:32
|
|
2.6.0beta1 changes Fixing attribute normalization, might not be totally
* configure.in doc/* : 2.6.0beta1 changes
* SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
normalization, might not be totally fixed but this should
make sure SAX event provide the right strings for attributes
except entities for which libxml2 is different by default
This should fix #109564
* result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
in attribute callback values
* result/c14n/with-comments/example-4
result/c14n/without-comments/example-4: this also fixes a subtle
bug in the canonicalization tests.
Daniel
|
|
3f23648c
|
2003-08-16T14:58:32
|
|
fixed part (2) of bug 119535 (wrong alpha case on filenames)
* doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
fixed part (2) of bug 119535 (wrong alpha case on filenames)
|
|
c6e07559
|
2003-08-16T12:44:47
|
|
regenerated API documentation for xmlsoft.org (part of Bug 119535)
* doc/API*.html, doc/html/*: regenerated API documentation
for xmlsoft.org (part of Bug 119535)
|
|
7a82165d
|
2003-08-15T07:27:40
|
|
Minor changes to comments, etc. for improving documentation generation
* encoding.c, threads.c, include/libxml/HTMLparser.h,
doc/libxml2-api.xml: Minor changes to comments, etc. for
improving documentation generation
* doc/Makefile.am: further adjustment to auto-generation of
win32/libxml2.def.src
|
|
cfba2fe0
|
2003-08-15T00:33:43
|
|
preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxml2-2.5.10 release
* doc/* : updated the doc and rebuilt
Daniel
|
|
ccf996fc
|
2003-08-14T10:48:38
|
|
Corrected bug tracking modules to look for libxml2 not libxml, Daniel
|
|
ccf9e39d
|
2003-08-13T14:50:18
|
|
Removed dependency from libxml2.def.src
* doc/Makefile.am: Removed dependency from libxml2.def.src
|
|
476cd964
|
2003-08-13T11:09:42
|
|
took away the requirement for automake-1.4, changed the messages for
* autogen.sh: took away the requirement for automake-1.4,
changed the messages for getting auto* tools to current
gnu pages.
* configure.in, configure: added check for Linux Dec alpha
requiring -ieee flag, fixed test for ipv6
* trionan.c: fixed problem for compiling on Linux Dec alpha
using native compiler
* doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
whenever libxml2-api.xml is changed.
|
|
83ee40de
|
2003-08-09T22:24:09
|
|
preparing libxml2-2.5.9 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxml2-2.5.9 release
* doc/* : updated the doc and rebuilt
Daniel
|
|
0ab6fa01
|
2003-08-09T18:01:53
|
|
changing an enum definition to get a correct API XML description. This was
* include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
definition to get a correct API XML description. This was apparently
breaking Windows build.
Daniel
|
|
c758c229
|
2003-08-04T20:42:34
|
|
rebuilt the API and docs. Daniel
* doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
Daniel
|
|
91e69c59
|
2003-08-04T01:43:07
|
|
applied doc patch to xml.html and rebuilt, apparently some C++ wrappers
* doc/FAQ.html doc/xml.html: applied doc patch to xml.html
and rebuilt, apparently some C++ wrappers are not available,
c.f. bug #118943
Daniel
|
|
7b68df97
|
2003-08-03T22:58:54
|
|
fixed bug #118712 about mixed content, and namespaced element names. added
* valid.c: fixed bug #118712 about mixed content, and namespaced
element names.
* test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
in the regression tests
Daniel
|
|
63f3a47d
|
2003-07-24T21:48:30
|
|
doc/tutorial/apa.html doc/tutorial/apb.html doc/tutorial/apc.html
Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/tutorial/apa.html
* doc/tutorial/apb.html
* doc/tutorial/apc.html
* doc/tutorial/apd.html
* doc/tutorial/ape.html
* doc/tutorial/apf.html
* doc/tutorial/apg.html
* doc/tutorial/aph.html
* doc/tutorial/ar01s02.html
* doc/tutorial/ar01s03.html
* doc/tutorial/ar01s04.html
* doc/tutorial/ar01s05.html
* doc/tutorial/ar01s06.html
* doc/tutorial/ar01s07.html
* doc/tutorial/ar01s08.html
* doc/tutorial/index.html
* doc/tutorial/ix01.html
* doc/tutorial/xmltutorial.pdf
* doc/tutorial/xmltutorial.xml
update tutorial with XPath example
|
|
5373ea12
|
2003-07-24T13:09:13
|
|
Fixing some uppercase fragment identifier pointing to generated docs, Daniel
|
|
2ae05c7e
|
2003-07-23T01:43:53
|
|
doc/xmllint.html include html version of the xmllint man page, so an
Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.html
include html version of the xmllint man page, so an
up-to-date version is visible on the Web
|
|
8edf1c5c
|
2003-07-22T20:52:14
|
|
added a new API xmlXIncludeProcessTree() to process XInclude only on a
* xinclude.c include/libxml/xinclude.h: added a new API
xmlXIncludeProcessTree() to process XInclude only on a subtree
this should fix bug #115385
Daniel
|
|
95c09d9a
|
2003-07-07T12:11:06
|
|
Update of docs, Daniel
|
|
560c2a44
|
2003-07-06T21:13:49
|
|
preparing release 1.5.8 changed some preprocessor block applied patch from
* configure.in doc/*: preparing release 1.5.8
* nanohttp.c: changed some preprocessor block
* xmlschemastypes.c: applied patch from Charles Bozeman adding
hexBinary schema datatype and adding support for totalDigits and
fractionDigits facets.
Daniel
|
|
598bec37
|
2003-07-06T10:02:03
|
|
Libxml2 is not just "for Gnome", this is still confusing people, Daniel
|
|
d7cec926
|
2003-06-13T12:30:10
|
|
reverted back patch for #113521, due to #115104 and while fixing #115101 .
* doc/Makefile.am doc/html/*: reverted back patch for #113521,
due to #115104 and while fixing #115101 . HTML URLs must not
be version dependant.
Daniel
|
|
8a469171
|
2003-06-12T16:05:07
|
|
Updates, changed libxml to libxml2 in a number of places, Daniel
|
|
a37aab84
|
2003-06-09T09:10:36
|
|
applied a patch from Gman for building docs applied a patch from Gary
* doc/*: applied a patch from Gman for building docs
* valid.c xmllint.c include/libxml/valid.h: applied a patch from
Gary Pennington to provide an allocator for xmlValidCtxt
* xmlreader.c: applied patch from Jacek Konieczny fixing bug
#113580 about data not being passed immediately.
Daniel
|
|
781ac8b1
|
2003-05-15T22:11:36
|
|
patch from Stéphane Bidoul for setting up threads global defaults. this
* build_glob.py global.data globals.c parser.c
include/libxml/globals.h: patch from Stéphane Bidoul for setting
up threads global defaults.
* doc/libxml2-api.xml: this extends the API with new functions
* python/tests/Makefile.am python/tests/reader2.py
python/tests/thread2.py: integrated the associated testcase and
fixed the error string used in reader2
Daniel
|
|
e8b09e40
|
2003-05-13T22:14:13
|
|
added --nonet option fixing #112803 by adding --nonet when calling
* xmllint.c doc/xmllint.xml: added --nonet option
* doc/Makefile.am: fixing #112803 by adding --nonet when calling
xsltproc or xmllint
* doc/xmllint.xml doc/xmllint.1: also added --schema doc and
rebuilt
* HTMLparser.c: cleaned up the HTML parser context build when
using an URL
Daniel
|
|
d437d328
|
2003-05-13T21:07:01
|
|
added a comment about bug #112902 Daniel
* libxml.spec.in: added a comment about bug #112902
Daniel
|
|
93d95255
|
2003-04-29T20:25:40
|
|
Added informations about xml2-config in the FAQ, Daniel
|
|
6d68f616
|
2003-04-29T13:33:21
|
|
doc/tutorial/aph.html, ix01.html forgot to cvs add the new files. Thanks
Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
* doc/tutorial/aph.html, ix01.html
forgot to cvs add the new files. Thanks to Roland van Laar
for pointing this out
|
|
d433046a
|
2003-04-29T12:40:16
|
|
fixing a function comment switching to the XML/XSLT doc generation closing
* xmlschemas.c doc/libxml2-api.xml: fixing a function comment
* doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
to the XML/XSLT doc generation closing #111799
* doc/html/*: complete update of the HTML results
Daniel
|
|
1177ca42
|
2003-04-26T22:29:54
|
|
updated the web site separated developers from common pages, made the
* NEWS doc/*.xsl doc/*.html: updated the web site separated
developers from common pages, made the transition to XHTML1,
added validity checking to the makefile rules.
Daniel
|
|
8aff3b7d
|
2003-04-26T03:54:07
|
|
xmltutorial.xml xmltutorial.pdf *.html add appendix on generating compiler
Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/tutorial:
xmltutorial.xml
xmltutorial.pdf
*.html
add appendix on generating compiler flags, more indexing
|
|
fd583410
|
2003-04-25T13:22:10
|
|
automated the generation of the man page based on xsltproc and a
* doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
doc/xmllint.1 doc/xmllint.xml: automated the generation of the
man page based on xsltproc and a stylesheet PI in the XML.
Daniel
|
|
dc07e18b
|
2003-04-25T10:39:38
|
|
trying to fix #110541 where generated character preventing
* doc/xmllint.*: trying to fix #110541 where generated
character preventing rendering by the man command.
Daniel
|
|
8594de98
|
2003-04-25T10:08:44
|
|
Fixed a wrong reference to XMLCATALOG env variable, Daniel
|
|
92fc02cc
|
2003-04-24T23:12:35
|
|
preparing release 2.5.7 updated and rebuilt the docs fixed the script
* NEWS configure.in: preparing release 2.5.7
* doc/*: updated and rebuilt the docs
* doc/apibuild.py: fixed the script
Daniel
|
|
de0a0a5a
|
2003-04-24T17:12:57
|
|
make sure the OOM code don't get in the way of the builds automatic update
* Makefile.am doc/apibuild.py: make sure the OOM code don't
get in the way of the builds
* doc/libxml2-api.xml python/libxml2class.txt: automatic update
Daniel
|
|
83c8a5cd
|
2003-04-20T16:45:07
|
|
doc/xmllint.xml doc/xmllint.1 update man page to explain use of --stream
Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml
* doc/xmllint.1
update man page to explain use of --stream
|
|
84942713
|
2003-04-18T14:40:05
|
|
switched to have thread support enabled by default, didn't got troubles
* configure.in: switched to have thread support enabled by default,
didn't got troubles with ABI compatibility on Linux, hope it
won't break on strange OSes, if yes, report the system ID
* doc/libxml2-api.xml: just rebuilt the API
Daniel
|
|
e81765f6
|
2003-04-17T14:59:27
|
|
Small fixup of one example, daniel
|
|
ac297930
|
2003-04-17T12:55:35
|
|
some cleanups extended the document to cover RelaxNG and tree operations
* relaxng.c: some cleanups
* doc/xmlreader.html: extended the document to cover RelaxNG and
tree operations
* python/tests/Makefile.am python/tests/reader[46].py: added some
xmlReader example/regression tests
* result/relaxng/tutor*.err: updated the output of a number of tests
Daniel
|
|
33300b49
|
2003-04-17T09:09:19
|
|
augnemting the APIs, cleanups. cleanup bug #111005 added some missing
* include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
xmlreader.c: augnemting the APIs, cleanups.
* parser.c: cleanup bug #111005
* xmlIO.c: added some missing comments
Daniel
|
|
ce192eb8
|
2003-04-16T15:58:05
|
|
more work on RelaxNG streaming validation trying to improve the subset
* relaxng.c xmllint.c: more work on RelaxNG streaming validation
trying to improve the subset compiled, and more testing.
* doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
documentation
* test/relaxng/tutor11_1_3.xml: fixes the DTD path
* result/relaxng/*.err: fix some of the outputs
Daniel
|
|
c6cae7b6
|
2003-04-11T09:02:11
|
|
Added the Expand() and Next() operation to work on subtrees within the
* xmlreader.c include/libxml/xmlreader.h: Added the Expand()
and Next() operation to work on subtrees within the reader
framework.
* doc/libxml2-api.xml python/libxml2class.txt: resulting updates
* python/tests/reader5.py: added an example for those new
functions of the reader.
Daniel
|
|
f83a2c7e
|
2003-04-08T13:48:40
|
|
Cleanup infos about XML Schemas, Daniel
|
|
b46a573c
|
2003-04-08T13:35:48
|
|
Slightly updated the download section, pointing to HP UX port, Daniel
|
|
238836e8
|
2003-04-07T22:57:29
|
|
Link to Tim Bray's blog about Unicode, daniel
|
|
c2d4a93d
|
2003-04-01T11:13:05
|
|
preparing release 2.5.6 updated and rebuilt the docs Daniel
* configure.in NEWS: preparing release 2.5.6
* doc/*: updated and rebuilt the docs
Daniel
|
|
da271740
|
2003-03-25T14:05:17
|
|
doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxng
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml
* doc/xmllint.1
update xmllint man page with --relaxng option
|
|
d8da01cf
|
2003-03-24T15:58:23
|
|
preparing release 2.5.5 updated the documentation and regenerated it.
* configure.in NEWS: preparing release 2.5.5
* doc/* : updated the documentation and regenerated it.
Daniel
|
|
aec63569
|
2003-03-23T20:42:17
|
|
Rebuilt the docs, Daniel
|
|
580ced8e
|
2003-03-21T21:22:48
|
|
fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed
* configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
instead of libxml.spec
* relaxng.c: fixed some of the error reporting excessive
verbosity
* catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
xmlschemastypes.c: removed some warnings from gcc
* doc/libxml2-api.xml: rebuilt
Daniel
|
|
806cadaf
|
2003-03-19T21:58:59
|
|
Adding a graph from the xmlbench benchmark results and a link, Daniel
|
|
b4d30b63
|
2003-03-16T22:32:36
|
|
Added automatic generation of an XSA description, Daniel
|
|
5094cb2f
|
2003-03-10T01:03:53
|
|
doc/xmllint.1 regenerating man page from xmllint.xml to pick up Aleksey's
Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.1
regenerating man page from xmllint.xml to pick up Aleksey's
change
|
|
693c9bc1
|
2003-03-09T22:36:52
|
|
use XMLLING_INDENT environment variable to control indentation for the xmllint "--format" option
|
|
710823bf
|
2003-03-04T10:05:52
|
|
Minor change on the top page, Daniel
|
|
41b01a85
|
2003-02-27T11:09:06
|
|
Added a pointer to LibxmlJ, Daniel
|
|
17bed981
|
2003-02-24T20:11:43
|
|
preparing release 2.5.4 updated and rebuilt the docs removed warnings
* configure.in: preparing release 2.5.4
* doc/*: updated and rebuilt the docs
* relaxng.c: removed warnings
* result/relaxng/*: updated the results
Daniel
|
|
10ee8b38
|
2003-02-22T10:04:53
|
|
Added pointers to tkxmllint and tkxsltproc, Daniel
|
|
784b9358
|
2003-02-16T15:50:27
|
|
applied a patch from Kjartan Maraas to fix some typos Daniel
* ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
a patch from Kjartan Maraas to fix some typos
Daniel
|
|
1d788d24
|
2003-02-10T16:21:58
|
|
preparing release 2.5.3 Daniel
* NEWS doc/* configure.in: preparing release 2.5.3
Daniel
|
|
1703c5fc
|
2003-02-10T14:28:44
|
|
OASIS RelaxNG testsuite python script to run regression against OASIS
* test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
* check-relaxng-test-suite.py: python script to run regression
against OASIS RelaxNG testsuite
* relaxng.c: some cleanup tweaks
* HTMLparser.c globals.c: cleanups in comments
* doc/libxml2-api.xml: updated the API
* result/relaxng/*: errors moved files, so large diffs but
no changes at the semantic level.
Daniel
|
|
6581e1b8
|
2003-02-09T22:21:43
|
|
fixed the download links to gnome.org to use 2.5 and not 2.4, Daniel
|
|
ef4d3bc3
|
2003-02-07T12:38:22
|
|
I f...ed up the default configuration of schemas and --relaxng option
* configure.in xmllint.c: I f...ed up the default configuration
of schemas and --relaxng option display in xmllint, pointed by
Morus Walter.
* xlink.c: Sean Chittenden pointed a couple of errors in the XLink
detection module, fixes bug #105374.
Daniel
|
|
96a4b252
|
2003-02-06T08:22:32
|
|
started implementing some of the missing default simple types updated the
* xmlschemastypes.c: started implementing some of the missing
default simple types
* result/relaxng/*: updated the results
Daniel
|
|
72fef16e
|
2003-02-05T14:31:19
|
|
updated the docs, ready for 2.5.2 release Daniel
* NEWS doc/*: updated the docs, ready for 2.5.2 release
Daniel
|
|
71531f33
|
2003-02-05T13:19:53
|
|
comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2
* HTMLparser.c tree.c xmlIO.c: comments cleanups
* Makefile.am: use xmllint for doing the RelaxNG tests
* configure.in: preparing 2.5.2 made schemas support default to
on instead of off
* relaxng.c: removed the verbosity
* xmllint.c: added --relaxng option
* python/generator.py python/libxml_wrap.h: prepared the integration
of the new RelaxNG module and schemas
* result/relaxng/*: less verbose output
Daniel
|
|
154877e5
|
2003-01-30T12:17:05
|
|
more work done in the train augmented/updated the regression tests Daniel
* relaxng: more work done in the train
* test/relaxng/* result/relaxng/*: augmented/updated the
regression tests
Daniel
|
|
da81d192
|
2003-01-27T14:35:56
|
|
doc/tutorial/customfo.xsl doc/tutorial/customhtml.xsl adding stylesheet
Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/tutorial/customfo.xsl
* doc/tutorial/customhtml.xsl
adding stylesheet customizations used to generate fo
for pdf and html
|
|
731967ea
|
2003-01-27T00:39:50
|
|
in docs/tutorial: apa.html apb.html apc.html apd.html ape.html apf.html
Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
in docs/tutorial:
* apa.html
* apb.html
* apc.html
* apd.html
* ape.html
* apf.html
* apg.html
* ar01s02.html
* ar01s03.html
* ar01s04.html
* ar01s05.html
* ar01s06.html
* ar01s07.html
* ar01s08.html
* index.html
* xmltutorial.pdf
* xmltutorial.xml
add index to tutorial
|
|
937362d3
|
2003-01-27T00:04:32
|
|
doc/xmlcatalog.1 doc/xmlcatalog_man.html doc/xmlcatalog_man.xml belatedly
Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog.1
* doc/xmlcatalog_man.html
* doc/xmlcatalog_man.xml
belatedly fixing bug #93622 (adds rewriteURI type to
"--add" option in xmlcatalog man page
|
|
831e8fdd
|
2003-01-25T11:45:34
|
|
State that I will Cc the list for all technical answer, Daniel
|
|
276be4a6
|
2003-01-24T01:03:34
|
|
more work on Relax-NG regenerated the docs updated and augmented the
* relaxng.c: more work on Relax-NG
* doc/*: regenerated the docs
* test/relaxng/* result/relaxng/*: updated and augmented the
Relax-NG regression tests and results
Daniel
|
|
540a31a3
|
2003-01-21T11:21:07
|
|
applied a new patch from Stéphane Bidoul for cleanups rebuilt the API
* xmlreader.c doc/apibuild.py: applied a new patch from
Stéphane Bidoul for cleanups
* doc/libxml2-api.xml: rebuilt the API description with
new entry points
Daniel
|
|
97ddfc0b
|
2003-01-20T00:09:57
|
|
doc/guidelines.html grammar and spelling cleanup
Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/guidelines.html
grammar and spelling cleanup
|
|
d105eb6f
|
2003-01-13T16:21:45
|
|
Be a bit more precise about attribute in textual content, Daniel
|
|
4a603e40
|
2003-01-11T14:18:53
|
|
Small interface changes to the Web pages, Daniel
|
|
98d071d8
|
2003-01-10T09:22:44
|
|
Be really clear about support guidelines, Daniel
|
|
e2830f1e
|
2003-01-08T17:47:49
|
|
preparing 2.5.1 release fixing XmlTextReader bug Daniel
* configure.in doc/* NEWS: preparing 2.5.1 release
* SAX.c parser.c: fixing XmlTextReader bug
Daniel
|
|
7e54be15
|
2003-01-07T03:54:25
|
|
doc/xmllint.xml doc/xmllint.1 update man page with --stream and
Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml
* doc/xmllint.1
update man page with --stream and --chkregister
|
|
a55b27bc
|
2003-01-06T22:20:21
|
|
fixed the title ... Daniel
|
|
7b4b2f9d
|
2003-01-06T13:11:20
|
|
preparing 2.5.0 release only warn in pedantic mode about namespace name
* configure.in NEWS: preparing 2.5.0 release
* SAX.c: only warn in pedantic mode about namespace name
brokeness
* globals.c: fix a doc generation problem
* uri.c: fix #101520
* doc/*: updated and rebuilt the doc for the release, includuding
stylesheet update
* python/Makefile.am: fix a filename bug
Daniel
|
|
e0ed10cb
|
2003-01-06T11:06:26
|
|
fixed #101894 if doc == NULL xmlFreeDoc should not be called. Daniel
* doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
should not be called.
Daniel
|
|
067bae5f
|
2003-01-05T01:27:54
|
|
seriously changed the way data are pushed to the underlying parser, go by
* xmlreader.c: seriously changed the way data are pushed to
the underlying parser, go by block of 512 bytes instead of
tryng to detect tag boundaries at that level. Changed the
way empty element are detected and tagged.
* python/tests/reader.py python/tests/reader2.py
python/tests/reader3.py: small changes mostly due to context
reporting being different and DTD node being reported. Some
errors previously undetected are now caught and fixed.
* doc/xmlreader.html: flagged last section as TODO
Daniel
|
|
e59494fa
|
2003-01-04T16:35:29
|
|
a bit of cleanup small fix more work on the XmlTextReader tutorial a few
* xmllint.c: a bit of cleanup
* xmlreader.c: small fix
* doc/xmlreader.html: more work on the XmlTextReader tutorial
* python/libxml.py: a few fixes pointed out by Hannu Krosing
Daniel
|
|
66b82892
|
2003-01-04T00:44:13
|
|
starting documenting the new XmlTextReader interface. Daniel
* doc/xmlreader.html: starting documenting the new XmlTextReader interface.
Daniel
|
|
8ba1741a
|
2003-01-01T19:13:12
|
|
generate the NEWS file from doc/news.html and a stylesheet Daniel
* NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
from doc/news.html and a stylesheet
Daniel
|
|
e18fc185
|
2002-12-28T22:56:33
|
|
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
|
|
6943a4db
|
2002-12-28T18:07:59
|
|
Small update to the guidelines, Daniel
|