1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-06 23:49:25 +03:00

exported new functions

This commit is contained in:
Igor Zlatkovic
2002-11-23 21:47:56 +00:00
parent 645c2e421a
commit 96120c9a8a

View File

@@ -24,6 +24,7 @@ EXPORTS
xsltParseStylesheetAttributeSet xsltParseStylesheetAttributeSet
xsltFreeAttributeSetsHashes xsltFreeAttributeSetsHashes
xsltApplyAttributeSet xsltApplyAttributeSet
xsltResolveStylesheetAttributeSet
/* documents.h /* documents.h
@@ -293,7 +294,7 @@ EXPORTS
xsltAllocateExtraCtxt xsltAllocateExtraCtxt
/* xsltInternals.h /* xsltutils.h
--------------------------------------------------------------------- */ --------------------------------------------------------------------- */
/* Our own version of namespaced atributes lookup. */ /* Our own version of namespaced atributes lookup. */
xsltGetNsProp xsltGetNsProp
@@ -307,6 +308,8 @@ EXPORTS
xsltMessage xsltMessage
xsltSetGenericErrorFunc xsltSetGenericErrorFunc
xsltSetGenericDebugFunc xsltSetGenericDebugFunc
xsltSetTransformErrorFunc
xsltTransformError
/* Sorting. */ /* Sorting. */
xsltDocumentSortFunction xsltDocumentSortFunction
@@ -320,6 +323,7 @@ EXPORTS
xsltSaveResultToFilename xsltSaveResultToFilename
xsltSaveResultToFile xsltSaveResultToFile
xsltSaveResultToFd xsltSaveResultToFd
xsltSaveResultToString
/* Profiling. */ /* Profiling. */
xsltSaveProfiling xsltSaveProfiling