diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-26 09:39:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-26 09:39:37 +0000 |
commit | f3d58b45dd028fd44e8b3e6af332985961d0af5f (patch) | |
tree | 463895b411948d660f8d79389ede35211f7ce635 /win32 | |
parent | 87f6c78258db59b0c55e714f7c26601b85f02cd1 (diff) | |
download | libxslt-f3d58b45dd028fd44e8b3e6af332985961d0af5f.tar.gz libxslt-f3d58b45dd028fd44e8b3e6af332985961d0af5f.tar.bz2 libxslt-f3d58b45dd028fd44e8b3e6af332985961d0af5f.zip |
applied Igor patches for Win32 changed the site stylesheet a bit Daniel
* win32/dsp/libxslt.def libxslt/xslt.h: applied Igor patches
for Win32
* doc/*.html doc/site.xsl: changed the site stylesheet a bit
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/dsp/libxslt.def | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/dsp/libxslt.def b/win32/dsp/libxslt.def index 66184279..aa254b95 100644 --- a/win32/dsp/libxslt.def +++ b/win32/dsp/libxslt.def @@ -26,7 +26,6 @@ EXPORTS xsltNewStyleDocument
xsltFreeStyleDocuments
-
xsltRegisterExtPrefix
xsltCheckExtPrefix
xsltRegisterExtFunction
@@ -39,7 +38,6 @@ EXPORTS xsltUnregisterExtModule
xsltRegisterExtModule
-
xsltDocumentFunction
xsltKeyFunction
xsltUnparsedEntityURIFunction
@@ -139,7 +137,7 @@ EXPORTS xsltSetXIncludeDefault
xsltLibxmlVersion
xsltLibxsltVersion
- xsltEngineVersion
+ xsltEngineVersion DATA
xsltRunStylesheet
xsltLoadStylesheetPI
|