1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
Commit Graph

2449 Commits

Author SHA1 Message Date
Daniel Veillard
68cb4b2498 relaxed id() to not check taht the name(s) passed are actually NCName,
* xpath.c: relaxed id() to not check taht the name(s) passed
  are actually NCName, decided this in agreement with Aleksey Sanin
  since existing specs like Visa3D broke that conformance checking
  and other tools seems to not implement it sigh...
* SAX2.c: check attribute decls for xml:id and the value is an
  NCName.
* test/xmlid/id_err* result/xmlid/id_err*: added error testing
Daniel
2004-04-18 20:55:39 +00:00
Daniel Veillard
2582a338bf work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed
* xpath.c: work around Microsoft compiler NaN bug raise reported
  by Mark Vakoc
* xmlschemas.c include/libxml/schemasInternals.h
  include/libxml/xmlerror.h: fixed a recusive expection schemas
  compilation error raised by taihei goi
Daniel
2004-04-18 19:49:46 +00:00
Daniel Veillard
ee1d6926f3 keep the ChangeLog compressed fix a segfault when using Close() test for
* libxml.spec.in: keep the ChangeLog compressed
* xmlreader.c: fix a segfault when using Close()
* python/tests/Makefile.am python/tests/reader8.py: test for
  the Close() reader API.
Daniel
2004-04-18 14:58:57 +00:00
William M. Brack
87640d5f14 minor warning cleanup (no change to logic) fixed return value for internal
* xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
  doc/examples/io2.c: minor warning cleanup (no change to logic)
* xinclude: fixed return value for internal function
  xmlXIncludeLoadFallback (now always 0 or -1)
2004-04-17 14:58:15 +00:00
William M. Brack
8b0cbb0415 small enhancement to fix bug 139791
* valid.c: small enhancement to fix bug 139791
2004-04-17 13:31:06 +00:00
Daniel Veillard
c85d0fec52 applied patches from Kasimier Buchcik for the attribute use support added
* xmlschemas.c include/libxml/schemasInternals.h
  include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
  for the attribute use support
* test/schemas/attruse* result/schemas/attruse*: added the
  tests to the regression suite.
Daniel
2004-04-16 16:46:51 +00:00
Daniel Veillard
377e1a9059 move the TODO as comments as the function while not finished are usable
* xmlsave.c: move the TODO as comments as the function while not
  finished are usable as-is
* xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
  implementing union
* test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
* python/Makefile.am: applied fix from Mike Hommey
Daniel
2004-04-16 16:30:05 +00:00
William M. Brack
a0c48addfc fixed problem with detecting external dtd encoding (bug 135229). minor
* parser.c: fixed problem with detecting external dtd
  encoding (bug 135229).
* Makefile.am: minor change to test label
2004-04-16 15:58:29 +00:00
William M. Brack
5d8d10bba3 fixed problem causing duplicate fallback execution (bug 139520) added
* xinclude.c: fixed problem causing duplicate fallback
  execution (bug 139520)
* test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
  added testcase
2004-04-16 08:11:26 +00:00
Daniel Veillard
0d1a845097 Updated the download page, Daniel 2004-04-12 10:36:41 +00:00
Daniel Veillard
67f8b1cd96 adding xml:id draft support adding 4 first regression tests Daniel
* SAX2.c include/libxml/tree.h: adding xml:id draft support
* Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
  4 first regression tests
Daniel
2004-04-09 21:51:49 +00:00
Daniel Veillard
80c0092ba9 fixing Red Hat bug #120482 , libxml2-python should depend on the version
* libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
  should depend on the version of python used to compile it.
Daniel
2004-04-09 09:57:23 +00:00
Daniel Veillard
9955d2b4a1 The python script to grab queries stats, daniel 2004-04-08 14:41:42 +00:00
Daniel Veillard
24f6a07134 Some preliminary stats for queries extraction, Daniel 2004-04-08 14:39:25 +00:00
Daniel Veillard
d99224d79c Updated the download section, Daniel 2004-04-06 10:04:16 +00:00
Daniel Veillard
d954488086 improving the search, Daniel 2004-04-05 11:09:32 +00:00
Daniel Veillard
b5b9151c2b trying to improve the search, Daniel 2004-04-05 11:00:30 +00:00
Daniel Veillard
25d5d9ac65 applied patch from James Bursa, frameset should close head. Daniel
* HTMLparser.c: applied patch from James Bursa, frameset should
  close head.
