Age | Commit message (Expand) | Author | Files | Lines |
2006-11-17 | fixed problem with entity handling within xsltCopyAttrListNoOverwrite | William M. Brack | 2 | -0/+5 |
2006-06-21 | Fixed incorrect regression tests/results. | Kasimier T. Buchcik | 1 | -4/+1 |
2005-08-12 | check fix for #310692 Daniel | Daniel Veillard | 2 | -0/+6 |
2005-03-31 | fixed bug #171488 with cascading select in patterns. added test provided | Daniel Veillard | 2 | -0/+6 |
2005-03-30 | fixed bug 169718 with ancestors in patterns similar to same bug fixed in | Daniel Veillard | 2 | -0/+9 |
2005-03-29 | added test for bug #168196 fixed in libxml2 Daniel | Daniel Veillard | 2 | -0/+2 |
2004-11-25 | backed out the last change and re-did it the "right way" (bug 158372). | William M. Brack | 3 | -0/+6 |
2004-11-22 | small change to previous fix for bug 153137, fixes bug 158840. added test | William M. Brack | 2 | -0/+7 |
2004-11-21 | enhanced code to assure the "current template rule" is not changed by | William M. Brack | 2 | -0/+2 |
2004-11-01 | added a test case provided by Markus Bertheau breaking on libxml2-2.6.15 | Daniel Veillard | 2 | -0/+6 |
2004-09-25 | fixed 2 leaks with namespaced variable names. added test case for above | Daniel Veillard | 2 | -0/+2 |
2004-08-28 | fixed small problem with key initialisation disturbing the transformation | William M. Brack | 3 | -0/+15 |
2004-05-17 | added regression test for old bug #127877 Daniel | Daniel Veillard | 1 | -0/+1 |
2004-05-17 | fixing bug #135542 about the DOCTYPE name being generated when the root | Daniel Veillard | 2 | -0/+2 |
2004-05-16 | fixing bug #134500 on namespace lookup for attribute which sometimes lead | Daniel Veillard | 2 | -0/+2 |
2004-05-16 | fixed a weird namespace bug #141532 added tests to the regression for bug | Daniel Veillard | 3 | -0/+4 |
2004-05-03 | added comments and function header, improved logic of routine just added. | William M. Brack | 2 | -0/+22 |
2004-04-05 | fixed a stupid cut'npaste bug #139132 added test to the regression for bug | Daniel Veillard | 2 | -0/+29 |
2004-03-06 | continued interrupt commit for enhanced "make tests" | William M. Brack | 2 | -0/+11 |
2004-02-26 | added test similar to 143 but checking for AVT in local variables. Daniel | Daniel Veillard | 2 | -0/+2 |
2004-02-26 | fixed a regression for AVT found in global variable content. added test to | Daniel Veillard | 2 | -0/+2 |
2004-02-25 | added test for language attribute which previously triggered a memory leak | William M. Brack | 2 | -0/+66 |
2004-01-22 | added test case for Bug 13971 (libxml2 xpath.c bug, but tested here) | William M. Brack | 2 | -0/+10 |
2004-01-16 | added a newline for any comment before the root element (Bug 130433) fixed | William M. Brack | 2 | -0/+7 |
2003-12-21 | added test for entities parsing (Bug #129489) Daniel | Daniel Veillard | 2 | -0/+10 |
2003-12-21 | added test for namespace problem (Bug 129624) | William M. Brack | 2 | -0/+16 |
2003-12-21 | fixed second problem on #122483, namespace definitions must be propagated | Daniel Veillard | 2 | -0/+2 |
2003-11-21 | fixed bug #127561 (xsl:element with a 'computed' namespace attribute) | William M. Brack | 2 | -0/+5 |
2003-11-21 | Adding missing bugs, Daniel | Daniel Veillard | 1 | -0/+6 |
2003-11-20 | another problem reported by Oleg Paraschenko on the same code in #127450 | Daniel Veillard | 2 | -0/+6 |
2003-11-20 | fixed an error from #120684 patch raised in #127450 added tests to the | Daniel Veillard | 2 | -0/+6 |
2003-11-19 | fixed a bug in the keys selector parsing #120684 when | is in a predicate | Daniel Veillard | 2 | -0/+9 |
2003-09-06 | enhanced previous fix to bug #120684, using excellent suggestion by Daniel | William M. Brack | 1 | -0/+1 |
2003-09-06 | fixed bug 119946, caused by incorrect creation of "extra" variables when | William M. Brack | 3 | -0/+12 |
2003-08-29 | fixing the bug #120971 on cdata-section-elements with namespaced names | Daniel Veillard | 2 | -0/+7 |
2003-08-18 | enhanced xsltInitCtxtKey to take care of multiple instances of a key with | William M. Brack | 2 | -0/+27 |
2003-08-04 | added the test from bug #118763 to the regression suite. Daniel | Daniel Veillard | 2 | -0/+2 |
2003-08-03 | Fixing Bug 116517 | William M. Brack | 2 | -0/+2 |
2003-08-03 | Bug 117552 | William M. Brack | 2 | -0/+119 |
2003-07-22 | allow strip-space to support full namespaces using prefix:* , should fix | Daniel Veillard | 3 | -0/+10 |
2003-07-06 | fixing bug #115913 for xsl:copy with namespace nodes. added the test to | Daniel Veillard | 2 | -0/+12 |
2003-05-16 | added the example for bug #112904 in the regression tests, the bug fix is | Daniel Veillard | 2 | -0/+3 |
2003-05-15 | Fixed bug 112995 | William M. Brack | 1 | -0/+15 |
2003-04-30 | fixing bug #111755 when a template is applied to an attribute added the | Daniel Veillard | 2 | -0/+13 |
2003-04-23 | fix bug #110577 namespace in copy-of don't obbey the same rules as for | Daniel Veillard | 4 | -0/+20 |
2003-04-07 | Fixes bug #110023 reported by Mark Vakoc and other places where | Daniel Veillard | 2 | -0/+2 |
2003-04-01 | fixed a namespace redundancy problem in xsl:element added an example in | Daniel Veillard | 2 | -0/+8 |
2003-03-26 | added an example in the regression tests for bug #109160 fixed in libxml2 | Daniel Veillard | 2 | -0/+8 |
2003-03-26 | forgot to make one change related to Result Value Tree change, pointed out | Daniel Veillard | 2 | -0/+2 |
2003-03-24 | Finally fixed bug #75813, processing or Result Value Tree converted into | Daniel Veillard | 2 | -0/+18 |