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

Release of libxslt-1.1.10 Daniel

* NEWS configure.in doc/*: Release of libxslt-1.1.10
Daniel
This commit is contained in:
Daniel Veillard
2004-08-31 13:57:45 +00:00
parent c87280a419
commit e8b9a3d880
8 changed files with 49 additions and 22 deletions

View File

@ -1813,9 +1813,9 @@ informations are stored'/>
<arg name='doc' type='xmlDocPtr' info='the input document'/>
</function>
<function name='xsltNextImport' file='imports'>
<info></info>
<return type='xsltStylesheetPtr' info=''/>
<arg name='cur' type='xsltStylesheetPtr' info=''/>
<info>Find the next stylesheet in import precedence.</info>
<return type='xsltStylesheetPtr' info='the next stylesheet or NULL if it was the last one'/>
<arg name='cur' type='xsltStylesheetPtr' info='the current XSLT stylesheet'/>
</function>
<function name='xsltNormalizeCompSteps' file='pattern'>
<info>This is a hashtable scanner function to normalize the compiled steps of an imported stylesheet.</info>