Daniel
2004-04-05 07:08:42 +00:00
William M. Brack
a74a6ff056 fixed problem in xmlRelaxNGCompareNameClasses which was causing
* relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
  which was causing check-relaxng-test-suite.py test 351 to fail.
2004-04-02 14:03:22 +00:00
William M. Brack
7e29c0a457 implemented fix for M$ IIS redirect provided by Ian Hummel fixed problem
* nanohttp.c: implemented fix for M$ IIS redirect provided
  by Ian Hummel
* relaxng.c: fixed problem with notAllowed compilation
  (bug 138793)
2004-04-02 09:07:22 +00:00
Daniel Veillard
0a19458027 fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok.
* uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
  from Mark Vadok.
Daniel
2004-04-01 20:09:22 +00:00
Johan Dahlin
1f093e0c96 Add generated files, to make cvs silent.
* python/.cvsignore: Add generated files, to make cvs silent.
2004-04-01 14:17:33 +00:00
Daniel Veillard
ba0153a68a small signed-ness patch from Steve Little Daniel
* xmlschemas.c: small signed-ness patch from Steve Little
Daniel
2004-04-01 10:42:31 +00:00
Daniel Veillard
2cbf596c7f patched a bug in parsing production 1 and 2 of xmlschemas regexp that
* xmlregexp.c: patched a bug in parsing production 1 and 2 of
  xmlschemas regexp that William pointed out while working on
  #134120
* test/regexp/branch result/regexp/branch: added a specific
  regression test
Daniel
2004-03-31 15:50:43 +00:00
William M. Brack
f580674366 added PYTHONPATH to python tests for Schemas and RelaxNG added testfile
* Makefile.am: added PYTHONPATH to python tests for Schemas
  and RelaxNG
* test/xsdtest/xsdtestsuite.xml: added testfile for
  SchemasPythonTests
2004-03-31 02:01:32 +00:00
Daniel Veillard
c6ba2381ef Changed policy on mail bounces, Daniel 2004-03-29 22:19:01 +00:00
Daniel Veillard
3dd87ba8ad added information about compiling on Unix Daniel
* doc/examples/examples.xsl doc/examples/index.html: added
  information about compiling on Unix
