summaryrefslogtreecommitdiff
path: root/libxslt/namespaces.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid an error in namespace generationMartin2009-09-171-0/+4
* applied patch from Peter Pawlowski fixing a timezone offset problem, fixesDaniel Veillard2008-04-031-4/+4
* added setting of TRIO_REPLACE_STDIO when TRIO routines are required.William M. Brack2007-03-021-0/+5
* Fixed problem with cleanup of RVT's, should clear bug350085; cleaned upWilliam M. Brack2006-08-091-2/+2
* Committing again, since I forgot to switch from win to linux linebreaks inKasimier T. Buchcik2006-07-141-842/+842
* Refactored xsltValueOf(). Changed to use xmlXPathCastToString() directly,Kasimier T. Buchcik2006-07-141-844/+842
* Merged all the namespace lookup/create/disable functions intoKasimier T. Buchcik2006-06-191-349/+362
* Fixed bug #302020, reported by Thomas Blatter.Kasimier T. Buchcik2006-05-151-2/+26
* Next step of refactoring. For more details see bug #341588. I applied theKasimier T. Buchcik2006-05-121-79/+294
* Eliminated usage of xsltGetNsProp() in cases where an attribute with aKasimier T. Buchcik2006-03-301-4/+2
* fixed a problem with exclude-result-prefixes (bug 165560)William M. Brack2005-02-141-4/+11
* changed some variable names for warning cleanup when -ansi flag is notWilliam M. Brack2004-10-231-10/+12
* fixed a bug in namespace lookup exhibited by the recent namespace tests inDaniel Veillard2004-10-111-0/+3
* fixed handling of #default in namespace-alias for default namespace (bugWilliam M. Brack2004-08-151-21/+74
* some enhancement for fixing bug 142768 added regression test for this bugWilliam M. Brack2004-06-301-8/+17
* fixing bug #134500 on namespace lookup for attribute which sometimes leadDaniel Veillard2004-05-161-0/+155
* added additional check to prevent superfluous namespace href's beingWilliam M. Brack2004-03-121-1/+6
* fixed problem with attribute namespace (Bug 132953)William M. Brack2004-01-311-1/+1
* fixed #106554 for spurious xmlns:nsX="" generation DanielDaniel Veillard2003-02-241-0/+9
* fixed bug #106789 from James Clark and a bit of cleanup added the exampleDaniel Veillard2003-02-231-2/+10
* add a line in %changelog for releases DanielDaniel Veillard2002-11-251-1/+1
* added the possibility to register a transformation context specific errorDaniel Veillard2002-10-151-10/+5
* closing #94933, any error will make the transformation abort with noDaniel Veillard2002-10-151-2/+12
* fix bug #81099 about duplicated namespace declarations, this might not beDaniel Veillard2002-05-271-0/+6
* preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT andDaniel Veillard2002-03-181-0/+1
* small fixups related to the XPath changes in fixing #61290 DanielDaniel Veillard2002-03-041-0/+2
* provide context for error messages. Requires libxml head changes. fixed aDaniel Veillard2001-07-121-0/+5
* added configuration/version informations for Windows/MSC internal headerDaniel Veillard2001-06-281-2/+2
* - libxslt/namespaces.[ch]: added a single namespace def copyDaniel Veillard2001-06-161-0/+52
* - libxslt/xsltutils.[ch]: closing bug #55683 required to addDaniel Veillard2001-06-071-2/+2
* - libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:Daniel Veillard2001-05-171-1/+1
* And most of this is simply untested, yet...:Daniel Veillard2001-02-021-0/+45
* Work on implementing import support:Daniel Veillard2001-02-011-7/+15
* Testing/debugging: - tests/REC/test-7.*: added more tests -Daniel Veillard2001-01-301-7/+22
* Work done on namespace support:Daniel Veillard2001-01-281-0/+204