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

Release of libxslt-1.1.25

* NEWS configure.in doc/xslt.html doc/news.html: update of version
  and description
* doc/libxslt-api.xml doc/libxslt-refs.xml doc/libxslt.xsa
  libxslt/xsltwin32config.h doc/EXSLT/*: regenerated
This commit is contained in:
Daniel Veillard
2009-09-17 17:19:59 +02:00
parent ce169a52f4
commit 51f625a10a
14 changed files with 344 additions and 39 deletions

View File

@ -1535,6 +1535,7 @@ the instruction which created the fragment
exits'/>
<field name='localRVTBase' type='xmlDocPtr' info=''/>
<field name='keyInitLevel' type='int' info=' Needed to catch recursive keys issues'/>
<field name='funcLevel' type='int' info=' Needed to catch recursive functions issues'/>
</struct>
<typedef name='xsltTransformContextPtr' file='xsltInternals' type='xsltTransformContext *'/>
<typedef name='xsltTransformState' file='xsltInternals' type='enum'/>
@ -2471,7 +2472,7 @@ exits'/>
<arg name='function' type='xsltTransformFunction' info='the transform function'/>
</function>
<function name='xsltNewLocale' file='xsltlocale'>
<info>Creates a new locale of an opaque system dependent type based on the language tag. Three-letter language codes (ISO 639-2 Alpha-3) are not supported.</info>
<info>Creates a new locale of an opaque system dependent type based on the language tag.</info>
<return type='xsltLocale' info='the locale or NULL on error or if no matching locale was found'/>
<arg name='languageTag' type='const xmlChar *' info='RFC 3066 language tag'/>
</function>