* libxslt/transform.c: fixing bug #135542 about the DOCTYPE name
being generated when the root element is namespaced
* tests/general/bug-151*, tests/docs/bug-151.xml,
tests/general/Makefile.am, tests/docs/Makefile.am: added
regression test for bug #135542
Daniel
* libxslt/namespaces.c libxslt/namespaces.h libxslt/templates.c
libxslt/transform.c: fixing bug #134500 on namespace lookup for
attribute which sometimes lead to default namespace
* tests/general/bug-150*, tests/docs/bug-150.xml,
tests/general/Makefile.am, tests/docs/Makefile.am: added
regression test for bug #134500
Daniel
* libxslt/xslt.c: fixed a weird namespace bug #141532
* tests/docs/Makefile.am tests/docs/bug-14[89].xml
tests/general/Makefile.am tests/docs/bug-14[89]*: added tests
to the regression for bug #141532
Daniel
* libxslt/imports.c: added comments and function header,
improved logic of routine just added.
* tests/general/bug-147*, tests/docs/bug-147.xml,
tests/general/Makefile.am, tests/docs/Makefile.am: added
regression test for bug 141279
* libxslt/keys.c: fixed a stupid cut'npaste bug #139132
* tests/docs/Makefile.am tests/docs/bug-146.xml
tests/general/Makefile.am tests/docs/bug-146*: added test
to the regression for bug #139132
Daniel
* tests/docs/Makefile.am tests/docs/bug-144.xml
tests/general/Makefile.am tests/docs/bug-144*: added test
similar to 143 but checking for AVT in local variables.
Daniel
* libxslt/attrvt.c libxslt/variables.c: fixed a regression for
AVT found in global variable content.
* tests/docs/Makefile.am tests/docs/bug-143.xml
tests/general/Makefile.am tests/docs/bug-143*: added test
to the regression suite.
Daniel
* tests/general/Makefile.am, tests/general/bug-142.xsl,
tests/general/bug-142.out, tests/docs/Makefile.am,
tests/general/bug-142.xml: added test for language
attribute which previously triggered a memory leak
(from list report by Mike Hommey)
* tests/general/Makefile.am, tests/general/bug-141.out,
tests/general/bug-141.xsl, tests/docs/Makefile.am,
tests/general/bug-141.xml: added test case for
Bug 13971 (libxml2 xpath.c bug, but tested here)
* libxslt/xsltutils.c: added a newline for any comment before
the root element (Bug 130433)
* libxslt/xslt.c: fixed problem with cdata-section-elements when
default namespace is changed (Bug 130793)
* tests/extensions/module.out, tests/general/bug-100.out: adjusted
for newline after comment change above.
* tests/general/Makefile.am, tests/general/bug-140.xsl,
tests/general/Makefile.am, tests/docs/bug-140.xml: added test for
cdata-section-elements problem.
* libxslt/keys.c: fixed second problem on #122483, namespace
definitions must be propagated to keys.
* tests/docs/Makefile.am tests/docs/bug-137.xml
tests/general/Makefile.am tests/docs/bug-137*: added test
to the regression for bug #122483
Daniel
* libxslt/transform.c: fixed bug #127561 (xsl:element with a
'computed' namespace attribute)
* tests/docs/Makefile.am tests/docs/bug-136.xml
tests/general/Makefile.am tests/docs/bug-136*: added tests
to the regression for bug #127561
* libxslt/keys.c: another problem reported by Oleg Paraschenko
on the same code in #127450
* tests/docs/Makefile.am tests/docs/bug-135.xml
tests/general/Makefile.am tests/docs/bug-135*: added tests
to the regression suite for bug #127450.
Daniel
* libxslt/keys.c: fixed an error from #120684 patch raised in
#127450
* tests/docs/Makefile.am tests/docs/bug-134.xml
tests/general/Makefile.am tests/docs/bug-134*: added tests
to the regression suite for bug #127450.
Daniel
* libxslt/keys.c: fixed a bug in the keys selector parsing
#120684 when | is in a predicate or a string.
* tests/docs/Makefile.am tests/docs/bug-132.xml
tests/general/Makefile.am tests/docs/bug-132*: added tests
to the regression suite for bug #120684.
* Makefile.am: don't package cvs temp files
* doc/apibuild.py: update from libxml2 one
Daniel
* transform.c: enhanced previous fix to bug #120684, using
excellent suggestion by Daniel
* attributes.c: fixed bug #119583, merging attribute sets
from imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-131.xml
tests/general/Makefile.am tests/docs/bug-131*: added tests
to the regression suite for bug #120684.
* pattern.c pattern.h imports.c: fixed bug 119946, caused by
incorrect creation of "extra" variables when compiling
templates on imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-130.xml tests/docs/bug-130.doc
tests/general/Makefile.am test/docs/bug-130*: added tests
to the regression suite for this bug.
* libxslt/transform.c: fixing the bug #120971 on cdata-section-elements
with namespaced names reported by Steve Hay
* tests/docs/Makefile.am tests/docs/bug-129.*
tests/general/Makefile.am tests/general/bug-129*: added the
test to the regression suite for this bug.
Daniel
* keys.c: enhanced xsltInitCtxtKey to take care of multiple
instances of a key with the same namespace:name, reported
on the mailing list by Ian Young. Added regression test
(bug-128).
* tests/docs/Makefile.am tests/docs/bug-127.*
tests/general/Makefile.am tests/general/bug-127*: added the
test from bug #118763 to the regression suite.
Daniel
* libxslt/transform.c: allow strip-space to support full namespaces
using prefix:* , should fix#114287
* tests/docs/Makefile.am tests/docs/bug-124.*
tests/general/Makefile.am tests/general/bug-124*: added a
test to the regression suite for this bug.
* libxslt/tramsform.c: make xsl:copy on attribute a copy in case
the attribute was already defined, should fix bug #113812
* tests/docs/Makefile.am tests/docs/bug-123.*
tests/general/Makefile.am tests/general/bug-123*: added the
test to the regression suite.
Daniel
* libxslt/transform.c: fixing bug #115913 for xsl:copy with namespace
nodes.
* tests/docs/Makefile.am tests/docs/bug-122.*
tests/general/Makefile.am tests/general/bug-122*: added the
test to the regression suite.
Daniel
* tests/docs/Makefile.am tests/docs/bug-121.*
tests/general/Makefile.am tests/general/bug-121*: added the
example for bug #112904 in the regression tests, the bug fix is
actually in libxml2
Daniel
* libxslt/transform.c: fixing bug #111755 when a template is
applied to an attribute
* tests/docs/Makefile.am tests/docs/bug-119.*
tests/general/Makefile.am tests/general/bug-119*: added the
example in the regression tests for that bug.
Daniel
* libxslt/transform.c: fix bug #110577 namespace in copy-of
don't obbey the same rules as for literal reusl elements.
* tests/docs/Makefile.am tests/docs/bug-118.*
tests/general/Makefile.am tests/general/bug-118*: added the
example in the regression tests for that bug.
* libxslt/variables.c: fixed a bug introduced in fixing #110020
* tests/docs/Makefile.am tests/docs/bug-11[67].*
tests/general/Makefile.am tests/general/bug-11[67]*: added 2
regression tests one still exposing a mem leak (Mark Vadoc).
Daniel
* libxslt/keys.c libxslt/templates.c libxslt/transform.c
libxslt/variables.c: Fixes bug #110023 reported by Mark Vakoc and
other places where ctxt->document pointer may be used without
checking it agaisnt NULL.
* tests/docs/Makefile.am tests/docs/bug-115.*
tests/general/Makefile.am tests/general/bug-115*: added the
example in the regression tests for that bug.
* libxslt/trio.h libxslt/triodef.h: update of Trio from Bjorn Reese
Daniel
* libxslt/transform.c: fixed a namespace redundancy problem
in xsl:element
* tests/docs/Makefile.am tests/docs/bug-114.*
tests/general/Makefile.am tests/general/bug-114*: added an
example in the regression tests for that bug.
Daniel
* tests/docs/Makefile.am tests/docs/bug-113.*
tests/general/Makefile.am tests/general/bug-113*: added an
example in the regression tests for bug #109160 fixed in libxml2
Daniel
* libxslt/transform.c: forgot to make one change related to
Result Value Tree change, pointed out by Sebastian Rahtz
* tests/docs/Makefile.am tests/docs/bug-112.*
tests/general/Makefile.am tests/general/bug-112*: added an
example in the regression tests that bug
Daniel
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
Finally fixed bug #75813, processing or Result Value Tree
converted into node-sets should be a bit more sensible now.
* tests/exslt/common/node-set.2.out: the associated fix in libxml2
fixes this regression test, there is 4 nodes, not 3
* tests/docs/Makefile.am tests/docs/bug-111.*
tests/general/Makefile.am tests/general/bug-111*: added an
example in the regression tests for bug #75813
Daniel
* tests/docs/Makefile.am tests/docs/bug-110.*
tests/general/Makefile.am tests/general/bug-110*: added an
example in the regression tests for bug #108976 which is
fixed in libxml2
Daniel
* tests/docs/Makefile.am tests/docs/bug-109.xml
tests/general/Makefile.am tests/general/bug-109*: added an
example in the regression tests for the invalid bug #108716
Daniel
* tests/docs/Makefile.am tests/docs/bug-108.xml
tests/general/Makefile.am tests/general/bug-108*: added an
example in the regression tests bug #107804 fixed in libxml2
Daniel
* libxslt/pattern.c: fixed bug #107591 node() in pattern
matches should catch comments and PIs
* tests/docs/Makefile.am tests/docs/bug-107.xml
tests/general/Makefile.am tests/general/bug-107*: added an
example in the regression tests for this case
Daniel
* tests/docs/Makefile.am tests/docs/bug-106.xml
tests/general/Makefile.am tests/general/bug-106*: added the next
example for bug #106788 from James Clark in the regression tests,
the bug fix is actually in libxml2
Daniel
* tests/docs/Makefile.am tests/docs/bug-105.xml
tests/general/Makefile.am tests/general/bug-105*: added the
example for bug #106788 from James Clark in the regression tests,
the bug fix is actually in libxml2
Daniel
* libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from
James Clark and a bit of cleanup
* tests/docs/Makefile.am tests/docs/bug-104.xml
tests/general/Makefile.am tests/general/bug-104*: added the
example in the regression tests for this case
Daniel
* libxslt/transform.c: fixing bug #105116 sometimes one need
to generate a default namespace reset xmlns="" in the output
* tests/docs/Makefile.am tests/docs/bug-103.xml
tests/general/Makefile.am tests/general/bug-103*: added the
example in the regression tests for this case
Daniel
* libxslt/attributes.c libxslt/xsltInternals.h libxslt/imports.c
libxslt/xslt.c: fixed bug #101003 on attribute-sets value
computation in the presence of imports
* tests/docs/Makefile.am tests/docs/bug-102.xml
tests/general/Makefile.am tests/general/bug-102*: added an
example in the regression tests for this case
Daniel
* libxslt/transform.c: xsl:element generated superfluous xmlns
declarations, closes bug #99905
* tests/docs/Makefile.am tests/docs/bug-101.xml
tests/general/Makefile.am tests/general/bug-101.*: added the
example in the regression tests for this case
Daniel
* libxslt/extensions.c: applied patch from Josh Parsons fixing bug
#100056
* tests/docs/Makefile.am tests/docs/bug-100.xml
tests/general/Makefile.am tests/general/bug-100.*: added the
example in the regression tests for this case
* tests/docs/Makefile.am tests/docs/bug-99.xml
tests/general/Makefile.am tests/general/bug-99.*: this test
covers an xsl:attribute namespace bug that Norm pointed out.
Daniel
* libxslt/functions.c: make sure the fixup for key() reported
by John Escott actually works.
* tests/docs/Makefile.am tests/docs/bug-98.xml
tests/general/Makefile.am tests/general/bug-98.*: added the
example in the regression tests for this case
Daniel