1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
Commit Graph

1250 Commits

Author SHA1 Message Date
Aleksey Sanin
617acc3c2e test programs added 2002-05-31 06:34:21 +00:00
Aleksey Sanin
508a1019a6 C14N tests integrated into LibXML2 test suite
* Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
into LibXML2 test suite
2002-05-31 06:32:32 +00:00
Daniel Veillard
e2c7dcedcd 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
2002-05-31 06:32:25 +00:00
Aleksey Sanin
7790006842 C14N tests integrated into LibXML2 test suite
* Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
into LibXML2 test suite
2002-05-31 06:32:25 +00:00
Aleksey Sanin
dffd5c8dbc propagating xpath ancesstors node fix to c14n plus small performance
* c14n.c: propagating xpath ancesstors node fix to c14n                         plus small performance improvement to reduce number of                          mallocs                                                                         * xpath.c: fixed ancestors axis processing for namespace nodes
2002-05-31 04:24:13 +00:00
Daniel Veillard
12171c4db1 Fixed serialize and saveTo comment, Daniel 2002-05-29 14:43:10 +00:00
Daniel Veillard
46de64e9c0 performance patch from Peter Jacobi Daniel
* SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
  Peter Jacobi
Daniel
2002-05-29 08:21:33 +00:00
Daniel Veillard
c0801af9f8 Added docs for 2.4.22, Daniel 2002-05-28 16:28:42 +00:00
Daniel Veillard
d5e22ef580 preparing 2.4.22 Daniel
* configure.in: preparing 2.4.22
Daniel
2002-05-27 21:17:57 +00:00
Daniel Veillard
1b31e4a0b2 fixing #79334 making htmlParseDocument a public entry point. rebuilt the
* HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
  include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
  a public entry point.
* doc/*: rebuilt the API and docs
Daniel
2002-05-27 14:44:50 +00:00
Daniel Veillard
ed23b7dc73 patch from Richard Jinks to fix a problem introduced in the previous patch
* xpath.c: patch from Richard Jinks to fix a problem introduced
  in the previous patch and pointed by Norm
Daniel
2002-05-27 12:16:02 +00:00
Daniel Veillard
c692481a8f fixing bug #81112 Daniel
* libxml.spec.in: fixing bug #81112
Daniel
2002-05-24 11:10:43 +00:00
Daniel Veillard
234bc4e712 fixing bug #82848 Daniel
* uri.c: fixing bug #82848
Daniel
2002-05-24 11:03:05 +00:00
Daniel Veillard
a287897413 Aleksey's commit changed the output of one catalog test Daniel
* result/catalogs/mycatalog.full: Aleksey's commit changed the
  output of one catalog test
Daniel
2002-05-24 07:54:39 +00:00
Aleksey Sanin
114e47511a commiting ChangeLog 2002-05-24 07:20:27 +00:00
Aleksey Sanin
23002568a6 changed default value for global parameter xmlIndentTreeOutput to 1 and
* global.data globals.c tree.c include/libxml/globals.h                         win32/libxml2.def.src win32/dsp/libxml2.def.src: changed                        default value for global parameter xmlIndentTreeOutput to 1 and                 introduced new global parameter xmlTreeIndentString (the string                 used to do one-level indent) with default value "  " (as it was                 in tree.c)
2002-05-24 07:18:40 +00:00
Daniel Veillard
49d5af8c0f Merijn Broeren pointed out a problem when compiling with trio and schemas.
* Makefile.am: Merijn Broeren pointed out a problem when compiling
  with trio and schemas.
Daniel
2002-05-23 11:55:49 +00:00
Daniel Veillard
7c13af4d2d patch from Richard Jinks to fix the problem raised in
* xpath.c: patch from Richard Jinks to fix the problem raised in
  http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
Daniel
2002-05-22 09:57:32 +00:00
Daniel Veillard
5a872413fd a bit of work on import. Charles Bozeman provided a compare function for
* xmlschemas.c: a bit of work on import.
* xmlschemastypes.c: Charles Bozeman provided a compare function
  for date/time types so min/max facet restrictions should work,
  indeterminate comparisons return an error instead of equal.
* test/schemas/date_0* result/schemas/date_0_0: specific test
  from Charles Bozeman too
Daniel
2002-05-22 06:40:27 +00:00
Daniel Veillard
46c5c1dcc2 amother typo fix, Daniel 2002-05-20 07:15:54 +00:00
Daniel Veillard
63d83142ff Applied a spelling patch from Geert Kloosterman to xml.html, and regenerated
the web site, Daniel
2002-05-20 06:51:05 +00:00
Daniel Veillard
6d1ef17b17 Applied another patch from Christian Cornelssen to the buildDocBookCatalog
script, Daniel
2002-05-19 18:26:28 +00:00
Daniel Veillard
10b6da4aa5 apply a couple of patches from Christian Cornelssen fixing the man pages
* libxml.3 doc/buildDocBookCatalog: apply a couple of patches
  from Christian Cornelssen fixing the man pages and the Catalog
  building script.
* xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
  next step is <xs:import> I now have a reasonable understanding
  of how it works.
Daniel
2002-05-18 07:55:20 +00:00
Daniel Veillard
e53544902e applied a small buffer performance patch from Gary Pennington Daniel
* xmlIO.c: applied a small buffer performance patch from Gary Pennington
Daniel
2002-05-16 08:43:22 +00:00
Aleksey Sanin
db574b6697 exported xmlXPathNodeSetAddNs() 2002-05-15 01:30:07 +00:00
Igor Zlatkovic
1396e187e1 *** empty log message *** 2002-05-14 22:22:40 +00:00
Igor Zlatkovic
2abace5623 exported xmlXPathNodeSetAddNs() 2002-05-14 22:22:12 +00:00
Daniel Veillard
088bf11630 fixing an XPath function evalutation bug pointed out by Alexey Efimov
* xpath.c: fixing an XPath function evalutation bug pointed out
  by Alexey Efimov where the context was lost when evaluating
  the function arguments
Daniel
2002-05-14 11:03:59 +00:00
Aleksey Sanin
79376ba948 maked xmlXPathNodeSetAddNs() function public for XMLSec performance
* xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
          function public for XMLSec performance optimizations
2002-05-14 06:41:32 +00:00
Daniel Veillard
9b6fd30f64 Adding references to XMLwrapp the C++ wrapper, Daniel 2002-05-13 12:06:47 +00:00
Daniel Veillard
3cd7240da4 fixed a problem with the HTML parser pointed by Gary Benson sdding the
* python/generator.py python/libxml2class.txt : fixed a problem
  with the HTML parser pointed by Gary Benson
* python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
  example
Daniel
2002-05-13 10:33:30 +00:00
Aleksey Sanin
e48a318f0f fixed bug #81159 (memory growth in SAX) 2002-05-09 18:20:01 +00:00
Aleksey Sanin
50fe8b1732 real fix for bug #78858 2002-05-07 16:21:36 +00:00
Aleksey Sanin
29b6f76c53 fixed bug #78858 2002-05-05 06:59:57 +00:00
Daniel Veillard
4cbe470258 modified xmlNodeSetBase to allow changing the base of a document. Daniel
* tree.c: modified xmlNodeSetBase to allow changing the
  base of a document.
Daniel
2002-05-05 06:57:27 +00:00
Daniel Veillard
070803b315 patch Charles Bozeman for validation of all the date, time, and duration
* xmlschemastypes.c: patch Charles Bozeman for validation of
  all the date, time, and duration types
* test/schemas/dur_0* result/schemas/dur_0*: associated tests
* configure.in: fixed an error pointed by an user
* xml2-config.in: fixed an error pointed by an user
Daniel
2002-05-03 07:29:38 +00:00
Daniel Veillard
e6d8e20c97 Adding more informations on Schemas, added a link to the Pascal bindings
in the Related Link sections, Daniel
2002-05-02 06:11:10 +00:00
Aleksey Sanin
26d5b21b7f exported default 'file:', 'http:' and 'ftp:' protocols input handlers and
* include/libxml/xmlIO.h win32/dsp/libxml2.def.src
win32/libxml2.def.src xmlIO.c: exported default
'file:', 'http:' and 'ftp:' protocols input handlers
and maked protocols comparisson case insensitiv
2002-05-01 18:33:18 +00:00
Aleksey Sanin
5aac8b85dd exported default 'file:', 'http:' and 'ftp:' protocols input handlers and
* include/libxml/xmlIO.h win32/dsp/libxml2.def.src
win32/libxml2.def.src xmlIO.c: exported default
'file:', 'http:' and 'ftp:' protocols input handlers
and maked protocols comparisson case insensitive
2002-05-01 18:32:28 +00:00
Daniel Veillard
34de97f149 Neven Has detected a typo Daniel
* configure.in: Neven Has detected a typo
Daniel
2002-04-30 14:29:22 +00:00
Daniel Veillard
cf27f7c9ce Updated the news pages with the new release informations, Daniel 2002-04-30 07:12:39 +00:00
Daniel Veillard
28577c3ded added Aleksey Sanin <aleksey@aleksey.com> as one of the persons allowed to
* AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
  as one of the persons allowed to commit directly to the
  module.
Daniel
2002-04-30 06:48:41 +00:00
Daniel Veillard
fc57b41cb1 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
* valid.c: raised a too low limit
* doc/*: rebuilt the docs
Daniel
2002-04-29 15:50:14 +00:00
Daniel Veillard
93d3a47873 added a link to Norms article, Daniel 2002-04-26 14:04:55 +00:00
Daniel Veillard
0bfbb422a4 Added a mirror in Austria, Daniel 2002-04-26 09:21:45 +00:00
Daniel Veillard
eca82810f0 another XPath conformance patch from Richard Jinks Daniel
* test/XPath/expr/floats test/XPath/expr/functions
  result/XPath/expr/floats result/XPath/expr/functions
  xpath.c: another XPath conformance patch from Richard Jinks
Daniel
2002-04-24 11:42:02 +00:00
Daniel Veillard
13e04c6c12 fixed validation of attribute groups. added an example from the primer
* xmlschemas.c: fixed validation of attribute groups.
* test/schemas result/schemas: added an example from the primer
Daniel
2002-04-23 17:51:29 +00:00
Daniel Veillard
88c5891a25 more work on Schemas updated the test list Daniel
* Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
* test/schemas result/schemas: updated the test list
Daniel
2002-04-23 07:12:20 +00:00
Daniel Veillard
e19fc23b64 updated a bit made a comment more specific more work on the Schemas
* TODO: updated a bit
* parser.c: made a comment more specific
* xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
  Schemas conformance.
* test/schemas result/schemas: updated the test list
Daniel
2002-04-22 16:01:24 +00:00
Daniel Veillard
441bc32e31 implementing xs:all with minOccurs = 0 added more tests covering xs:all
* xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
  implementing xs:all with minOccurs = 0
* tes/schemas/* result/schemas/*: added more tests covering
  xs:all
Daniel
2002-04-20 17:38:48 +00:00