Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-02-23 | fixed bug #106789 from James Clark and a bit of cleanup added the example | Daniel Veillard | 5 | -0/+15 |
2003-02-07 | fixing another bug in document(), bug #105450 Slight change to the output | Daniel Veillard | 1 | -2/+2 |
2003-02-07 | fixing a segfault in document(), bug #105418 add the specific test as | Daniel Veillard | 4 | -0/+15 |
2003-02-04 | fixing bug #105116 sometimes one need to generate a default namespace | Daniel Veillard | 5 | -0/+18 |
2003-02-04 | change of policy w.r.t. mails small cleanup fixed a couple of bugs raised | Daniel Veillard | 6 | -6/+6 |
2003-01-14 | fixed #101502 by applying and cleaning up the associated patch from Daniel | Daniel Veillard | 5 | -0/+22 |
2003-01-12 | fixed bug #101003 on attribute-sets value computation in the presence of | Daniel Veillard | 7 | -0/+41 |
2003-01-09 | added some exclude-result-prefixes to avoid extra namespace declaration | Daniel Veillard | 4 | -3/+6 |