Age | Commit message (Expand) | Author | Files | Lines |
2003-11-20 | fixed an error from #120684 patch raised in #127450 added tests to the | Daniel Veillard | 5 | -0/+21 |
2003-11-19 | fixed a bug in the keys selector parsing #120684 when | is in a predicate | Daniel Veillard | 5 | -0/+49 |
2003-11-12 | applied patch for param visibility from Shaun McCance. Changed variable | William M. Brack | 4 | -1/+91 |
2003-11-05 | applied last fix from #125614 Daniel | Daniel Veillard | 1 | -1/+1 |
2003-11-04 | updated to reflect change to HTML output in libxml2 (formatting of <p>, | William M. Brack | 9 | -40/+20 |
2003-11-02 | fixed bug #125502 and corrected expected test output fixed broken test | William M. Brack | 2 | -3/+1 |
2003-11-01 | fixing two broken tests (revealed by #125502) Daniel | Daniel Veillard | 2 | -0/+6 |
2003-11-01 | fix bug #125265 about entities breaking exsl:tokenize and exsl:split | Daniel Veillard | 4 | -3/+27 |
2003-10-31 | switch to use xmlReadfile instead of xmlParseFile, this avoid relying on | Daniel Veillard | 2 | -9/+7 |
2003-09-12 | fixes some output divergeances with libxml2-2.6.0beta1, daniel | Daniel Veillard | 3 | -101/+103 |
2003-09-06 | enhanced previous fix to bug #120684, using excellent suggestion by Daniel | William M. Brack | 2 | -0/+2 |
2003-09-06 | fixed bug 119946, caused by incorrect creation of "extra" variables when | William M. Brack | 10 | -0/+114 |
2003-09-03 | tyny change HTML -> html DOCTYPE due to a libxml2 change Daniel | Daniel Veillard | 2 | -2/+2 |
2003-08-29 | fixing the bug #120971 on cdata-section-elements with namespaced names | Daniel Veillard | 5 | -0/+24 |
2003-08-18 | enhanced xsltInitCtxtKey to take care of multiple instances of a key with | William M. Brack | 5 | -0/+59 |
2003-08-04 | added the test from bug #118763 to the regression suite. Daniel | Daniel Veillard | 5 | -0/+22 |
2003-08-03 | Fixed regression test bug-125 | William M. Brack | 2 | -3/+0 |
2003-08-03 | Fixing Bug 116517 | William M. Brack | 5 | -0/+29 |
2003-08-03 | Bug 117552 | William M. Brack | 5 | -0/+573 |
2003-07-29 | changed sign of date:seconds as previously posted to the mailing list | William M. Brack | 1 | -8/+8 |
2003-07-24 | applied patch from Shaun McCance to fix bug #117616 about EXST | Daniel Veillard | 4 | -0/+71 |
2003-07-22 | allow strip-space to support full namespaces using prefix:* , should fix | Daniel Veillard | 8 | -0/+44 |
2003-07-18 | applied patch from Shaun McCance to implement exslt:split c.f. #117752 | Daniel Veillard | 4 | -1/+39 |
2003-07-14 | fixed bug 113520 | William M. Brack | 1 | -2/+2 |
2003-07-10 | simple cast missing Peter Breitenlohner added deps to libxslt integrated | Daniel Veillard | 1 | -1/+3 |
2003-07-06 | fixing bug #115913 for xsl:copy with namespace nodes. added the test to | Daniel Veillard | 5 | -0/+32 |
2003-06-13 | Moved the man pages to section 3 applied patch from Peter Breitenlohner | Daniel Veillard | 19 | -1029/+1029 |
2003-05-16 | added the example for bug #112904 in the regression tests, the bug fix is | Daniel Veillard | 5 | -0/+14 |
2003-05-15 | '' | William M. Brack | 1 | -2/+2 |
2003-05-15 | Fixed bug 112995 | William M. Brack | 3 | -0/+50 |
2003-04-30 | cleaning up Result Value Tree handling fixed a pair of implementations. | Daniel Veillard | 4 | -1/+18 |
2003-04-30 | fixing bug #111755 when a template is applied to an attribute added the | Daniel Veillard | 5 | -3/+41 |
2003-04-29 | Typo fixup, Daniel | Daniel Veillard | 1 | -1/+1 |
2003-04-23 | fixed a bug introduced in the last commit tried to fix #111437 side effect | Daniel Veillard | 43 | -43/+0 |
2003-04-23 | fix bug #110577 namespace in copy-of don't obbey the same rules as for | Daniel Veillard | 11 | -0/+128 |
2003-04-22 | fixing bug #110020 on global parameter and variables mismatch added the | Daniel Veillard | 5 | -1/+23 |
2003-04-21 | applied patch from Charles Bozeman fixing the math power function where | Daniel Veillard | 4 | -0/+36 |
2003-04-07 | Fixes bug #110023 reported by Mark Vakoc and other places where | Daniel Veillard | 5 | -0/+24 |
2003-04-01 | fixed a namespace redundancy problem in xsl:element added an example in | Daniel Veillard | 5 | -0/+28 |
2003-03-26 | added an example in the regression tests for bug #109160 fixed in libxml2 | Daniel Veillard | 5 | -0/+28 |
2003-03-26 | forgot to make one change related to Result Value Tree change, pointed out | Daniel Veillard | 5 | -0/+27 |
2003-03-24 | Finally fixed bug #75813, processing or Result Value Tree converted into | Daniel Veillard | 6 | -1/+71 |
2003-03-23 | added an example in the regression tests for bug #108976 which is fixed in | Daniel Veillard | 6 | -0/+36 |
2003-03-22 | added an example in the regression tests for the invalid bug #108716 | Daniel Veillard | 5 | -0/+16 |
2003-03-22 | fixed bug #108633 reported by Jerome Pesenti about recursive global | Daniel Veillard | 17 | -1/+61 |
2003-03-07 | added an example in the regression tests bug #107804 fixed in libxml2 | Daniel Veillard | 5 | -0/+52 |
2003-03-05 | fixed bug #107591 node() in pattern matches should catch comments and PIs | Daniel Veillard | 5 | -0/+28 |
2003-02-26 | added the next example for bug #106788 from James Clark in the regression | Daniel Veillard | 5 | -0/+18 |
2003-02-24 | fixed #106554 for spurious xmlns:nsX="" generation Daniel | Daniel Veillard | 2 | -1/+1 |
2003-02-23 | added the example for bug #106788 from James Clark in the regression | Daniel Veillard | 5 | -0/+11 |