diff --git a/ChangeLog b/ChangeLog index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_Q2hhbmdlTG9n..242712b6f8ef383551fa78a5ec48e2a3840c94e7_Q2hhbmdlTG9n 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Mar 23 13:13:56 CET 2004 Daniel Veillard <daniel@veillard.com> + + * configure.in: prepare release of 1.1.5, made a hard dependancy + to libxml2 2.6.8 due to the dictionnary reference counting change + * doc/*: updated and rebuilt the doc. + * tests/namespaces/Makefile.am: fixed a build problem (tst5 ?) + Mon Mar 22 20:25:41 CET 2004 Daniel Veillard <daniel@veillard.com> * libxslt/xsltconfig.h.in: small fix for OpenVMS diff --git a/NEWS b/NEWS index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_TkVXUw==..242712b6f8ef383551fa78a5ec48e2a3840c94e7_TkVXUw== 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,18 @@ file for a really accurate description: +1.1.5: Mar 23 2004: + - performance: use dictionnary lookup for variables + - remove use of _private from source documents + - cleanup of "make tests" output + - bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change. + + 1.1.4: Feb 23 2004: - bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with Yelp, extension problem diff --git a/configure.in b/configure.in index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_Y29uZmlndXJlLmlu..242712b6f8ef383551fa78a5ec48e2a3840c94e7_Y29uZmlndXJlLmlu 100644 --- a/configure.in +++ b/configure.in @@ -6,8 +6,8 @@ dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=4 +LIBXSLT_MICRO_VERSION=5 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 LIBEXSLT_MICRO_VERSION=4 @@ -10,8 +10,8 @@ PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 LIBEXSLT_MICRO_VERSION=4 -LIBXML_REQUIRED_VERSION=2.6.5 +LIBXML_REQUIRED_VERSION=2.6.8 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_ZG9jL0VYU0xUL2xpYmV4c2x0LWFwaS54bWw=..242712b6f8ef383551fa78a5ec48e2a3840c94e7_ZG9jL0VYU0xUL2xpYmV4c2x0LWFwaS54bWw= 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -2,4 +2,5 @@ <api name='libexslt'> <files> <file name='exslt'> + <exports symbol='EXSLT_COMMON_NAMESPACE' type='macro'/> <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/> @@ -5,2 +6,3 @@ <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/> + <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/> <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/> @@ -6,6 +8,3 @@ <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/> - <exports symbol='SAXON_NAMESPACE' type='macro'/> - <exports symbol='EXSLT_COMMON_NAMESPACE' type='macro'/> - <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/> <exports symbol='EXSLT_SETS_NAMESPACE' type='macro'/> <exports symbol='EXSLT_DYNAMIC_NAMESPACE' type='macro'/> @@ -10,5 +9,6 @@ <exports symbol='EXSLT_SETS_NAMESPACE' type='macro'/> <exports symbol='EXSLT_DYNAMIC_NAMESPACE' type='macro'/> + <exports symbol='SAXON_NAMESPACE' type='macro'/> <exports symbol='EXSLT_MATH_NAMESPACE' type='macro'/> <exports symbol='exsltLibxmlVersion' type='variable'/> <exports symbol='exsltLibexsltVersion' type='variable'/> @@ -16,5 +16,6 @@ <exports symbol='exsltLibxsltVersion' type='variable'/> <exports symbol='exsltDynRegister' type='function'/> <exports symbol='exsltCommonRegister' type='function'/> - <exports symbol='exsltRegisterAll' type='function'/> + <exports symbol='exsltMathRegister' type='function'/> + <exports symbol='exsltStrRegister' type='function'/> <exports symbol='exsltFuncRegister' type='function'/> @@ -20,4 +21,4 @@ <exports symbol='exsltFuncRegister' type='function'/> - <exports symbol='exsltStrRegister' type='function'/> + <exports symbol='exsltSaxonRegister' type='function'/> <exports symbol='exsltSetsRegister' type='function'/> <exports symbol='exsltDateRegister' type='function'/> @@ -22,7 +23,6 @@ <exports symbol='exsltSetsRegister' type='function'/> <exports symbol='exsltDateRegister' type='function'/> - <exports symbol='exsltMathRegister' type='function'/> - <exports symbol='exsltSaxonRegister' type='function'/> + <exports symbol='exsltRegisterAll' type='function'/> </file> <file name='exsltexports'> <exports symbol='LIBEXSLT_PUBLIC' type='macro'/> diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_ZG9jL2xpYnhzbHQtYXBpLnhtbA==..242712b6f8ef383551fa78a5ec48e2a3840c94e7_ZG9jL2xpYnhzbHQtYXBpLnhtbA== 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -14,4 +14,6 @@ <summary>interface for the document handling</summary> <description>implements document loading and cache (multiple document() reference for the same resources must be equal. </description> <author>Daniel Veillard </author> + <exports symbol='xsltFreeDocuments' type='function'/> + <exports symbol='xsltNewDocument' type='function'/> <exports symbol='xsltFreeStyleDocuments' type='function'/> @@ -17,4 +19,5 @@ <exports symbol='xsltFreeStyleDocuments' type='function'/> + <exports symbol='xsltLoadDocument' type='function'/> <exports symbol='xsltFindDocument' type='function'/> <exports symbol='xsltLoadStyleDocument' type='function'/> <exports symbol='xsltNewStyleDocument' type='function'/> @@ -18,11 +21,8 @@ <exports symbol='xsltFindDocument' type='function'/> <exports symbol='xsltLoadStyleDocument' type='function'/> <exports symbol='xsltNewStyleDocument' type='function'/> - <exports symbol='xsltFreeDocuments' type='function'/> - <exports symbol='xsltNewDocument' type='function'/> - <exports symbol='xsltLoadDocument' type='function'/> </file> <file name='extensions'> <summary>interface for the extension support</summary> <description>This provide the API needed for simple and module extension support. </description> <author>Daniel Veillard </author> @@ -24,6 +24,7 @@ </file> <file name='extensions'> <summary>interface for the extension support</summary> <description>This provide the API needed for simple and module extension support. </description> <author>Daniel Veillard </author> + <exports symbol='xsltRegisterExtPrefix' type='function'/> <exports symbol='xsltRegisterExtFunction' type='function'/> @@ -29,3 +30,3 @@ <exports symbol='xsltRegisterExtFunction' type='function'/> - <exports symbol='xsltRegisterExtModuleElement' type='function'/> + <exports symbol='xsltPreComputeFunction' type='function'/> <exports symbol='xsltInitCtxtExts' type='function'/> @@ -31,3 +32,6 @@ <exports symbol='xsltInitCtxtExts' type='function'/> - <exports symbol='xsltGetExtData' type='function'/> + <exports symbol='xsltTopLevelFunction' type='function'/> + <exports symbol='xsltShutdownCtxtExts' type='function'/> + <exports symbol='xsltGetExtInfo' type='function'/> + <exports symbol='xsltUnregisterExtModuleFunction' type='function'/> <exports symbol='xsltStyleGetExtData' type='function'/> @@ -33,3 +37,3 @@ <exports symbol='xsltStyleGetExtData' type='function'/> - <exports symbol='xsltStyleExtInitFunction' type='function'/> + <exports symbol='xsltRegisterExtElement' type='function'/> <exports symbol='xsltExtFunctionLookup' type='function'/> @@ -35,2 +39,10 @@ <exports symbol='xsltExtFunctionLookup' type='function'/> + <exports symbol='xsltExtInitFunction' type='function'/> + <exports symbol='xsltRegisterExtModuleElement' type='function'/> + <exports symbol='xsltFreeCtxtExts' type='function'/> + <exports symbol='xsltRegisterTestModule' type='function'/> + <exports symbol='xsltXPathGetTransformContext' type='function'/> + <exports symbol='xsltExtModuleElementLookup' type='function'/> + <exports symbol='xsltRegisterExtModuleFull' type='function'/> + <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/> <exports symbol='xsltShutdownExts' type='function'/> @@ -36,2 +48,4 @@ <exports symbol='xsltShutdownExts' type='function'/> + <exports symbol='xsltStyleExtShutdownFunction' type='function'/> + <exports symbol='xsltNewElemPreComp' type='function'/> <exports symbol='xsltExtModuleElementPreComputeLookup' type='function'/> @@ -37,6 +51,4 @@ <exports symbol='xsltExtModuleElementPreComputeLookup' type='function'/> - <exports symbol='xsltRegisterTestModule' type='function'/> - <exports symbol='xsltExtModuleElementLookup' type='function'/> - <exports symbol='xsltStyleExtShutdownFunction' type='function'/> + <exports symbol='xsltUnregisterExtModuleElement' type='function'/> <exports symbol='xsltInitElemPreComp' type='function'/> <exports symbol='xsltDebugDumpExtensions' type='function'/> @@ -41,5 +53,10 @@ <exports symbol='xsltInitElemPreComp' type='function'/> <exports symbol='xsltDebugDumpExtensions' type='function'/> - <exports symbol='xsltGetExtInfo' type='function'/> + <exports symbol='xsltCheckExtPrefix' type='function'/> + <exports symbol='xsltGetExtData' type='function'/> + <exports symbol='xsltRegisterExtModule' type='function'/> + <exports symbol='xsltExtElementLookup' type='function'/> + <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/> + <exports symbol='xsltRegisterExtModuleFunction' type='function'/> <exports symbol='xsltExtModuleTopLevelLookup' type='function'/> <exports symbol='xsltFreeExts' type='function'/> @@ -44,4 +61,5 @@ <exports symbol='xsltExtModuleTopLevelLookup' type='function'/> <exports symbol='xsltFreeExts' type='function'/> + <exports symbol='xsltStyleExtInitFunction' type='function'/> <exports symbol='xsltExtModuleFunctionLookup' type='function'/> <exports symbol='xsltPreComputeExtModuleElement' type='function'/> @@ -46,11 +64,4 @@ <exports symbol='xsltExtModuleFunctionLookup' type='function'/> <exports symbol='xsltPreComputeExtModuleElement' type='function'/> - <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/> - <exports symbol='xsltPreComputeFunction' type='function'/> - <exports symbol='xsltTopLevelFunction' type='function'/> - <exports symbol='xsltShutdownCtxtExts' type='function'/> - <exports symbol='xsltXPathGetTransformContext' type='function'/> - <exports symbol='xsltRegisterExtElement' type='function'/> - <exports symbol='xsltExtInitFunction' type='function'/> - <exports symbol='xsltFreeCtxtExts' type='function'/> + <exports symbol='xsltExtShutdownFunction' type='function'/> <exports symbol='xsltUnregisterExtModule' type='function'/> @@ -56,15 +67,4 @@ <exports symbol='xsltUnregisterExtModule' type='function'/> - <exports symbol='xsltRegisterExtModuleFull' type='function'/> - <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/> - <exports symbol='xsltNewElemPreComp' type='function'/> - <exports symbol='xsltUnregisterExtModuleElement' type='function'/> - <exports symbol='xsltUnregisterExtModuleFunction' type='function'/> - <exports symbol='xsltCheckExtPrefix' type='function'/> - <exports symbol='xsltRegisterExtModule' type='function'/> - <exports symbol='xsltExtElementLookup' type='function'/> - <exports symbol='xsltRegisterExtModuleFunction' type='function'/> - <exports symbol='xsltRegisterExtPrefix' type='function'/> - <exports symbol='xsltExtShutdownFunction' type='function'/> </file> <file name='extra'> <summary>interface for the non-standard features</summary> @@ -86,4 +86,5 @@ <author>Daniel Veillard and Bjorn Reese <breese@users.sourceforge.net> </author> <exports symbol='XSLT_REGISTER_FUNCTION_LOOKUP' type='macro'/> <exports symbol='xsltXPathFunctionLookup' type='function'/> + <exports symbol='xsltRegisterAllFunctions' type='function'/> <exports symbol='xsltFunctionAvailableFunction' type='function'/> @@ -89,2 +90,3 @@ <exports symbol='xsltFunctionAvailableFunction' type='function'/> + <exports symbol='xsltKeyFunction' type='function'/> <exports symbol='xsltFormatNumberFunction' type='function'/> @@ -90,6 +92,4 @@ <exports symbol='xsltFormatNumberFunction' type='function'/> - <exports symbol='xsltRegisterAllFunctions' type='function'/> - <exports symbol='xsltKeyFunction' type='function'/> <exports symbol='xsltUnparsedEntityURIFunction' type='function'/> <exports symbol='xsltDocumentFunction' type='function'/> <exports symbol='xsltSystemPropertyFunction' type='function'/> @@ -102,4 +102,6 @@ <author>Daniel Veillard </author> <exports symbol='XSLT_GET_IMPORT_PTR' type='macro'/> <exports symbol='XSLT_GET_IMPORT_INT' type='macro'/> + <exports symbol='xsltNeedElemSpaceHandling' type='function'/> + <exports symbol='xsltParseStylesheetImport' type='function'/> <exports symbol='xsltFindTemplate' type='function'/> @@ -105,3 +107,4 @@ <exports symbol='xsltFindTemplate' type='function'/> + <exports symbol='xsltFindElemSpaceHandling' type='function'/> <exports symbol='xsltNextImport' type='function'/> <exports symbol='xsltParseStylesheetInclude' type='function'/> @@ -106,8 +109,5 @@ <exports symbol='xsltNextImport' type='function'/> <exports symbol='xsltParseStylesheetInclude' type='function'/> - <exports symbol='xsltNeedElemSpaceHandling' type='function'/> - <exports symbol='xsltFindElemSpaceHandling' type='function'/> - <exports symbol='xsltParseStylesheetImport' type='function'/> </file> <file name='keys'> <summary>interface for the key matching used in key() and template matches.</summary> @@ -125,4 +125,6 @@ <description>set of function easing the processing and generation of namespace nodes in XSLT. </description> <author>Daniel Veillard </author> <exports symbol='xsltFreeNamespaceAliasHashes' type='function'/> + <exports symbol='xsltGetSpecialNamespace' type='function'/> + <exports symbol='xsltCopyNamespaceList' type='function'/> <exports symbol='xsltCopyNamespace' type='function'/> @@ -128,3 +130,3 @@ <exports symbol='xsltCopyNamespace' type='function'/> - <exports symbol='xsltCopyNamespaceList' type='function'/> + <exports symbol='xsltNamespaceAlias' type='function'/> <exports symbol='xsltGetNamespace' type='function'/> @@ -130,6 +132,4 @@ <exports symbol='xsltGetNamespace' type='function'/> - <exports symbol='xsltGetSpecialNamespace' type='function'/> - <exports symbol='xsltNamespaceAlias' type='function'/> </file> <file name='numbersInternals'> <summary>Implementation of the XSLT number functions</summary> @@ -151,4 +151,5 @@ <exports symbol='xsltNormalizeCompSteps' type='function'/> <exports symbol='xsltAddTemplate' type='function'/> <exports symbol='xsltCompilePattern' type='function'/> + <exports symbol='xsltFreeCompMatchList' type='function'/> <exports symbol='xsltMatchPattern' type='function'/> @@ -154,3 +155,5 @@ <exports symbol='xsltMatchPattern' type='function'/> + <exports symbol='xsltFreeTemplateHashes' type='function'/> + <exports symbol='xsltCleanupTemplates' type='function'/> <exports symbol='xsltGetTemplate' type='function'/> <exports symbol='xsltTestCompMatchList' type='function'/> @@ -155,8 +158,5 @@ <exports symbol='xsltGetTemplate' type='function'/> <exports symbol='xsltTestCompMatchList' type='function'/> - <exports symbol='xsltFreeCompMatchList' type='function'/> - <exports symbol='xsltFreeTemplateHashes' type='function'/> - <exports symbol='xsltCleanupTemplates' type='function'/> </file> <file name='preproc'> <summary>precomputing stylesheets</summary> @@ -197,7 +197,7 @@ <description>This set of routine encapsulates XPath calls and Attribute Value Templates evaluation. </description> <author>Daniel Veillard </author> <exports symbol='xsltEvalStaticAttrValueTemplate' type='function'/> - <exports symbol='xsltAttrListTemplateProcess' type='function'/> + <exports symbol='xsltEvalAttrValueTemplate' type='function'/> <exports symbol='xsltEvalTemplateString' type='function'/> <exports symbol='xsltAttrTemplateValueProcess' type='function'/> <exports symbol='xsltAttrTemplateProcess' type='function'/> @@ -201,7 +201,7 @@ <exports symbol='xsltEvalTemplateString' type='function'/> <exports symbol='xsltAttrTemplateValueProcess' type='function'/> <exports symbol='xsltAttrTemplateProcess' type='function'/> - <exports symbol='xsltEvalAttrValueTemplate' type='function'/> + <exports symbol='xsltAttrListTemplateProcess' type='function'/> <exports symbol='xsltEvalXPathPredicate' type='function'/> <exports symbol='xsltAttrTemplateValueProcessNode' type='function'/> <exports symbol='xsltTemplateProcess' type='function'/> @@ -213,4 +213,5 @@ <description>This module implements the bulk of the actual</description> <author>Daniel Veillard </author> <exports symbol='xsltValueOf' type='function'/> + <exports symbol='xsltNumber' type='function'/> <exports symbol='xsltRegisterAllElement' type='function'/> @@ -216,2 +217,3 @@ <exports symbol='xsltRegisterAllElement' type='function'/> + <exports symbol='xsltRunStylesheetUser' type='function'/> <exports symbol='xsltSort' type='function'/> @@ -217,21 +219,7 @@ <exports symbol='xsltSort' type='function'/> - <exports symbol='xsltCopyOf' type='function'/> - <exports symbol='xsltApplyTemplates' type='function'/> - <exports symbol='xsltIf' type='function'/> - <exports symbol='xsltCallTemplate' type='function'/> - <exports symbol='xsltApplyStylesheet' type='function'/> - <exports symbol='xsltApplyStripSpaces' type='function'/> - <exports symbol='xsltSetXIncludeDefault' type='function'/> - <exports symbol='xsltFreeTransformContext' type='function'/> - <exports symbol='xsltRunStylesheet' type='function'/> - <exports symbol='xsltChoose' type='function'/> - <exports symbol='xsltCopyTextString' type='function'/> - <exports symbol='xsltText' type='function'/> - <exports symbol='xsltNumber' type='function'/> - <exports symbol='xsltRunStylesheetUser' type='function'/> <exports symbol='xsltNewTransformContext' type='function'/> <exports symbol='xsltGetXIncludeDefault' type='function'/> <exports symbol='xsltApplyOneTemplate' type='function'/> <exports symbol='xslHandleDebugger' type='function'/> <exports symbol='xsltCopy' type='function'/> <exports symbol='xsltDocumentElem' type='function'/> @@ -232,7 +220,16 @@ <exports symbol='xsltNewTransformContext' type='function'/> <exports symbol='xsltGetXIncludeDefault' type='function'/> <exports symbol='xsltApplyOneTemplate' type='function'/> <exports symbol='xslHandleDebugger' type='function'/> <exports symbol='xsltCopy' type='function'/> <exports symbol='xsltDocumentElem' type='function'/> + <exports symbol='xsltApplyTemplates' type='function'/> + <exports symbol='xsltApplyImports' type='function'/> + <exports symbol='xsltIf' type='function'/> + <exports symbol='xsltCallTemplate' type='function'/> + <exports symbol='xsltApplyStylesheet' type='function'/> + <exports symbol='xsltApplyStripSpaces' type='function'/> + <exports symbol='xsltSetXIncludeDefault' type='function'/> + <exports symbol='xsltCopyOf' type='function'/> + <exports symbol='xsltFreeTransformContext' type='function'/> <exports symbol='xsltAttribute' type='function'/> @@ -238,5 +235,7 @@ <exports symbol='xsltAttribute' type='function'/> - <exports symbol='xsltApplyImports' type='function'/> + <exports symbol='xsltRunStylesheet' type='function'/> + <exports symbol='xsltChoose' type='function'/> + <exports symbol='xsltCopyTextString' type='function'/> <exports symbol='xsltElement' type='function'/> <exports symbol='xsltProfileStylesheet' type='function'/> <exports symbol='xsltForEach' type='function'/> @@ -240,6 +239,7 @@ <exports symbol='xsltElement' type='function'/> <exports symbol='xsltProfileStylesheet' type='function'/> <exports symbol='xsltForEach' type='function'/> + <exports symbol='xsltText' type='function'/> <exports symbol='xsltApplyStylesheetUser' type='function'/> <exports symbol='xsltProcessingInstruction' type='function'/> <exports symbol='xsltComment' type='function'/> @@ -252,8 +252,8 @@ <exports symbol='xsltFreeGlobalVariables' type='function'/> <exports symbol='xsltQuoteUserParams' type='function'/> <exports symbol='xsltXPathVariableLookup' type='function'/> - <exports symbol='xsltEvalUserParams' type='function'/> + <exports symbol='xsltParseGlobalParam' type='function'/> <exports symbol='xsltParseStylesheetCallerParam' type='function'/> <exports symbol='xsltAddStackElemList' type='function'/> <exports symbol='xsltParseGlobalVariable' type='function'/> <exports symbol='xsltQuoteOneUserParam' type='function'/> @@ -256,8 +256,8 @@ <exports symbol='xsltParseStylesheetCallerParam' type='function'/> <exports symbol='xsltAddStackElemList' type='function'/> <exports symbol='xsltParseGlobalVariable' type='function'/> <exports symbol='xsltQuoteOneUserParam' type='function'/> - <exports symbol='xsltParseGlobalParam' type='function'/> + <exports symbol='xsltEvalUserParams' type='function'/> <exports symbol='xsltParseStylesheetVariable' type='function'/> <exports symbol='xsltEvalGlobalVariables' type='function'/> <exports symbol='xsltEvalOneUserParam' type='function'/> @@ -285,6 +285,9 @@ <author>Daniel Veillard </author> <exports symbol='CHECK_STOPPED0' type='macro'/> <exports symbol='XSLT_PAT_NO_PRIORITY' type='macro'/> + <exports symbol='XSLT_MAX_SORT' type='macro'/> + <exports symbol='XSLT_RUNTIME_EXTRA' type='macro'/> + <exports symbol='CHECK_STOPPEDE' type='macro'/> <exports symbol='CHECK_STOPPED' type='macro'/> <exports symbol='XSLT_RUNTIME_EXTRA_LST' type='macro'/> <exports symbol='XSLT_RUNTIME_EXTRA_FREE' type='macro'/> @@ -288,7 +291,4 @@ <exports symbol='CHECK_STOPPED' type='macro'/> <exports symbol='XSLT_RUNTIME_EXTRA_LST' type='macro'/> <exports symbol='XSLT_RUNTIME_EXTRA_FREE' type='macro'/> - <exports symbol='XSLT_MAX_SORT' type='macro'/> - <exports symbol='XSLT_RUNTIME_EXTRA' type='macro'/> - <exports symbol='CHECK_STOPPEDE' type='macro'/> <exports symbol='XSLT_FUNC_ELEMENT' type='enum'/> @@ -294,3 +294,5 @@ <exports symbol='XSLT_FUNC_ELEMENT' type='enum'/> + <exports symbol='XSLT_FUNC_WHEN' type='enum'/> + <exports symbol='XSLT_FUNC_APPLYIMPORTS' type='enum'/> <exports symbol='XSLT_FUNC_VALUEOF' type='enum'/> <exports symbol='XSLT_FUNC_WITHPARAM' type='enum'/> @@ -295,3 +297,4 @@ <exports symbol='XSLT_FUNC_VALUEOF' type='enum'/> <exports symbol='XSLT_FUNC_WITHPARAM' type='enum'/> + <exports symbol='XSLT_FUNC_COPY' type='enum'/> <exports symbol='XSLT_OUTPUT_XML' type='enum'/> @@ -297,5 +300,6 @@ <exports symbol='XSLT_OUTPUT_XML' type='enum'/> + <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/> <exports symbol='XSLT_STATE_ERROR' type='enum'/> <exports symbol='XSLT_OUTPUT_HTML' type='enum'/> <exports symbol='XSLT_OUTPUT_TEXT' type='enum'/> <exports symbol='XSLT_STATE_OK' type='enum'/> @@ -298,5 +302,7 @@ <exports symbol='XSLT_STATE_ERROR' type='enum'/> <exports symbol='XSLT_OUTPUT_HTML' type='enum'/> <exports symbol='XSLT_OUTPUT_TEXT' type='enum'/> <exports symbol='XSLT_STATE_OK' type='enum'/> + <exports symbol='XSLT_FUNC_COPYOF' type='enum'/> + <exports symbol='XSLT_FUNC_PARAM' type='enum'/> <exports symbol='XSLT_FUNC_FOREACH' type='enum'/> @@ -302,3 +308,5 @@ <exports symbol='XSLT_FUNC_FOREACH' type='enum'/> + <exports symbol='XSLT_FUNC_COMMENT' type='enum'/> + <exports symbol='XSLT_FUNC_DOCUMENT' type='enum'/> <exports symbol='XSLT_FUNC_CHOOSE' type='enum'/> <exports symbol='XSLT_FUNC_SORT' type='enum'/> @@ -303,3 +311,6 @@ <exports symbol='XSLT_FUNC_CHOOSE' type='enum'/> <exports symbol='XSLT_FUNC_SORT' type='enum'/> + <exports symbol='XSLT_FUNC_IF' type='enum'/> + <exports symbol='XSLT_FUNC_PI' type='enum'/> + <exports symbol='XSLT_FUNC_TEXT' type='enum'/> <exports symbol='XSLT_STATE_STOPPED' type='enum'/> @@ -305,4 +316,5 @@ <exports symbol='XSLT_STATE_STOPPED' type='enum'/> + <exports symbol='XSLT_FUNC_VARIABLE' type='enum'/> <exports symbol='XSLT_FUNC_NUMBER' type='enum'/> <exports symbol='XSLT_FUNC_ATTRIBUTE' type='enum'/> <exports symbol='XSLT_FUNC_APPLYTEMPLATES' type='enum'/> @@ -306,18 +318,6 @@ <exports symbol='XSLT_FUNC_NUMBER' type='enum'/> <exports symbol='XSLT_FUNC_ATTRIBUTE' type='enum'/> <exports symbol='XSLT_FUNC_APPLYTEMPLATES' type='enum'/> - <exports symbol='XSLT_FUNC_WHEN' type='enum'/> - <exports symbol='XSLT_FUNC_APPLYIMPORTS' type='enum'/> - <exports symbol='XSLT_FUNC_COPY' type='enum'/> - <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/> - <exports symbol='XSLT_FUNC_COPYOF' type='enum'/> - <exports symbol='XSLT_FUNC_PARAM' type='enum'/> - <exports symbol='XSLT_FUNC_COMMENT' type='enum'/> - <exports symbol='XSLT_FUNC_DOCUMENT' type='enum'/> - <exports symbol='XSLT_FUNC_IF' type='enum'/> - <exports symbol='XSLT_FUNC_PI' type='enum'/> - <exports symbol='XSLT_FUNC_TEXT' type='enum'/> - <exports symbol='XSLT_FUNC_VARIABLE' type='enum'/> <exports symbol='XSLT_FUNC_CALLTEMPLATE' type='enum'/> <exports symbol='xsltStylePreComp' type='typedef'/> <exports symbol='xsltRuntimeExtra' type='typedef'/> @@ -340,6 +340,7 @@ <exports symbol='xsltTemplate' type='typedef'/> <exports symbol='xsltStackElem' type='typedef'/> <exports symbol='xsltStackElemPtr' type='typedef'/> + <exports symbol='_xsltStylePreComp' type='struct'/> <exports symbol='_xsltStackElem' type='struct'/> <exports symbol='_xsltTransformContext' type='struct'/> <exports symbol='_xsltElemPreComp' type='struct'/> @@ -343,8 +344,6 @@ <exports symbol='_xsltStackElem' type='struct'/> <exports symbol='_xsltTransformContext' type='struct'/> <exports symbol='_xsltElemPreComp' type='struct'/> - <exports symbol='_xsltRuntimeExtra' type='struct'/> - <exports symbol='_xsltStylePreComp' type='struct'/> <exports symbol='_xsltDecimalFormat' type='struct'/> <exports symbol='_xsltTemplate' type='struct'/> <exports symbol='_xsltDocument' type='struct'/> @@ -348,4 +347,5 @@ <exports symbol='_xsltDecimalFormat' type='struct'/> <exports symbol='_xsltTemplate' type='struct'/> <exports symbol='_xsltDocument' type='struct'/> + <exports symbol='_xsltRuntimeExtra' type='struct'/> <exports symbol='_xsltStylesheet' type='struct'/> @@ -351,5 +351,6 @@ <exports symbol='_xsltStylesheet' type='struct'/> + <exports symbol='xsltNumberFormat' type='function'/> <exports symbol='xsltElemPreCompDeallocator' type='function'/> <exports symbol='xsltRegisterPersistRVT' type='function'/> <exports symbol='xsltParseStylesheetImportedDoc' type='function'/> <exports symbol='xsltFreeStackElemList' type='function'/> @@ -352,5 +353,6 @@ <exports symbol='xsltElemPreCompDeallocator' type='function'/> <exports symbol='xsltRegisterPersistRVT' type='function'/> <exports symbol='xsltParseStylesheetImportedDoc' type='function'/> <exports symbol='xsltFreeStackElemList' type='function'/> + <exports symbol='xsltCompileAttr' type='function'/> <exports symbol='xsltAllocateExtra' type='function'/> @@ -356,2 +358,4 @@ <exports symbol='xsltAllocateExtra' type='function'/> + <exports symbol='xsltFreeAVTList' type='function'/> + <exports symbol='xsltFreeRVTs' type='function'/> <exports symbol='xsltRegisterTmpRVT' type='function'/> @@ -357,2 +361,3 @@ <exports symbol='xsltRegisterTmpRVT' type='function'/> + <exports symbol='xsltAllocateExtraCtxt' type='function'/> <exports symbol='xsltIsBlank' type='function'/> @@ -358,2 +363,5 @@ <exports symbol='xsltIsBlank' type='function'/> + <exports symbol='xsltSortFunc' type='function'/> + <exports symbol='xsltParseTemplateContent' type='function'/> + <exports symbol='xsltNewStylesheet' type='function'/> <exports symbol='xsltFormatNumberConversion' type='function'/> @@ -359,6 +367,11 @@ <exports symbol='xsltFormatNumberConversion' type='function'/> - <exports symbol='xsltSortFunc' type='function'/> + <exports symbol='xsltDecimalFormatGetByName' type='function'/> + <exports symbol='xsltTransformFunction' type='function'/> + <exports symbol='xsltParseStylesheetFile' type='function'/> + <exports symbol='xsltParseStylesheetDoc' type='function'/> + <exports symbol='xsltLoadStylesheetPI' type='function'/> + <exports symbol='xsltEvalAVT' type='function'/> <exports symbol='xsltFreeStylesheet' type='function'/> <exports symbol='xsltCreateRVT' type='function'/> <exports symbol='xsltParseStylesheetProcess' type='function'/> <exports symbol='xsltParseStylesheetOutput' type='function'/> @@ -361,20 +374,7 @@ <exports symbol='xsltFreeStylesheet' type='function'/> <exports symbol='xsltCreateRVT' type='function'/> <exports symbol='xsltParseStylesheetProcess' type='function'/> <exports symbol='xsltParseStylesheetOutput' type='function'/> - <exports symbol='xsltCompileAttr' type='function'/> - <exports symbol='xsltNumberFormat' type='function'/> - <exports symbol='xsltFreeRVTs' type='function'/> - <exports symbol='xsltFreeAVTList' type='function'/> - <exports symbol='xsltAllocateExtraCtxt' type='function'/> - <exports symbol='xsltParseTemplateContent' type='function'/> - <exports symbol='xsltNewStylesheet' type='function'/> - <exports symbol='xsltDecimalFormatGetByName' type='function'/> - <exports symbol='xsltTransformFunction' type='function'/> - <exports symbol='xsltParseStylesheetFile' type='function'/> - <exports symbol='xsltParseStylesheetDoc' type='function'/> - <exports symbol='xsltEvalAVT' type='function'/> - <exports symbol='xsltLoadStylesheetPI' type='function'/> </file> <file name='xsltexports'> <summary>macros for marking symbols as exportable/importable.</summary> @@ -392,4 +392,5 @@ <author>Daniel Veillard </author> <exports symbol='IS_XSLT_REAL_NODE' type='macro'/> <exports symbol='IS_XSLT_ELEM' type='macro'/> + <exports symbol='XSLT_TRACE' type='macro'/> <exports symbol='IS_XSLT_NAME' type='macro'/> @@ -395,3 +396,3 @@ <exports symbol='IS_XSLT_NAME' type='macro'/> - <exports symbol='XSLT_TODO' type='macro'/> + <exports symbol='XSLT_TIMESTAMP_TICS_PER_SEC' type='macro'/> <exports symbol='XSLT_STRANGE' type='macro'/> @@ -397,4 +398,4 @@ <exports symbol='XSLT_STRANGE' type='macro'/> - <exports symbol='XSLT_TIMESTAMP_TICS_PER_SEC' type='macro'/> - <exports symbol='XSLT_TRACE' type='macro'/> + <exports symbol='XSLT_TODO' type='macro'/> + <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/> <exports symbol='XSLT_TRACE_KEYS' type='enum'/> @@ -400,6 +401,10 @@ <exports symbol='XSLT_TRACE_KEYS' type='enum'/> + <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/> + <exports symbol='XSLT_DEBUG_CONT' type='enum'/> + <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/> + <exports symbol='XSLT_DEBUG_STEP' type='enum'/> <exports symbol='XSLT_DEBUG_NEXT' type='enum'/> <exports symbol='XSLT_TRACE_COPY_OF' type='enum'/> <exports symbol='XSLT_TRACE_FOR_EACH' type='enum'/> <exports symbol='XSLT_DEBUG_STEPOUT' type='enum'/> <exports symbol='XSLT_DEBUG_RUN' type='enum'/> @@ -401,6 +406,8 @@ <exports symbol='XSLT_DEBUG_NEXT' type='enum'/> <exports symbol='XSLT_TRACE_COPY_OF' type='enum'/> <exports symbol='XSLT_TRACE_FOR_EACH' type='enum'/> <exports symbol='XSLT_DEBUG_STEPOUT' type='enum'/> <exports symbol='XSLT_DEBUG_RUN' type='enum'/> + <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/> + <exports symbol='XSLT_DEBUG_STOP' type='enum'/> <exports symbol='XSLT_TRACE_APPLY_TEMPLATES' type='enum'/> @@ -406,3 +413,4 @@ <exports symbol='XSLT_TRACE_APPLY_TEMPLATES' type='enum'/> + <exports symbol='XSLT_TRACE_COPY' type='enum'/> <exports symbol='XSLT_TRACE_CHOOSE' type='enum'/> <exports symbol='XSLT_DEBUG_INIT' type='enum'/> @@ -407,3 +415,4 @@ <exports symbol='XSLT_TRACE_CHOOSE' type='enum'/> <exports symbol='XSLT_DEBUG_INIT' type='enum'/> + <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/> <exports symbol='XSLT_DEBUG_RUN_RESTART' type='enum'/> @@ -409,2 +418,3 @@ <exports symbol='XSLT_DEBUG_RUN_RESTART' type='enum'/> + <exports symbol='XSLT_TRACE_NONE' type='enum'/> <exports symbol='XSLT_TRACE_ALL' type='enum'/> @@ -410,18 +420,6 @@ <exports symbol='XSLT_TRACE_ALL' type='enum'/> - <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/> - <exports symbol='XSLT_TRACE_IF' type='enum'/> - <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/> - <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/> - <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/> - <exports symbol='XSLT_DEBUG_CONT' type='enum'/> - <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/> - <exports symbol='XSLT_DEBUG_STEP' type='enum'/> - <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/> - <exports symbol='XSLT_DEBUG_STOP' type='enum'/> - <exports symbol='XSLT_TRACE_COPY' type='enum'/> - <exports symbol='XSLT_TRACE_NONE' type='enum'/> <exports symbol='XSLT_DEBUG_NONE' type='enum'/> <exports symbol='XSLT_TRACE_PI' type='enum'/> <exports symbol='XSLT_TRACE_COMMENT' type='enum'/> <exports symbol='XSLT_TRACE_VARIABLES' type='enum'/> <exports symbol='XSLT_DEBUG_QUIT' type='enum'/> @@ -423,8 +421,10 @@ <exports symbol='XSLT_DEBUG_NONE' type='enum'/> <exports symbol='XSLT_TRACE_PI' type='enum'/> <exports symbol='XSLT_TRACE_COMMENT' type='enum'/> <exports symbol='XSLT_TRACE_VARIABLES' type='enum'/> <exports symbol='XSLT_DEBUG_QUIT' type='enum'/> + <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/> + <exports symbol='XSLT_TRACE_IF' type='enum'/> <exports symbol='XSLT_TRACE_TEMPLATES' type='enum'/> <exports symbol='xsltDebugTraceCodes' type='typedef'/> <exports symbol='xsltDebugStatusCodes' type='typedef'/> @@ -433,4 +433,5 @@ <exports symbol='xsltGenericErrorContext' type='variable'/> <exports symbol='xslDebugStatus' type='variable'/> <exports symbol='xsltGenericDebugContext' type='variable'/> + <exports symbol='xsltTimestamp' type='function'/> <exports symbol='xsltSaveResultToFile' type='function'/> @@ -436,5 +437,7 @@ <exports symbol='xsltSaveResultToFile' type='function'/> + <exports symbol='xsltXPathCompile' type='function'/> + <exports symbol='xsltSetTransformErrorFunc' type='function'/> <exports symbol='xsltSetGenericErrorFunc' type='function'/> <exports symbol='xsltSetDebuggerCallbacks' type='function'/> <exports symbol='xsltSaveResultTo' type='function'/> <exports symbol='xsltTransformError' type='function'/> @@ -437,7 +440,12 @@ <exports symbol='xsltSetGenericErrorFunc' type='function'/> <exports symbol='xsltSetDebuggerCallbacks' type='function'/> <exports symbol='xsltSaveResultTo' type='function'/> <exports symbol='xsltTransformError' type='function'/> - <exports symbol='xslAddCall' type='function'/> + <exports symbol='xsltSetGenericDebugFunc' type='function'/> + <exports symbol='xsltDebugSetDefaultTrace' type='function'/> + <exports symbol='xsltDropCallCallback' type='function'/> + <exports symbol='xsltSetCtxtParseOptions' type='function'/> + <exports symbol='xsltComputeSortResult' type='function'/> + <exports symbol='xsltSetSortFunc' type='function'/> <exports symbol='xsltDocumentSortFunction' type='function'/> <exports symbol='xsltGetQNameURI2' type='function'/> @@ -442,9 +450,10 @@ <exports symbol='xsltDocumentSortFunction' type='function'/> <exports symbol='xsltGetQNameURI2' type='function'/> - <exports symbol='xsltComputeSortResult' type='function'/> + <exports symbol='xslAddCall' type='function'/> + <exports symbol='xsltGetDebuggerStatus' type='function'/> <exports symbol='xsltPrintErrorContext' type='function'/> <exports symbol='xsltGetUTF8Char' type='function'/> <exports symbol='xsltDefaultSortFunction' type='function'/> <exports symbol='xsltSaveResultToFd' type='function'/> <exports symbol='xsltSetCtxtSortFunc' type='function'/> <exports symbol='xsltGetNsProp' type='function'/> @@ -445,9 +454,10 @@ <exports symbol='xsltPrintErrorContext' type='function'/> <exports symbol='xsltGetUTF8Char' type='function'/> <exports symbol='xsltDefaultSortFunction' type='function'/> <exports symbol='xsltSaveResultToFd' type='function'/> <exports symbol='xsltSetCtxtSortFunc' type='function'/> <exports symbol='xsltGetNsProp' type='function'/> + <exports symbol='xsltSaveResultToFilename' type='function'/> <exports symbol='xsltGetCNsProp' type='function'/> <exports symbol='xsltGetQNameURI' type='function'/> <exports symbol='xsltAddCallCallback' type='function'/> @@ -451,6 +461,7 @@ <exports symbol='xsltGetCNsProp' type='function'/> <exports symbol='xsltGetQNameURI' type='function'/> <exports symbol='xsltAddCallCallback' type='function'/> + <exports symbol='xsltSetDebuggerStatus' type='function'/> <exports symbol='xsltCalibrateAdjust' type='function'/> <exports symbol='xsltSaveProfiling' type='function'/> <exports symbol='xsltSaveResultToString' type='function'/> @@ -454,7 +465,8 @@ <exports symbol='xsltCalibrateAdjust' type='function'/> <exports symbol='xsltSaveProfiling' type='function'/> <exports symbol='xsltSaveResultToString' type='function'/> + <exports symbol='xsltHandleDebuggerCallback' type='function'/> <exports symbol='xsltSplitQName' type='function'/> <exports symbol='xsltDoSortFunction' type='function'/> <exports symbol='xsltDebugGetDefaultTrace' type='function'/> <exports symbol='xsltMessage' type='function'/> @@ -457,13 +469,5 @@ <exports symbol='xsltSplitQName' type='function'/> <exports symbol='xsltDoSortFunction' type='function'/> <exports symbol='xsltDebugGetDefaultTrace' type='function'/> <exports symbol='xsltMessage' type='function'/> - <exports symbol='xsltGetDebuggerStatus' type='function'/> - <exports symbol='xsltTimestamp' type='function'/> - <exports symbol='xsltSetTransformErrorFunc' type='function'/> - <exports symbol='xsltXPathCompile' type='function'/> - <exports symbol='xsltDebugSetDefaultTrace' type='function'/> - <exports symbol='xsltSetGenericDebugFunc' type='function'/> - <exports symbol='xsltSetCtxtParseOptions' type='function'/> - <exports symbol='xsltSetDebuggerStatus' type='function'/> <exports symbol='xslDropCall' type='function'/> @@ -469,8 +473,4 @@ <exports symbol='xslDropCall' type='function'/> - <exports symbol='xsltSetSortFunc' type='function'/> - <exports symbol='xsltHandleDebuggerCallback' type='function'/> - <exports symbol='xsltSaveResultToFilename' type='function'/> - <exports symbol='xsltDropCallCallback' type='function'/> <exports symbol='xsltGetProfileInformation' type='function'/> </file> </files> diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_ZG9jL2xpYnhzbHQueHNh..242712b6f8ef383551fa78a5ec48e2a3840c94e7_ZG9jL2xpYnhzbHQueHNh 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,6 +8,6 @@ </vendor> <product id="libxslt"> <name>libxslt</name> - <version>1.1.4</version> - <last-release> Feb 23 2004</last-release> + <version>1.1.5</version> + <last-release> Mar 23 2004</last-release> <info-url>http://xmlsoft.org/XSLT/</info-url> @@ -13,8 +13,13 @@ <info-url>http://xmlsoft.org/XSLT/</info-url> - <changes> - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with - Yelp, extension problem - - display extension modules (Steve Little) - - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy) + <changes> - performance: use dictionnary lookup for variables + - remove use of _private from source documents + - cleanup of "make tests" output + - bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change. </changes> </product> diff --git a/doc/news.html b/doc/news.html index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_ZG9jL25ld3MuaHRtbA==..242712b6f8ef383551fa78a5ec48e2a3840c94e7_ZG9jL25ld3MuaHRtbA== 100644 --- a/doc/news.html +++ b/doc/news.html @@ -8,7 +8,16 @@ H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } </style><title>News</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C logo" /></a><a href="http://www.redhat.com"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>News</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file -for a really accurate description</h3><h3>1.1.4: Feb 23 2004</h3><ul><li>bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with +for a really accurate description</h3><h3>1.1.5: Mar 23 2004</h3><ul><li>performance: use dictionnary lookup for variables</li> + <li>remove use of _private from source documents</li> + <li>cleanup of "make tests" output</li> + <li>bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change.</li> +</ul><h3>1.1.4: Feb 23 2004</h3><ul><li>bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with Yelp, extension problem</li> <li>display extension modules (Steve Little)</li> <li>Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)</li> diff --git a/doc/xslt.html b/doc/xslt.html index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_ZG9jL3hzbHQuaHRtbA==..242712b6f8ef383551fa78a5ec48e2a3840c94e7_ZG9jL3hzbHQuaHRtbA== 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -291,6 +291,19 @@ href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> +<h3>1.1.5: Mar 23 2004</h3> +<ul> + <li>performance: use dictionnary lookup for variables</li> + <li>remove use of _private from source documents</li> + <li>cleanup of "make tests" output</li> + <li>bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change.</li> +</ul> + <h3>1.1.4: Feb 23 2004</h3> <ul> <li>bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_bGlieHNsdC94c2x0d2luMzJjb25maWcuaA==..242712b6f8ef383551fa78a5ec48e2a3840c94e7_bGlieHNsdC94c2x0d2luMzJjb25maWcuaA== 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -23,10 +23,10 @@ * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.1.4" +#define LIBXSLT_DOTTED_VERSION "1.1.5" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ @@ -27,13 +27,13 @@ /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10104 +#define LIBXSLT_VERSION 10105 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ @@ -34,10 +34,10 @@ /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10104" +#define LIBXSLT_VERSION_STRING "10105" /** * WITH_XSLT_DEBUG: diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index 49e1a2a97c19d801bc09dc4a731bf19a4cc211d2_dGVzdHMvbmFtZXNwYWNlcy9NYWtlZmlsZS5hbQ==..242712b6f8ef383551fa78a5ec48e2a3840c94e7_dGVzdHMvbmFtZXNwYWNlcy9NYWtlZmlsZS5hbQ== 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/Makefile.am @@ -9,8 +9,8 @@ tst.xml tst.xsl tst.out \ tst2.xml tst2.xsl tst2.out \ tst3.xml tst3.xsl tst3.out \ - tst4.xml tst4.xsl tst4.out \ - tst5.xml tst5.xsl tst5.out + tst4.xml tst4.xsl tst4.out +# tst5.xml tst5.xsl tst5.out all: