summaryrefslogtreecommitdiff
path: root/libxslt/keys.c
Commit message (Expand)AuthorAgeFilesLines
* Add API versioning and various cleanupsDaniel Veillard2009-09-161-0/+3
* tests/namespaces/tst7.xsl: fixed typo detected by new libxml2 codeWilliam M. Brack2008-08-061-2/+2
* fix the key initialization problem introduced when tracking Josef UrbanDaniel Veillard2008-05-091-163/+146
* fixed a problem on superfluous re-generation of keys reported on theWilliam M. Brack2007-12-241-3/+80
* added new function replace from Joel Reed. added new test case for above.William M. Brack2007-01-111-1/+3
* Committing again, since I forgot to switch from win to linux linebreaks inKasimier T. Buchcik2006-07-141-854/+854
* Refactored xsltValueOf(). Changed to use xmlXPathCastToString() directly,Kasimier T. Buchcik2006-07-141-779/+854
* Next tiny step of refactoring - mostly bug fixes and cosmetic changes.Kasimier T. Buchcik2006-05-221-29/+59
* Next step of refactoring (plus some bug-fixes). For more details seeKasimier T. Buchcik2006-05-051-0/+8
* changed some variable names for warning cleanup when -ansi flag is notWilliam M. Brack2004-10-231-3/+3
* fixed small problem with key initialisation disturbing the transformationWilliam M. Brack2004-08-281-2/+5
* added namespace setup before calling XPath to evaluate key (Bug 143520)William M. Brack2004-07-021-2/+2
* applied patch from Mark Vakoc to fix problem with key matching attributeWilliam M. Brack2004-04-021-2/+2
* added coding to allow growing the AVT structure when a large number ofWilliam M. Brack2004-03-091-2/+2
* removed the last use of _private that time in the input document, use theDaniel Veillard2004-02-261-1/+24
* added new code to handle attribute value templates also a lot of work toDaniel Veillard2004-02-131-2/+2
* fixed second problem on #122483, namespace definitions must be propagatedDaniel Veillard2003-12-211-6/+17
* Applied patch from Mark Vadoc adding flexible trace debugging support toDaniel Veillard2003-11-221-12/+12
* small further enhancement, bug #127450William M. Brack2003-11-211-1/+6
* another problem reported by Oleg Paraschenko on the same code in #127450Daniel Veillard2003-11-201-2/+5
* fixed an error from #120684 patch raised in #127450 added tests to theDaniel Veillard2003-11-201-2/+2
* fixed a bug in the keys selector parsing #120684 when | is in a predicateDaniel Veillard2003-11-191-1/+60
* fixed entity problem in exslt:tokenize uncovered by newapi.xsl changed toWilliam M. Brack2003-11-181-1/+1
* enhanced xsltInitCtxtKey to take care of multiple instances of a key withWilliam M. Brack2003-08-181-6/+24
* Fixes bug #110023 reported by Mark Vakoc and other places whereDaniel Veillard2003-04-071-1/+2
* tried to fix 105387 and all similar cases in the library sources. DanielDaniel Veillard2003-02-071-5/+5
* added the possibility to register a transformation context specific errorDaniel Veillard2002-10-151-12/+6
* applied a man page patch from Christian Cornelssen and fixed a couple ofDaniel Veillard2002-05-181-0/+2
* fixed bug #78735 added the tests in a separate directory DanielDaniel Veillard2002-04-151-15/+105
* preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT andDaniel Veillard2002-03-181-0/+1
* Bob Stayton pointed out a problem when using unions in key match patterns.Daniel Veillard2002-01-301-5/+43
* serious changes on Result Value Trees and NodeSets w.r.t. deallocation andDaniel Veillard2001-08-141-0/+1
* cleaned up the code w.r.t. handling of 'non-standard' libxml element likeDaniel Veillard2001-08-121-19/+21
* provide context for error messages. Requires libxml head changes. fixed aDaniel Veillard2001-07-121-0/+4
* Cleanup messages and commentsWilliam M. Brack2001-07-061-2/+2
* - libxslt/keys.c libxslt/templates.c libxslt/transform.cDaniel Veillard2001-06-281-0/+6
* added configuration/version informations for Windows/MSC internal headerDaniel Veillard2001-06-281-2/+2
* - libxslt/keys.c: avoid a possibility of an uninitialized variableDaniel Veillard2001-06-151-6/+6
* documents.[hc] : added new procedure xsltFindDocument, needed whenWilliam M. Brack2001-06-101-1/+8
* - libxslt/xslt.c libxslt/variables.c libxslt/templates.cDaniel Veillard2001-05-181-30/+54
* - libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:Daniel Veillard2001-05-171-1/+1
* - libxslt/keys.c libxslt/transform.c: avoid some possibilitiesDaniel Veillard2001-05-151-1/+2
* - transform.c: fixed #53401Daniel Veillard2001-04-221-9/+11
* - libxslt/keys.c libxslt/preproc.c libxslt/templates.cDaniel Veillard2001-04-161-1/+4
* - libxslt/functions.c libxslt/keys.c libxslt/transform.c:Daniel Veillard2001-04-071-3/+4
* Jumbo patch, extended regression tests and fixed regression results:Daniel Veillard2001-04-021-1/+3
* - libxslt/attributes.c libxslt/extra.c libxslt/keys.c libxslt/numbers.cDaniel Veillard2001-03-261-12/+0
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-29/+20
* Switched all the processing to compiled XPath form, there is aDaniel Veillard2001-03-191-17/+12
* Prepared for the new XPath code, not finished, but should work at least:Daniel Veillard2001-03-191-0/+1