Age | Commit message (Expand) | Author | Files | Lines |
2001-09-14 | Fixing bug #60415 added a specific example in the regression tests Daniel | Daniel Veillard | 7 | -0/+48 |
2001-09-14 | the change in libxml to output decimal charrefs instead of hexadecimal | Daniel Veillard | 95 | -3741/+3747 |
2001-09-13 | install xsltproc man page Daniel | Daniel Veillard | 4 | -7/+12 |
2001-09-12 | Pushed 1.0.4, Daniel | Daniel Veillard | 2 | -1/+3 |
2001-09-12 | preparing for 1.0.4 updated and regenerated docs Daniel | Daniel Veillard | 17 | -511/+2124 |
2001-09-12 | fixed some compile warnings and disabled debugging by default. | Thomas Broyer | 2 | -9/+78 |
2001-09-12 | trying to incorporate comments from bug #59220 Daniel | Daniel Veillard | 5 | -79/+255 |
2001-09-12 | added implementation of the EXSLT - Dates and Times core functions. The | Thomas Broyer | 7 | -2/+2122 |
2001-09-11 | tell in usage that parameter strings need to be quoted Daniel | Daniel Veillard | 2 | -0/+6 |
2001-09-11 | trying to close bug #60304 on xsl:fallback usage added a specific example | Daniel Veillard | 8 | -1/+81 |
2001-09-11 | changed the test to use doc%5Ffile instead of doc%20file, this is | Daniel Veillard | 4 | -2/+9 |
2001-09-11 | close #59570 by simply not providing Norm's extension on FreeBSD. added a | Daniel Veillard | 12 | -1/+339 |
2001-09-10 | applied fix from #60143 and rebuilt the FO test outputs Daniel | Daniel Veillard | 30 | -5506/+4863 |
2001-09-10 | fixed bug #59757 on inheritance of attributes from multiple | Daniel Veillard | 3 | -119/+146 |
2001-09-03 | added implementation of EXSLT - Strings. Currently implemented functins | Thomas Broyer | 11 | -2/+354 |
2001-08-31 | added man pages provided by Heiko Rupp Daniel | Daniel Veillard | 5 | -0/+128 |
2001-08-30 | doc/tutorial/libxslttutorial.xml, libxslttutorial.html - update tutorial | MDT 2001 John Fleck | 3 | -19/+48 |
2001-08-30 | this has not been added into the build yet) | MDT 2001 John Fleck | 2 | -0/+190 |
2001-08-29 | added global variables cleanups to the example. mjcox pointed to some | Daniel Veillard | 5 | -2/+14 |
2001-08-29 | fixed a bug in exsltNodeSetFunction | Thomas Broyer | 2 | -1/+5 |
2001-08-29 | implemented version 3 of the exslt:node-set() function. added a test | Thomas Broyer | 6 | -1/+61 |
2001-08-27 | adding doc/xsltproc.html - html generated from xsltproc.xml, update | MDT 2001 John Fleck | 3 | -0/+169 |
2001-08-27 | adding doc/xsltproc.xml - user manual for xsltproc | MDT 2001 John Fleck | 1 | -0/+233 |
2001-08-26 | removed a couple of warning raised by the Windows compiler (Chris Poblete) | Daniel Veillard | 3 | -2/+7 |
2001-08-24 | Added 1.0.3 release, daniel | Daniel Veillard | 1 | -2/+10 |
2001-08-23 | closed bugs #59212 and #59220 Daniel | Daniel Veillard | 4 | -5/+22 |
2001-08-23 | complete test of a DocBook XSLt transform with --nonet, need stat(), added | Daniel Veillard | 4 | -14/+47 |
2001-08-23 | catalog integration, cleanup with the --nonet option closing #59427 | Daniel Veillard | 5 | -16/+123 |
2001-08-21 | fixed an error I propagated to nearly all Makefiles.am on Saturday Daniel | Daniel Veillard | 17 | -16/+21 |
2001-08-21 | use xmlXPathIsNaN() and xmlXPathIsInf() tag a potential threading problem. | Daniel Veillard | 11 | -19/+25 |
2001-08-21 | Re-worked NaN and Inf support | Bjorn Reese | 3 | -61/+17 |
2001-08-18 | fixed a number of small problems with Makefiles spotted by Albert Chin | Daniel Veillard | 12 | -12/+16 |
2001-08-17 | Fixed a couple of links, Daniel | Daniel Veillard | 1 | -1/+1 |
2001-08-16 | minimal changes to compile 1.0.2 on Windows/MSC Daniel | Daniel Veillard | 2 | -0/+8 |
2001-08-16 | what about commiting the modified file and not just the Changelog ? | Daniel Veillard | 1 | -1/+1 |
2001-08-16 | fixed a permutation of args to xsltPrintErrorContext() Daniel | Daniel Veillard | 3 | -3/+12 |
2001-08-15 | Updated to include 1.0.1 and 1.0.2 releases, Daniel | Daniel Veillard | 1 | -2/+20 |
2001-08-15 | release of 1.0.2 cleaning of Makefiles pointed out by make distcheck | Daniel Veillard | 10 | -29/+44 |
2001-08-15 | a bit of cleanup Daniel | Daniel Veillard | 3 | -9/+5 |
2001-08-15 | cleanup of includes export xsltconfig.h at make install stage Daniel | Daniel Veillard | 6 | -7/+16 |
2001-08-15 | doc/xslt.html updated xsltproc description with the many new command line | MDT 2001 John Fleck | 2 | -19/+32 |
2001-08-14 | serious changes on Result Value Trees and NodeSets w.r.t. deallocation and | Daniel Veillard | 7 | -1/+41 |
2001-08-14 | trying to kill bug #58878, some associated serious cleanup in the pattern | Daniel Veillard | 95 | -7037/+7803 |
2001-08-14 | fixed compilation warnings due to recent changes to the extension | Thomas Broyer | 11 | -98/+183 |
2001-08-13 | applied fix suggested by Tom Moog for xsltTimeStamp() in bug report #58012 | Daniel Veillard | 2 | -23/+27 |
2001-08-13 | Added a few pointers to XSLT list, archive, FAQ and Michael Kay's book, Daniel | Daniel Veillard | 1 | -51/+62 |
2001-08-12 | cleaned up the code w.r.t. handling of 'non-standard' libxml element like | Daniel Veillard | 10 | -29/+105 |
2001-08-09 | Small URL fix by Heiko Rupp, Daniel | Daniel Veillard | 1 | -1/+1 |
2001-08-08 | added John Fleck right to commit in the doc subdir Daniel | Daniel Veillard | 2 | -4/+9 |
2001-08-07 | For Norman walsh: for heriting defaulted atts from the DTD Added a few new | Daniel Veillard | 12 | -160/+225 |