1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Release of libxslt 1.1.28

* configure.in: updated
* doc/libxslt-api.xml doc/libxslt-refs.xml libxslt/libxslt.syms
  libxslt/xsltwin32config.h win32/libxslt.def.src doc/*.html:
  regenerated
This commit is contained in:
Daniel Veillard
2012-11-21 15:22:59 +08:00
parent 9382efe026
commit 195f644cf7
11 changed files with 8 additions and 51 deletions

View File

@ -523,7 +523,6 @@
<exports symbol='xsltRegisterPersistRVT' type='function'/>
<exports symbol='xsltParseStylesheetImportedDoc' type='function'/>
<exports symbol='xsltFreeStackElemList' type='function'/>
<exports symbol='xsltTransStorageAdd' type='function'/>
<exports symbol='xsltAllocateExtra' type='function'/>
<exports symbol='xsltParseSequenceConstructor' type='function'/>
<exports symbol='xsltRegisterTmpRVT' type='function'/>
@ -547,7 +546,6 @@
<exports symbol='xsltFreeRVTs' type='function'/>
<exports symbol='xsltExtensionInstructionResultRegister' type='function'/>
<exports symbol='xsltPointerListCreate' type='function'/>
<exports symbol='xsltTransStorageRemove' type='function'/>
<exports symbol='xsltFreeAVTList' type='function'/>
<exports symbol='xsltAllocateExtraCtxt' type='function'/>
<exports symbol='xsltParseTemplateContent' type='function'/>
@ -3102,19 +3100,6 @@ exits'/>
<arg name='style' type='xsltStylesheetPtr' info=''/>
<arg name='inst' type='xmlNodePtr' info=''/>
</functype>
<function name='xsltTransStorageAdd' file='xsltInternals'>
<info></info>
<return type='int' info=''/>
<arg name='ctxt' type='xsltTransformContextPtr' info=''/>
<arg name='id' type='void *' info=''/>
<arg name='data' type='void *' info=''/>
</function>
<function name='xsltTransStorageRemove' file='xsltInternals'>
<info></info>
<return type='void *' info=''/>
<arg name='ctxt' type='xsltTransformContextPtr' info=''/>
<arg name='id' type='void *' info=''/>
</function>
<function name='xsltTransformError' file='xsltutils'>
<info>Display and format an error messages, gives file, line, position and extra parameters, will use the specific transformation context if available</info>
<return type='void'/>