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

preparing release 2.0.24 small update updated the news, rebuilt the APIs

* configure.in: preparing release 2.0.24
* libxslt.spec.in: small update
* doc/*: updated the news, rebuilt the APIs descriptions
Daniel
This commit is contained in:
Daniel Veillard
2003-01-14 15:28:23 +00:00
parent 66cea913b7
commit aaf8d3ad67
8 changed files with 58 additions and 5 deletions

View File

@ -207,6 +207,7 @@
<exports symbol='xsltOutputType'/>
<exports symbol='xsltParseStylesheetDoc'/>
<exports symbol='xsltParseStylesheetFile'/>
<exports symbol='xsltParseStylesheetImportedDoc'/>
<exports symbol='xsltParseStylesheetOutput'/>
<exports symbol='xsltParseStylesheetProcess'/>
<exports symbol='xsltParseTemplateContent'/>
@ -1604,6 +1605,11 @@ informations are stored'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the import element'/>
</function>
<function name='xsltParseStylesheetImportedDoc' file='xsltInternals'>
<info>parse an XSLT stylesheet building the associated structures except the processing not needed for imported documents.</info>
<return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
<arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
</function>
<function name='xsltParseStylesheetInclude' file='imports'>
<info>parse an XSLT stylesheet include element</info>
<return type='int' info='0 in case of success -1 in case of failure'/>