diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-10-26 13:32:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-10-26 13:32:42 +0000 |
commit | 951beb01d47c23b137180086456328112e672586 (patch) | |
tree | 107a04f466ec81a43fc166743947b82cb55c966f /win32 | |
parent | 1ead9ea8c6a52f794722d7ff79e7f019e3d5fd4a (diff) | |
download | libxslt-951beb01d47c23b137180086456328112e672586.tar.gz libxslt-951beb01d47c23b137180086456328112e672586.tar.bz2 libxslt-951beb01d47c23b137180086456328112e672586.zip |
preparing release of libxslt-1.1.18, this bumps libxml2 requirement to
* NEWS configure.in doc//*: preparing release of libxslt-1.1.18,
this bumps libxml2 requirement to 1.6.27
* libexslt/date.c libxslt/namespaces.h libxslt/xslt.c
libxslt/xsltInternals.h: cosmetic cleanups to restore the
API extraction
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libxslt.def.src | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/win32/libxslt.def.src b/win32/libxslt.def.src index eca965c4..897c009d 100644 --- a/win32/libxslt.def.src +++ b/win32/libxslt.def.src @@ -1,6 +1,7 @@ LIBRARY libxslt EXPORTS xslDebugStatus DATA +xsltConstNamespaceNameXSLT DATA xsltDocDefaultLoader DATA xsltEngineVersion DATA xsltExtMarker DATA @@ -11,6 +12,7 @@ xsltGenericErrorContext DATA xsltLibxmlVersion DATA xsltLibxsltVersion DATA xsltMaxDepth DATA +xsltXSLTAttrMarker DATA xslAddCall xslDropCall xslHandleDebugger @@ -78,6 +80,8 @@ xsltExtModuleElementLookup xsltExtModuleElementPreComputeLookup xsltExtModuleFunctionLookup xsltExtModuleTopLevelLookup +xsltExtensionInstructionResultFinalize +xsltExtensionInstructionResultRegister xsltFindDocument xsltFindElemSpaceHandling xsltFindTemplate @@ -123,7 +127,9 @@ xsltGetTemplate xsltGetUTF8Char xsltGetXIncludeDefault xsltIf +xsltInit xsltInitCtxtExts +xsltInitCtxtKey xsltInitCtxtKeys xsltInitElemPreComp xsltIsBlank @@ -145,8 +151,10 @@ xsltNextImport xsltNormalizeCompSteps xsltNumber xsltNumberFormat +xsltParseAnyXSLTElem xsltParseGlobalParam xsltParseGlobalVariable +xsltParseSequenceConstructor xsltParseStylesheetAttributeSet xsltParseStylesheetCallerParam xsltParseStylesheetDoc @@ -159,6 +167,10 @@ xsltParseStylesheetParam xsltParseStylesheetProcess xsltParseStylesheetVariable xsltParseTemplateContent +xsltPointerListAddSize +xsltPointerListClear +xsltPointerListCreate +xsltPointerListFree xsltPreComputeExtModuleElement xsltPrintErrorContext xsltProcessingInstruction @@ -177,10 +189,13 @@ xsltRegisterExtModuleFunction xsltRegisterExtModuleTopLevel xsltRegisterExtPrefix xsltRegisterExtras +xsltRegisterLocalRVT xsltRegisterPersistRVT xsltRegisterTestModule xsltRegisterTmpRVT +xsltReleaseRVT xsltResolveStylesheetAttributeSet +xsltRestoreDocumentNamespaces xsltRunStylesheet xsltRunStylesheetUser xsltSaveProfiling @@ -210,12 +225,16 @@ xsltSort xsltSplitQName xsltStyleGetExtData xsltStylePreCompute +xsltStyleStylesheetLevelGetExtData xsltSystemPropertyFunction xsltTemplateProcess xsltTestCompMatchList xsltText xsltTimestamp +xsltTransStorageAdd +xsltTransStorageRemove xsltTransformError +xsltUninit xsltUnparsedEntityURIFunction xsltUnregisterExtModule xsltUnregisterExtModuleElement |