Daniel
2004-03-29 14:58:38 +00:00
Daniel Veillard
a8dc2886f4 fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt to
* catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
* doc/*: rebuilt to update
Daniel
2004-03-29 12:21:26 +00:00
Daniel Veillard
753086ac9b optimize indentation based on the new context Daniel
* xmlsave.c: optimize indentation based on the new context
Daniel
2004-03-28 16:12:44 +00:00
Daniel Veillard
3d354a798e handle and explain a very tricky problem when modifying the tree based on
* doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
  a very tricky problem when modifying the tree based on an XPath
  result query.
Daniel
2004-03-28 12:18:45 +00:00
William M. Brack
6092962595 fixed problem with IS_COMPILABLE flag (bug 130216)
* relaxng.c: fixed problem with IS_COMPILABLE flag
  (bug 130216)
2004-03-27 17:54:18 +00:00
Daniel Veillard
f8e6668041 Opps, forgot to add it, Daniel 2004-03-27 01:13:22 +00:00
Daniel Veillard
0b787f37dc applied patch from Dave Beckett to correct line number errors when using
* parser.c: applied patch from Dave Beckett to correct line number
  errors when using push with CDATA
Daniel
2004-03-26 17:29:53 +00:00
Daniel Veillard
b5eb714320 added a test template added a new example, and make valgrind target Daniel
* doc/examples/xpath1.c: added a test template
* doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
  added a new example, and make valgrind target
Daniel
2004-03-26 13:55:38 +00:00
Daniel Veillard
688f6694cb Updated docs for news and downlods, Daniel 2004-03-26 10:57:38 +00:00
Daniel Veillard
766c4f9e99 apply fix for #136693 Daniel
* parser.c: apply fix for #136693
Daniel
2004-03-26 10:48:29 +00:00
MST 2004 John Fleck
654a9b3f22 doc/examples/io2.c doc/examples/io2.res add xmlDocDumpMemory example in
Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>

	* doc/examples/io2.c
	* doc/examples/io2.res
	add xmlDocDumpMemory example in response to mailing list FAQ
	(rebuilt xml and html also)
2004-03-26 03:24:56 +00:00
John Fleck
03fdeb2744 John Fleck <jfleck@inkstain.net>
John Fleck <jfleck@inkstain.net>

* doc/examples/io2.c
	* doc/examples/io2.res
	add xmlDocDumpMemory example in response to mailing list FAQ
	(rebuilt xml and html also)
2004-03-26 03:24:28 +00:00
Daniel Veillard
f3c3170e9b added favicon.ico to reduce requests for it :-\, Daniel 2004-03-25 15:10:22 +00:00
Daniel Veillard
88155d85e5 Added a couple of parsing examples, Daniel 2004-03-25 10:43:16 +00:00
Daniel Veillard
ebe25d4920 applied patch from Mark Vadoc avoiding using xmlParse* option and use
* debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
  patch from Mark Vadoc avoiding using xmlParse* option and use
  xmlRead* instead
* win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
  to avoid problems with some pathnames.
Daniel
2004-03-25 09:35:49 +00:00
Daniel Veillard
520f17ad9a Added note about being subscribed, Daniel 2004-03-24 09:31:14 +00:00
Daniel Veillard
252004df14 preparing 2.6.8 release, updated and rebuilt the docs. use valgring fro
* configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
  the docs.
* Makefile.am: use valgring fro the new Python based regression tests
Daniel
2004-03-23 12:32:32 +00:00
Daniel Veillard
6dc91962d0 remove a memory leak on schemas type facets. reduce verbosity incorporated
* relaxng.c: remove a memory leak on schemas type facets.
* check-relaxng-test-suite.py check-relaxng-test-suite2.py
  check-xsddata-test-suite.py: reduce verbosity
* configure.in Makefile.am: incorporated the Python regressions
  tests for Relax-NG and Schemas Datatype to "make tests"
Daniel
2004-03-22 19:10:02 +00:00
Daniel Veillard
500a1de533 applied patch from Alfred Mickautsch for better DTD support. fixed bug
* xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
  Alfred Mickautsch for better DTD support.
* SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
  xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
  reference counting is handled in the XML parser which had the
  side effect of removing a lot of hazardous cruft added to try
  to fix the problems associated as they popped up.
* xmlIO.c: FILE * close fixup for stderr/stdout
Daniel
2004-03-22 15:22:58 +00:00
William M. Brack
2f07606d10 added an error message when an element is not found within a <choice> (bug
* relaxng.c: added an error message when an element is not
  found within a <choice> (bug 126093)
2004-03-21 11:21:14 +00:00
William M. Brack
10f1ef4ce8 enhanced the logic of parsing char groups to better handle initial or
* xmlregexp.c: enhanced the logic of parsing char groups to
  better handle initial or ending '-' (bug 135972)
2004-03-20 14:51:25 +00:00
William M. Brack
236c8c09f0 added check for external reference in xmlRelaxNGGetElements (bug 137718)
* relaxng.c: added check for external reference in
  xmlRelaxNGGetElements (bug 137718)
* test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
  regression test for above
2004-03-20 11:32:36 +00:00
William M. Brack
20d823614e added a close for the local file descriptor (bug 137474)
* nanohttp.c: added a close for the local file descriptor
  (bug 137474)
2004-03-17 08:44:46 +00:00
Daniel Veillard
32b7cdb6b7 switched the output routines to use the new context. Daniel
* xmlsave.c: switched the output routines to use the new context.
Daniel
2004-03-15 13:46:37 +00:00