summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-28 15:42:33 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-05-06 16:33:11 +0200
commit1b7947978eb0414c5267006394a869dfd1d07e97 (patch)
treecd0711ed700f121696986e9c2a9cc83d91cad7a1
parent6180ef83795d12dca6c01c94db7bb3addcf2872c (diff)
downloadlibxslt-1b7947978eb0414c5267006394a869dfd1d07e97.tar.gz
doc: Regenerate API documentation
-rw-r--r--doc/EXSLT/devhelp/libexslt-exslt.html32
-rw-r--r--doc/EXSLT/devhelp/libexslt-exsltexports.html6
-rw-r--r--doc/EXSLT/libexslt-api.xml65
-rw-r--r--doc/devhelp/libxslt-attributes.html6
-rw-r--r--doc/devhelp/libxslt-documents.html10
-rw-r--r--doc/devhelp/libxslt-extensions.html64
-rw-r--r--doc/devhelp/libxslt-extra.html10
-rw-r--r--doc/devhelp/libxslt-functions.html14
-rw-r--r--doc/devhelp/libxslt-imports.html10
-rw-r--r--doc/devhelp/libxslt-keys.html6
-rw-r--r--doc/devhelp/libxslt-namespaces.html2
-rw-r--r--doc/devhelp/libxslt-numbersInternals.html2
-rw-r--r--doc/devhelp/libxslt-pattern.html12
-rw-r--r--doc/devhelp/libxslt-preproc.html4
-rw-r--r--doc/devhelp/libxslt-security.html20
-rw-r--r--doc/devhelp/libxslt-templates.html14
-rw-r--r--doc/devhelp/libxslt-transform.html54
-rw-r--r--doc/devhelp/libxslt-variables.html18
-rw-r--r--doc/devhelp/libxslt-xslt.html14
-rw-r--r--doc/devhelp/libxslt-xsltInternals.html334
-rw-r--r--doc/devhelp/libxslt-xsltexports.html4
-rw-r--r--doc/devhelp/libxslt-xsltlocale.html43
-rw-r--r--doc/devhelp/libxslt-xsltutils.html75
-rw-r--r--doc/devhelp/libxslt.devhelp27
-rw-r--r--doc/libxslt-api.xml1433
25 files changed, 1158 insertions, 1101 deletions
diff --git a/doc/EXSLT/devhelp/libexslt-exslt.html b/doc/EXSLT/devhelp/libexslt-exslt.html
index 6c156545..9676f341 100644
--- a/doc/EXSLT/devhelp/libexslt-exslt.html
+++ b/doc/EXSLT/devhelp/libexslt-exslt.html
@@ -38,29 +38,29 @@
<p>Author(s): </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#EXSLT_DATE_NAMESPACE">EXSLT_DATE_NAMESPACE</a>;
-#define <a href="#EXSLT_STRINGS_NAMESPACE">EXSLT_STRINGS_NAMESPACE</a>;
-#define <a href="#SAXON_NAMESPACE">SAXON_NAMESPACE</a>;
-#define <a href="#EXSLT_COMMON_NAMESPACE">EXSLT_COMMON_NAMESPACE</a>;
-#define <a href="#EXSLT_FUNCTIONS_NAMESPACE">EXSLT_FUNCTIONS_NAMESPACE</a>;
-#define <a href="#EXSLT_SETS_NAMESPACE">EXSLT_SETS_NAMESPACE</a>;
-#define <a href="#EXSLT_DYNAMIC_NAMESPACE">EXSLT_DYNAMIC_NAMESPACE</a>;
+ <pre class="synopsis">#define <a href="#EXSLT_COMMON_NAMESPACE">EXSLT_COMMON_NAMESPACE</a>;
#define <a href="#EXSLT_CRYPTO_NAMESPACE">EXSLT_CRYPTO_NAMESPACE</a>;
+#define <a href="#EXSLT_DATE_NAMESPACE">EXSLT_DATE_NAMESPACE</a>;
+#define <a href="#EXSLT_DYNAMIC_NAMESPACE">EXSLT_DYNAMIC_NAMESPACE</a>;
+#define <a href="#EXSLT_FUNCTIONS_NAMESPACE">EXSLT_FUNCTIONS_NAMESPACE</a>;
#define <a href="#EXSLT_MATH_NAMESPACE">EXSLT_MATH_NAMESPACE</a>;
-void <a href="#exsltDynRegister">exsltDynRegister</a> (void);
+#define <a href="#EXSLT_SETS_NAMESPACE">EXSLT_SETS_NAMESPACE</a>;
+#define <a href="#EXSLT_STRINGS_NAMESPACE">EXSLT_STRINGS_NAMESPACE</a>;
+#define <a href="#SAXON_NAMESPACE">SAXON_NAMESPACE</a>;
void <a href="#exsltCommonRegister">exsltCommonRegister</a> (void);
-void <a href="#exsltRegisterAll">exsltRegisterAll</a> (void);
-int <a href="#exsltStrXpathCtxtRegister">exsltStrXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
-int <a href="#exsltSetsXpathCtxtRegister">exsltSetsXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
-void <a href="#exsltFuncRegister">exsltFuncRegister</a> (void);
-void <a href="#exsltStrRegister">exsltStrRegister</a> (void);
-void <a href="#exsltSetsRegister">exsltSetsRegister</a> (void);
-void <a href="#exsltDateRegister">exsltDateRegister</a> (void);
void <a href="#exsltCryptoRegister">exsltCryptoRegister</a> (void);
+void <a href="#exsltDateRegister">exsltDateRegister</a> (void);
+int <a href="#exsltDateXpathCtxtRegister">exsltDateXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
+void <a href="#exsltDynRegister">exsltDynRegister</a> (void);
+void <a href="#exsltFuncRegister">exsltFuncRegister</a> (void);
void <a href="#exsltMathRegister">exsltMathRegister</a> (void);
int <a href="#exsltMathXpathCtxtRegister">exsltMathXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
+void <a href="#exsltRegisterAll">exsltRegisterAll</a> (void);
void <a href="#exsltSaxonRegister">exsltSaxonRegister</a> (void);
-int <a href="#exsltDateXpathCtxtRegister">exsltDateXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
+void <a href="#exsltSetsRegister">exsltSetsRegister</a> (void);
+int <a href="#exsltSetsXpathCtxtRegister">exsltSetsXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
+void <a href="#exsltStrRegister">exsltStrRegister</a> (void);
+int <a href="#exsltStrXpathCtxtRegister">exsltStrXpathCtxtRegister</a> (xmlXPathContextPtr ctxt, <br/> const xmlChar * prefix);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/EXSLT/devhelp/libexslt-exsltexports.html b/doc/EXSLT/devhelp/libexslt-exsltexports.html
index 240da955..bbd3a6b2 100644
--- a/doc/EXSLT/devhelp/libexslt-exsltexports.html
+++ b/doc/EXSLT/devhelp/libexslt-exsltexports.html
@@ -38,11 +38,11 @@
<p>Author(s): </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#LIBEXSLT_PUBLIC">LIBEXSLT_PUBLIC</a>;
-#define <a href="#EXSLTPUBLIC">EXSLTPUBLIC</a>;
-#define <a href="#EXSLTCALL">EXSLTCALL</a>;
+ <pre class="synopsis">#define <a href="#EXSLTCALL">EXSLTCALL</a>;
#define <a href="#EXSLTPUBFUN">EXSLTPUBFUN</a>;
+#define <a href="#EXSLTPUBLIC">EXSLTPUBLIC</a>;
#define <a href="#EXSLTPUBVAR">EXSLTPUBVAR</a>;
+#define <a href="#LIBEXSLT_PUBLIC">LIBEXSLT_PUBLIC</a>;
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml
index 8c5760ab..25a8171a 100644
--- a/doc/EXSLT/libexslt-api.xml
+++ b/doc/EXSLT/libexslt-api.xml
@@ -3,41 +3,41 @@
<files>
<file name='exslt'>
<summary>main header file </summary>
- <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/>
- <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/>
- <exports symbol='SAXON_NAMESPACE' type='macro'/>
<exports symbol='EXSLT_COMMON_NAMESPACE' type='macro'/>
- <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/>
- <exports symbol='EXSLT_SETS_NAMESPACE' type='macro'/>
- <exports symbol='EXSLT_DYNAMIC_NAMESPACE' type='macro'/>
<exports symbol='EXSLT_CRYPTO_NAMESPACE' type='macro'/>
+ <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/>
+ <exports symbol='EXSLT_DYNAMIC_NAMESPACE' type='macro'/>
+ <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/>
<exports symbol='EXSLT_MATH_NAMESPACE' type='macro'/>
- <exports symbol='exsltLibxmlVersion' type='variable'/>
+ <exports symbol='EXSLT_SETS_NAMESPACE' type='macro'/>
+ <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/>
+ <exports symbol='SAXON_NAMESPACE' type='macro'/>
<exports symbol='exsltLibexsltVersion' type='variable'/>
<exports symbol='exsltLibraryVersion' type='variable'/>
+ <exports symbol='exsltLibxmlVersion' type='variable'/>
<exports symbol='exsltLibxsltVersion' type='variable'/>
- <exports symbol='exsltDynRegister' type='function'/>
<exports symbol='exsltCommonRegister' type='function'/>
- <exports symbol='exsltRegisterAll' type='function'/>
- <exports symbol='exsltStrXpathCtxtRegister' type='function'/>
- <exports symbol='exsltSetsXpathCtxtRegister' type='function'/>
- <exports symbol='exsltFuncRegister' type='function'/>
- <exports symbol='exsltStrRegister' type='function'/>
- <exports symbol='exsltSetsRegister' type='function'/>
- <exports symbol='exsltDateRegister' type='function'/>
<exports symbol='exsltCryptoRegister' type='function'/>
+ <exports symbol='exsltDateRegister' type='function'/>
+ <exports symbol='exsltDateXpathCtxtRegister' type='function'/>
+ <exports symbol='exsltDynRegister' type='function'/>
+ <exports symbol='exsltFuncRegister' type='function'/>
<exports symbol='exsltMathRegister' type='function'/>
<exports symbol='exsltMathXpathCtxtRegister' type='function'/>
+ <exports symbol='exsltRegisterAll' type='function'/>
<exports symbol='exsltSaxonRegister' type='function'/>
- <exports symbol='exsltDateXpathCtxtRegister' type='function'/>
+ <exports symbol='exsltSetsRegister' type='function'/>
+ <exports symbol='exsltSetsXpathCtxtRegister' type='function'/>
+ <exports symbol='exsltStrRegister' type='function'/>
+ <exports symbol='exsltStrXpathCtxtRegister' type='function'/>
</file>
<file name='exsltexports'>
<summary>macros for marking symbols as exportable/importable. </summary>
- <exports symbol='LIBEXSLT_PUBLIC' type='macro'/>
- <exports symbol='EXSLTPUBLIC' type='macro'/>
<exports symbol='EXSLTCALL' type='macro'/>
<exports symbol='EXSLTPUBFUN' type='macro'/>
+ <exports symbol='EXSLTPUBLIC' type='macro'/>
<exports symbol='EXSLTPUBVAR' type='macro'/>
+ <exports symbol='LIBEXSLT_PUBLIC' type='macro'/>
</file>
</files>
<symbols>
@@ -86,65 +86,66 @@
<variable name='exsltLibraryVersion' file='exslt' type='const char *'/>
<variable name='exsltLibxmlVersion' file='exslt' type='const int'/>
<variable name='exsltLibxsltVersion' file='exslt' type='const int'/>
- <function name='exsltCommonRegister' file='exslt'>
+ <function name='exsltCommonRegister' file='exslt' module='common'>
<info>Registers the EXSLT - Common module</info>
<return type='void'/>
</function>
- <function name='exsltCryptoRegister' file='exslt'>
+ <function name='exsltCryptoRegister' file='exslt' module='crypto'>
+ <cond>defined(EXSLT_CRYPTO_ENABLED)</cond>
<info>Registers the EXSLT - Crypto module</info>
<return type='void'/>
</function>
- <function name='exsltDateRegister' file='exslt'>
+ <function name='exsltDateRegister' file='exslt' module='date'>
<info>Registers the EXSLT - Dates and Times module</info>
<return type='void'/>
</function>
- <function name='exsltDateXpathCtxtRegister' file='exslt'>
+ <function name='exsltDateXpathCtxtRegister' file='exslt' module='date'>
<info>Registers the EXSLT - Dates and Times module for use outside XSLT</info>
<return type='int' info=''/>
<arg name='ctxt' type='xmlXPathContextPtr' info=''/>
<arg name='prefix' type='const xmlChar *' info=''/>
</function>
- <function name='exsltDynRegister' file='exslt'>
+ <function name='exsltDynRegister' file='exslt' module='dynamic'>
<info>Registers the EXSLT - Dynamic module</info>
<return type='void'/>
</function>
- <function name='exsltFuncRegister' file='exslt'>
+ <function name='exsltFuncRegister' file='exslt' module='functions'>
<info>Registers the EXSLT - Functions module</info>
<return type='void'/>
</function>
- <function name='exsltMathRegister' file='exslt'>
+ <function name='exsltMathRegister' file='exslt' module='math'>
<info>Registers the EXSLT - Math module</info>
<return type='void'/>
</function>
- <function name='exsltMathXpathCtxtRegister' file='exslt'>
+ <function name='exsltMathXpathCtxtRegister' file='exslt' module='math'>
<info>Registers the EXSLT - Math module for use outside XSLT</info>
<return type='int' info=''/>
<arg name='ctxt' type='xmlXPathContextPtr' info=''/>
<arg name='prefix' type='const xmlChar *' info=''/>
</function>
- <function name='exsltRegisterAll' file='exslt'>
+ <function name='exsltRegisterAll' file='exslt' module='exslt'>
<info>Registers all available EXSLT extensions</info>
<return type='void'/>
</function>
- <function name='exsltSaxonRegister' file='exslt'>
+ <function name='exsltSaxonRegister' file='exslt' module='saxon'>
<info>Registers the SAXON extension module</info>
<return type='void'/>
</function>
- <function name='exsltSetsRegister' file='exslt'>
+ <function name='exsltSetsRegister' file='exslt' module='sets'>
<info>Registers the EXSLT - Sets module</info>
<return type='void'/>
</function>
- <function name='exsltSetsXpathCtxtRegister' file='exslt'>
+ <function name='exsltSetsXpathCtxtRegister' file='exslt' module='sets'>
<info>Registers the EXSLT - Sets module for use outside XSLT</info>
<return type='int' info=''/>
<arg name='ctxt' type='xmlXPathContextPtr' info=''/>
<arg name='prefix' type='const xmlChar *' info=''/>
</function>
- <function name='exsltStrRegister' file='exslt'>
+ <function name='exsltStrRegister' file='exslt' module='strings'>
<info>Registers the EXSLT - Strings module</info>
<return type='void'/>
</function>
- <function name='exsltStrXpathCtxtRegister' file='exslt'>
+ <function name='exsltStrXpathCtxtRegister' file='exslt' module='strings'>
<info>Registers the EXSLT - Strings module for use outside XSLT</info>
<return type='int' info=''/>
<arg name='ctxt' type='xmlXPathContextPtr' info=''/>
diff --git a/doc/devhelp/libxslt-attributes.html b/doc/devhelp/libxslt-attributes.html
index 8f5dc3da..8918da8b 100644
--- a/doc/devhelp/libxslt-attributes.html
+++ b/doc/devhelp/libxslt-attributes.html
@@ -38,10 +38,10 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">void <a href="#xsltResolveStylesheetAttributeSet">xsltResolveStylesheetAttributeSet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-void <a href="#xsltParseStylesheetAttributeSet">xsltParseStylesheetAttributeSet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
-void <a href="#xsltApplyAttributeSet">xsltApplyAttributeSet</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> const xmlChar * attrSets);
+ <pre class="synopsis">void <a href="#xsltApplyAttributeSet">xsltApplyAttributeSet</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> const xmlChar * attrSets);
void <a href="#xsltFreeAttributeSetsHashes">xsltFreeAttributeSetsHashes</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+void <a href="#xsltParseStylesheetAttributeSet">xsltParseStylesheetAttributeSet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
+void <a href="#xsltResolveStylesheetAttributeSet">xsltResolveStylesheetAttributeSet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-documents.html b/doc/devhelp/libxslt-documents.html
index df15fcb0..72537501 100644
--- a/doc/devhelp/libxslt-documents.html
+++ b/doc/devhelp/libxslt-documents.html
@@ -44,15 +44,15 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">typedef enum <a href="#xsltLoadType">xsltLoadType</a>;
-void <a href="#xsltFreeStyleDocuments">xsltFreeStyleDocuments</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
typedef xmlDocPtr <a href="#xsltDocLoaderFunc">xsltDocLoaderFunc</a> (const xmlChar * URI, <br/> xmlDictPtr dict, <br/> int options, <br/> void * ctxt, <br/> <a href="libxslt-documents.html#xsltLoadType">xsltLoadType</a> type);
+<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltFindDocument">xsltFindDocument</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr doc);
+void <a href="#xsltFreeDocuments">xsltFreeDocuments</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltFreeStyleDocuments">xsltFreeStyleDocuments</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltLoadDocument">xsltLoadDocument</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI);
+<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltLoadStyleDocument">xsltLoadStyleDocument</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltNewDocument">xsltNewDocument</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr doc);
<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltNewStyleDocument">xsltNewStyleDocument</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc);
void <a href="#xsltSetLoaderFunc">xsltSetLoaderFunc</a> (<a href="libxslt-documents.html#xsltDocLoaderFunc">xsltDocLoaderFunc</a> f);
-void <a href="#xsltFreeDocuments">xsltFreeDocuments</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltNewDocument">xsltNewDocument</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr doc);
-<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltLoadStyleDocument">xsltLoadStyleDocument</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
-<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> <a href="#xsltFindDocument">xsltFindDocument</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr doc);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-extensions.html b/doc/devhelp/libxslt-extensions.html
index a3ff1241..50018545 100644
--- a/doc/devhelp/libxslt-extensions.html
+++ b/doc/devhelp/libxslt-extensions.html
@@ -43,47 +43,47 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">int <a href="#xsltRegisterExtFunction">xsltRegisterExtFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * URI, <br/> xmlXPathFunction function);
-int <a href="#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a> (const xmlChar * name, <br/> const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a> precomp, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> transform);
-int <a href="#xsltInitCtxtExts">xsltInitCtxtExts</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-void * <a href="#xsltGetExtData">xsltGetExtData</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI);
-void * <a href="#xsltStyleGetExtData">xsltStyleGetExtData</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
-typedef void * <a href="#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
-void <a href="#xsltInitGlobals">xsltInitGlobals</a> (void);
-void <a href="#xsltShutdownExts">xsltShutdownExts</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-<a href="libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a> <a href="#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
-void <a href="#xsltRegisterTestModule">xsltRegisterTestModule</a> (void);
-void * <a href="#xsltStyleStylesheetLevelGetExtData">xsltStyleStylesheetLevelGetExtData</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
-<a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> <a href="#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
-typedef void <a href="#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI, <br/> void * data);
-void <a href="#xsltInitElemPreComp">xsltInitElemPreComp</a> (<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompDeallocator">xsltElemPreCompDeallocator</a> freeFunc);
+ <pre class="synopsis">int <a href="#xsltCheckExtPrefix">xsltCheckExtPrefix</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+int <a href="#xsltCheckExtURI">xsltCheckExtURI</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
void <a href="#xsltDebugDumpExtensions">xsltDebugDumpExtensions</a> (FILE * output);
-xmlHashTablePtr <a href="#xsltGetExtInfo">xsltGetExtInfo</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+<a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> <a href="#xsltExtElementLookup">xsltExtElementLookup</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * URI);
+typedef void * <a href="#xsltExtInitFunction">xsltExtInitFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI);
+<a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> <a href="#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
+<a href="libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a> <a href="#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
+xmlXPathFunction <a href="#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
<a href="libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a> <a href="#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
+typedef void <a href="#xsltExtShutdownFunction">xsltExtShutdownFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI, <br/> void * data);
+void <a href="#xsltFreeCtxtExts">xsltFreeCtxtExts</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
void <a href="#xsltFreeExts">xsltFreeExts</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-int <a href="#xsltCheckExtURI">xsltCheckExtURI</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
-xmlXPathFunction <a href="#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a> (const xmlChar * name, <br/> const xmlChar * URI);
+void * <a href="#xsltGetExtData">xsltGetExtData</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI);
+xmlHashTablePtr <a href="#xsltGetExtInfo">xsltGetExtInfo</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+int <a href="#xsltInitCtxtExts">xsltInitCtxtExts</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltInitElemPreComp">xsltInitElemPreComp</a> (<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompDeallocator">xsltElemPreCompDeallocator</a> freeFunc);
+void <a href="#xsltInitGlobals">xsltInitGlobals</a> (void);
+<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltNewElemPreComp">xsltNewElemPreComp</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function);
<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltPreComputeExtModuleElement">xsltPreComputeExtModuleElement</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst);
-int <a href="#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a> (const xmlChar * name, <br/> const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a> function);
typedef <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltPreComputeFunction">xsltPreComputeFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function);
-typedef void <a href="#xsltTopLevelFunction">xsltTopLevelFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst);
-void <a href="#xsltShutdownCtxtExts">xsltShutdownCtxtExts</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> <a href="#xsltXPathGetTransformContext">xsltXPathGetTransformContext</a> (xmlXPathParserContextPtr ctxt);
int <a href="#xsltRegisterExtElement">xsltRegisterExtElement</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * URI, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function);
-typedef void * <a href="#xsltExtInitFunction">xsltExtInitFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI);
-void <a href="#xsltFreeCtxtExts">xsltFreeCtxtExts</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltUnregisterExtModule">xsltUnregisterExtModule</a> (const xmlChar * URI);
-int <a href="#xsltRegisterExtModuleFull">xsltRegisterExtModuleFull</a> (const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a> initFunc, <br/> <a href="libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a> shutdownFunc, <br/> <a href="libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a> styleInitFunc, <br/> <a href="libxslt-extensions.html#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a> styleShutdownFunc);
-int <a href="#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a> (const xmlChar * name, <br/> const xmlChar * URI);
-<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltNewElemPreComp">xsltNewElemPreComp</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function);
-int <a href="#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a> (const xmlChar * name, <br/> const xmlChar * URI);
-int <a href="#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a> (const xmlChar * name, <br/> const xmlChar * URI);
-int <a href="#xsltCheckExtPrefix">xsltCheckExtPrefix</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+int <a href="#xsltRegisterExtFunction">xsltRegisterExtFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * URI, <br/> xmlXPathFunction function);
int <a href="#xsltRegisterExtModule">xsltRegisterExtModule</a> (const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a> initFunc, <br/> <a href="libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a> shutdownFunc);
-<a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> <a href="#xsltExtElementLookup">xsltExtElementLookup</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * URI);
+int <a href="#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a> (const xmlChar * name, <br/> const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a> precomp, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> transform);
+int <a href="#xsltRegisterExtModuleFull">xsltRegisterExtModuleFull</a> (const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a> initFunc, <br/> <a href="libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a> shutdownFunc, <br/> <a href="libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a> styleInitFunc, <br/> <a href="libxslt-extensions.html#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a> styleShutdownFunc);
int <a href="#xsltRegisterExtModuleFunction">xsltRegisterExtModuleFunction</a> (const xmlChar * name, <br/> const xmlChar * URI, <br/> xmlXPathFunction function);
+int <a href="#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a> (const xmlChar * name, <br/> const xmlChar * URI, <br/> <a href="libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a> function);
int <a href="#xsltRegisterExtPrefix">xsltRegisterExtPrefix</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * prefix, <br/> const xmlChar * URI);
-typedef void <a href="#xsltExtShutdownFunction">xsltExtShutdownFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URI, <br/> void * data);
+void <a href="#xsltRegisterTestModule">xsltRegisterTestModule</a> (void);
+void <a href="#xsltShutdownCtxtExts">xsltShutdownCtxtExts</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltShutdownExts">xsltShutdownExts</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+typedef void * <a href="#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+typedef void <a href="#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI, <br/> void * data);
+void * <a href="#xsltStyleGetExtData">xsltStyleGetExtData</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+void * <a href="#xsltStyleStylesheetLevelGetExtData">xsltStyleStylesheetLevelGetExtData</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * URI);
+typedef void <a href="#xsltTopLevelFunction">xsltTopLevelFunction</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst);
+int <a href="#xsltUnregisterExtModule">xsltUnregisterExtModule</a> (const xmlChar * URI);
+int <a href="#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a> (const xmlChar * name, <br/> const xmlChar * URI);
+int <a href="#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a> (const xmlChar * name, <br/> const xmlChar * URI);
+int <a href="#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a> (const xmlChar * name, <br/> const xmlChar * URI);
+<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> <a href="#xsltXPathGetTransformContext">xsltXPathGetTransformContext</a> (xmlXPathParserContextPtr ctxt);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-extra.html b/doc/devhelp/libxslt-extra.html
index 72afc80a..45d9de0a 100644
--- a/doc/devhelp/libxslt-extra.html
+++ b/doc/devhelp/libxslt-extra.html
@@ -43,14 +43,14 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#XSLT_XT_NAMESPACE">XSLT_XT_NAMESPACE</a>;
-#define <a href="#XSLT_XALAN_NAMESPACE">XSLT_XALAN_NAMESPACE</a>;
+ <pre class="synopsis">#define <a href="#XSLT_LIBXSLT_NAMESPACE">XSLT_LIBXSLT_NAMESPACE</a>;
#define <a href="#XSLT_SAXON_NAMESPACE">XSLT_SAXON_NAMESPACE</a>;
-#define <a href="#XSLT_LIBXSLT_NAMESPACE">XSLT_LIBXSLT_NAMESPACE</a>;
-void <a href="#xsltFunctionNodeSet">xsltFunctionNodeSet</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
-void <a href="#xsltRegisterExtras">xsltRegisterExtras</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+#define <a href="#XSLT_XALAN_NAMESPACE">XSLT_XALAN_NAMESPACE</a>;
+#define <a href="#XSLT_XT_NAMESPACE">XSLT_XT_NAMESPACE</a>;
void <a href="#xsltDebug">xsltDebug</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+void <a href="#xsltFunctionNodeSet">xsltFunctionNodeSet</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
void <a href="#xsltRegisterAllExtras">xsltRegisterAllExtras</a> (void);
+void <a href="#xsltRegisterExtras">xsltRegisterExtras</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-functions.html b/doc/devhelp/libxslt-functions.html
index 767fbb2a..20e82521 100644
--- a/doc/devhelp/libxslt-functions.html
+++ b/doc/devhelp/libxslt-functions.html
@@ -44,16 +44,16 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">#define <a href="#XSLT_REGISTER_FUNCTION_LOOKUP">XSLT_REGISTER_FUNCTION_LOOKUP</a>;
-xmlXPathFunction <a href="#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a> (void * vctxt, <br/> const xmlChar * name, <br/> const xmlChar * ns_uri);
-void <a href="#xsltFunctionAvailableFunction">xsltFunctionAvailableFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
-void <a href="#xsltFormatNumberFunction">xsltFormatNumberFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
-void <a href="#xsltRegisterAllFunctions">xsltRegisterAllFunctions</a> (xmlXPathContextPtr ctxt);
-void <a href="#xsltKeyFunction">xsltKeyFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
-void <a href="#xsltUnparsedEntityURIFunction">xsltUnparsedEntityURIFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
void <a href="#xsltDocumentFunction">xsltDocumentFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
-void <a href="#xsltSystemPropertyFunction">xsltSystemPropertyFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
void <a href="#xsltElementAvailableFunction">xsltElementAvailableFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
+void <a href="#xsltFormatNumberFunction">xsltFormatNumberFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
+void <a href="#xsltFunctionAvailableFunction">xsltFunctionAvailableFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
void <a href="#xsltGenerateIdFunction">xsltGenerateIdFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
+void <a href="#xsltKeyFunction">xsltKeyFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
+void <a href="#xsltRegisterAllFunctions">xsltRegisterAllFunctions</a> (xmlXPathContextPtr ctxt);
+void <a href="#xsltSystemPropertyFunction">xsltSystemPropertyFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
+void <a href="#xsltUnparsedEntityURIFunction">xsltUnparsedEntityURIFunction</a> (xmlXPathParserContextPtr ctxt, <br/> int nargs);
+xmlXPathFunction <a href="#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a> (void * vctxt, <br/> const xmlChar * name, <br/> const xmlChar * ns_uri);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-imports.html b/doc/devhelp/libxslt-imports.html
index 6f37be63..03348169 100644
--- a/doc/devhelp/libxslt-imports.html
+++ b/doc/devhelp/libxslt-imports.html
@@ -43,14 +43,14 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#XSLT_GET_IMPORT_PTR">XSLT_GET_IMPORT_PTR</a>;
-#define <a href="#XSLT_GET_IMPORT_INT">XSLT_GET_IMPORT_INT</a>;
+ <pre class="synopsis">#define <a href="#XSLT_GET_IMPORT_INT">XSLT_GET_IMPORT_INT</a>;
+#define <a href="#XSLT_GET_IMPORT_PTR">XSLT_GET_IMPORT_PTR</a>;
+int <a href="#xsltFindElemSpaceHandling">xsltFindElemSpaceHandling</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node);
<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> <a href="#xsltFindTemplate">xsltFindTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * nameURI);
-<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltNextImport">xsltNextImport</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> cur);
-int <a href="#xsltParseStylesheetInclude">xsltParseStylesheetInclude</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
int <a href="#xsltNeedElemSpaceHandling">xsltNeedElemSpaceHandling</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltFindElemSpaceHandling">xsltFindElemSpaceHandling</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node);
+<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltNextImport">xsltNextImport</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> cur);
int <a href="#xsltParseStylesheetImport">xsltParseStylesheetImport</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
+int <a href="#xsltParseStylesheetInclude">xsltParseStylesheetInclude</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-keys.html b/doc/devhelp/libxslt-keys.html
index 59d50ba1..6ef8696b 100644
--- a/doc/devhelp/libxslt-keys.html
+++ b/doc/devhelp/libxslt-keys.html
@@ -44,11 +44,11 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">#define <a href="#NODE_IS_KEYED">NODE_IS_KEYED</a>;
-void <a href="#xsltInitCtxtKeys">xsltInitCtxtKeys</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> idoc);
+int <a href="#xsltAddKey">xsltAddKey</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * name, <br/> const xmlChar * nameURI, <br/> const xmlChar * match, <br/> const xmlChar * use, <br/> xmlNodePtr inst);
+void <a href="#xsltFreeDocumentKeys">xsltFreeDocumentKeys</a> (<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> idoc);
void <a href="#xsltFreeKeys">xsltFreeKeys</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
xmlNodeSetPtr <a href="#xsltGetKey">xsltGetKey</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * nameURI, <br/> const xmlChar * value);
-void <a href="#xsltFreeDocumentKeys">xsltFreeDocumentKeys</a> (<a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> idoc);
-int <a href="#xsltAddKey">xsltAddKey</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * name, <br/> const xmlChar * nameURI, <br/> const xmlChar * match, <br/> const xmlChar * use, <br/> xmlNodePtr inst);
+void <a href="#xsltInitCtxtKeys">xsltInitCtxtKeys</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> idoc);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-namespaces.html b/doc/devhelp/libxslt-namespaces.html
index 201ff74f..358c7554 100644
--- a/doc/devhelp/libxslt-namespaces.html
+++ b/doc/devhelp/libxslt-namespaces.html
@@ -44,9 +44,9 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">#define <a href="#UNDEFINED_DEFAULT_NS">UNDEFINED_DEFAULT_NS</a>;
-void <a href="#xsltFreeNamespaceAliasHashes">xsltFreeNamespaceAliasHashes</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
xmlNsPtr <a href="#xsltCopyNamespace">xsltCopyNamespace</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr elem, <br/> xmlNsPtr ns);
xmlNsPtr <a href="#xsltCopyNamespaceList">xsltCopyNamespaceList</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNsPtr cur);
+void <a href="#xsltFreeNamespaceAliasHashes">xsltFreeNamespaceAliasHashes</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
xmlNsPtr <a href="#xsltGetNamespace">xsltGetNamespace</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr cur, <br/> xmlNsPtr ns, <br/> xmlNodePtr out);
xmlNsPtr <a href="#xsltGetPlainNamespace">xsltGetPlainNamespace</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr cur, <br/> xmlNsPtr ns, <br/> xmlNodePtr out);
xmlNsPtr <a href="#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr invocNode, <br/> const xmlChar * nsName, <br/> const xmlChar * nsPrefix, <br/> xmlNodePtr target);
diff --git a/doc/devhelp/libxslt-numbersInternals.html b/doc/devhelp/libxslt-numbersInternals.html
index ff892f5a..05dda0b7 100644
--- a/doc/devhelp/libxslt-numbersInternals.html
+++ b/doc/devhelp/libxslt-numbersInternals.html
@@ -44,9 +44,9 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">typedef struct _xsltFormatNumberInfo <a href="#xsltFormatNumberInfo">xsltFormatNumberInfo</a>;
+typedef <a href="libxslt-numbersInternals.html#xsltFormatNumberInfo">xsltFormatNumberInfo</a> * <a href="#xsltFormatNumberInfoPtr">xsltFormatNumberInfoPtr</a>;
typedef struct _xsltNumberData <a href="#xsltNumberData">xsltNumberData</a>;
typedef <a href="libxslt-numbersInternals.html#xsltNumberData">xsltNumberData</a> * <a href="#xsltNumberDataPtr">xsltNumberDataPtr</a>;
-typedef <a href="libxslt-numbersInternals.html#xsltFormatNumberInfo">xsltFormatNumberInfo</a> * <a href="#xsltFormatNumberInfoPtr">xsltFormatNumberInfoPtr</a>;
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-pattern.html b/doc/devhelp/libxslt-pattern.html
index 5c7187e3..ce476e59 100644
--- a/doc/devhelp/libxslt-pattern.html
+++ b/doc/devhelp/libxslt-pattern.html
@@ -45,16 +45,16 @@
<h2>Synopsis</h2>
<pre class="synopsis">typedef struct _xsltCompMatch <a href="#xsltCompMatch">xsltCompMatch</a>;
typedef <a href="libxslt-pattern.html#xsltCompMatch">xsltCompMatch</a> * <a href="#xsltCompMatchPtr">xsltCompMatchPtr</a>;
-void <a href="#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a> (void * payload, <br/> void * data, <br/> const xmlChar * name);
int <a href="#xsltAddTemplate">xsltAddTemplate</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> cur, <br/> const xmlChar * mode, <br/> const xmlChar * modeURI);
-<a href="libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a> <a href="#xsltCompilePattern">xsltCompilePattern</a> (const xmlChar * pattern, <br/> xmlDocPtr doc, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> runtime);
-int <a href="#xsltMatchPattern">xsltMatchPattern</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> const xmlChar * pattern, <br/> xmlDocPtr ctxtdoc, <br/> xmlNodePtr ctxtnode);
-<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> <a href="#xsltGetTemplate">xsltGetTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+void <a href="#xsltCleanupTemplates">xsltCleanupTemplates</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
void <a href="#xsltCompMatchClearCache">xsltCompMatchClearCache</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a> comp);
-int <a href="#xsltTestCompMatchList">xsltTestCompMatchList</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> <a href="libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a> comp);
+<a href="libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a> <a href="#xsltCompilePattern">xsltCompilePattern</a> (const xmlChar * pattern, <br/> xmlDocPtr doc, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> runtime);
void <a href="#xsltFreeCompMatchList">xsltFreeCompMatchList</a> (<a href="libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a> comp);
void <a href="#xsltFreeTemplateHashes">xsltFreeTemplateHashes</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-void <a href="#xsltCleanupTemplates">xsltCleanupTemplates</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> <a href="#xsltGetTemplate">xsltGetTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+int <a href="#xsltMatchPattern">xsltMatchPattern</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> const xmlChar * pattern, <br/> xmlDocPtr ctxtdoc, <br/> xmlNodePtr ctxtnode);
+void <a href="#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a> (void * payload, <br/> void * data, <br/> const xmlChar * name);
+int <a href="#xsltTestCompMatchList">xsltTestCompMatchList</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> <a href="libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a> comp);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-preproc.html b/doc/devhelp/libxslt-preproc.html
index 93dd848b..37fc4c61 100644
--- a/doc/devhelp/libxslt-preproc.html
+++ b/doc/devhelp/libxslt-preproc.html
@@ -43,8 +43,8 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">void <a href="#xsltFreeStylePreComps">xsltFreeStylePreComps</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltDocumentComp">xsltDocumentComp</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function);
+ <pre class="synopsis"><a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltDocumentComp">xsltDocumentComp</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function);
+void <a href="#xsltFreeStylePreComps">xsltFreeStylePreComps</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
void <a href="#xsltStylePreCompute">xsltStylePreCompute</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst);
</pre>
</div>
diff --git a/doc/devhelp/libxslt-security.html b/doc/devhelp/libxslt-security.html
index 87e73a83..d167090f 100644
--- a/doc/devhelp/libxslt-security.html
+++ b/doc/devhelp/libxslt-security.html
@@ -43,21 +43,21 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">typedef struct _xsltSecurityPrefs <a href="#xsltSecurityPrefs">xsltSecurityPrefs</a>;
+ <pre class="synopsis">typedef enum <a href="#xsltSecurityOption">xsltSecurityOption</a>;
+typedef struct _xsltSecurityPrefs <a href="#xsltSecurityPrefs">xsltSecurityPrefs</a>;
typedef <a href="libxslt-security.html#xsltSecurityPrefs">xsltSecurityPrefs</a> * <a href="#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a>;
-typedef enum <a href="#xsltSecurityOption">xsltSecurityOption</a>;
-<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> <a href="#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a> (void);
-typedef int <a href="#xsltSecurityCheck">xsltSecurityCheck</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char * value);
-int <a href="#xsltSetSecurityPrefs">xsltSetSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-security.html#xsltSecurityOption">xsltSecurityOption</a> option, <br/> <a href="libxslt-security.html#xsltSecurityCheck">xsltSecurityCheck</a> func);
-<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> <a href="#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a> (void);
+int <a href="#xsltCheckRead">xsltCheckRead</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URL);
+int <a href="#xsltCheckWrite">xsltCheckWrite</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URL);
void <a href="#xsltFreeSecurityPrefs">xsltFreeSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec);
-void <a href="#xsltSetDefaultSecurityPrefs">xsltSetDefaultSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec);
-int <a href="#xsltSetCtxtSecurityPrefs">xsltSetCtxtSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> <a href="#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a> (void);
<a href="libxslt-security.html#xsltSecurityCheck">xsltSecurityCheck</a> <a href="#xsltGetSecurityPrefs">xsltGetSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-security.html#xsltSecurityOption">xsltSecurityOption</a> option);
+<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> <a href="#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a> (void);
int <a href="#xsltSecurityAllow">xsltSecurityAllow</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char * value);
-int <a href="#xsltCheckWrite">xsltCheckWrite</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URL);
-int <a href="#xsltCheckRead">xsltCheckRead</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * URL);
+typedef int <a href="#xsltSecurityCheck">xsltSecurityCheck</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char * value);
int <a href="#xsltSecurityForbid">xsltSecurityForbid</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char * value);
+int <a href="#xsltSetCtxtSecurityPrefs">xsltSetCtxtSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltSetDefaultSecurityPrefs">xsltSetDefaultSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec);
+int <a href="#xsltSetSecurityPrefs">xsltSetSecurityPrefs</a> (<a href="libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a> sec, <br/> <a href="libxslt-security.html#xsltSecurityOption">xsltSecurityOption</a> option, <br/> <a href="libxslt-security.html#xsltSecurityCheck">xsltSecurityCheck</a> func);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-templates.html b/doc/devhelp/libxslt-templates.html
index ec89ded2..c636c4da 100644
--- a/doc/devhelp/libxslt-templates.html
+++ b/doc/devhelp/libxslt-templates.html
@@ -43,17 +43,17 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">const xmlChar * <a href="#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> const xmlChar * name, <br/> const xmlChar * ns, <br/> int * found);
-xmlAttrPtr <a href="#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr target, <br/> xmlAttrPtr attrs);
-xmlChar * <a href="#xsltEvalTemplateString">xsltEvalTemplateString</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst);
-xmlChar * <a href="#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * str);
+ <pre class="synopsis">xmlAttrPtr <a href="#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr target, <br/> xmlAttrPtr attrs);
xmlAttrPtr <a href="#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr target, <br/> xmlAttrPtr attr);
+xmlChar * <a href="#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * str);
+xmlChar * <a href="#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * str, <br/> xmlNodePtr inst);
xmlChar * <a href="#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr inst, <br/> const xmlChar * name, <br/> const xmlChar * ns);
+const xmlChar * <a href="#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> const xmlChar * name, <br/> const xmlChar * ns, <br/> int * found);
+xmlChar * <a href="#xsltEvalTemplateString">xsltEvalTemplateString</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst);
int <a href="#xsltEvalXPathPredicate">xsltEvalXPathPredicate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathCompExprPtr comp, <br/> xmlNsPtr * nsList, <br/> int nsNr);
-xmlChar * <a href="#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * str, <br/> xmlNodePtr inst);
-xmlNodePtr * <a href="#xsltTemplateProcess">xsltTemplateProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node);
-xmlChar * <a href="#xsltEvalXPathStringNs">xsltEvalXPathStringNs</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathCompExprPtr comp, <br/> int nsNr, <br/> xmlNsPtr * nsList);
xmlChar * <a href="#xsltEvalXPathString">xsltEvalXPathString</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathCompExprPtr comp);
+xmlChar * <a href="#xsltEvalXPathStringNs">xsltEvalXPathStringNs</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathCompExprPtr comp, <br/> int nsNr, <br/> xmlNsPtr * nsList);
+xmlNodePtr * <a href="#xsltTemplateProcess">xsltTemplateProcess</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-transform.html b/doc/devhelp/libxslt-transform.html
index d6ecef6e..6c96eba7 100644
--- a/doc/devhelp/libxslt-transform.html
+++ b/doc/devhelp/libxslt-transform.html
@@ -43,40 +43,40 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">void <a href="#xsltValueOf">xsltValueOf</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-void <a href="#xsltRegisterAllElement">xsltRegisterAllElement</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-void <a href="#xsltSort">xsltSort</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
-void <a href="#xsltSetXIncludeDefault">xsltSetXIncludeDefault</a> (int xinclude);
-void <a href="#xsltCopyOf">xsltCopyOf</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
+ <pre class="synopsis">void <a href="#xslHandleDebugger">xslHandleDebugger</a> (xmlNodePtr cur, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltApplyImports">xsltApplyImports</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+void <a href="#xsltApplyOneTemplate">xsltApplyOneTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr list, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> params);
+void <a href="#xsltApplyStripSpaces">xsltApplyStripSpaces</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node);
+xmlDocPtr <a href="#xsltApplyStylesheet">xsltApplyStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params);
+xmlDocPtr <a href="#xsltApplyStylesheetUser">xsltApplyStylesheetUser</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> const char * output, <br/> FILE * profile, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> userCtxt);
void <a href="#xsltApplyTemplates">xsltApplyTemplates</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-void <a href="#xsltIf">xsltIf</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
+void <a href="#xsltAttribute">xsltAttribute</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
void <a href="#xsltCallTemplate">xsltCallTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-xmlDocPtr <a href="#xsltApplyStylesheet">xsltApplyStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params);
-void <a href="#xsltApplyStripSpaces">xsltApplyStripSpaces</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node);
-int <a href="#xsltLocalVariablePush">xsltLocalVariablePush</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> variable, <br/> int level);
-void <a href="#xsltFreeTransformContext">xsltFreeTransformContext</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltRunStylesheet">xsltRunStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> const char * output, <br/> xmlSAXHandlerPtr SAX, <br/> xmlOutputBufferPtr IObuf);
void <a href="#xsltChoose">xsltChoose</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
-xmlNodePtr <a href="#xsltCopyTextString">xsltCopyTextString</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr target, <br/> const xmlChar * string, <br/> int noescape);
-void <a href="#xsltText">xsltText</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
-void <a href="#xsltProcessOneNode">xsltProcessOneNode</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> withParams);
-void <a href="#xsltLocalVariablePop">xsltLocalVariablePop</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> int limitNr, <br/> int level);
-void <a href="#xsltNumber">xsltNumber</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-int <a href="#xsltRunStylesheetUser">xsltRunStylesheetUser</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> const char * output, <br/> xmlSAXHandlerPtr SAX, <br/> xmlOutputBufferPtr IObuf, <br/> FILE * profile, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> userCtxt);
-<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> <a href="#xsltNewTransformContext">xsltNewTransformContext</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc);
-int <a href="#xsltGetXIncludeDefault">xsltGetXIncludeDefault</a> (void);
-void <a href="#xsltApplyOneTemplate">xsltApplyOneTemplate</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr list, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> params);
-void <a href="#xslHandleDebugger">xslHandleDebugger</a> (xmlNodePtr cur, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltComment">xsltComment</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
void <a href="#xsltCopy">xsltCopy</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
+void <a href="#xsltCopyOf">xsltCopyOf</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
+xmlNodePtr <a href="#xsltCopyTextString">xsltCopyTextString</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr target, <br/> const xmlChar * string, <br/> int noescape);
void <a href="#xsltDocumentElem">xsltDocumentElem</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-void <a href="#xsltAttribute">xsltAttribute</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-void <a href="#xsltApplyImports">xsltApplyImports</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
void <a href="#xsltElement">xsltElement</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-xmlDocPtr <a href="#xsltProfileStylesheet">xsltProfileStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> FILE * output);
void <a href="#xsltForEach">xsltForEach</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-xmlDocPtr <a href="#xsltApplyStylesheetUser">xsltApplyStylesheetUser</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> const char * output, <br/> FILE * profile, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> userCtxt);
+void <a href="#xsltFreeTransformContext">xsltFreeTransformContext</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+int <a href="#xsltGetXIncludeDefault">xsltGetXIncludeDefault</a> (void);
+void <a href="#xsltIf">xsltIf</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
+void <a href="#xsltLocalVariablePop">xsltLocalVariablePop</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> int limitNr, <br/> int level);
+int <a href="#xsltLocalVariablePush">xsltLocalVariablePush</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> variable, <br/> int level);
+<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> <a href="#xsltNewTransformContext">xsltNewTransformContext</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc);
+void <a href="#xsltNumber">xsltNumber</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
+void <a href="#xsltProcessOneNode">xsltProcessOneNode</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr contextNode, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> withParams);
void <a href="#xsltProcessingInstruction">xsltProcessingInstruction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
-void <a href="#xsltComment">xsltComment</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+xmlDocPtr <a href="#xsltProfileStylesheet">xsltProfileStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> FILE * output);
+void <a href="#xsltRegisterAllElement">xsltRegisterAllElement</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+int <a href="#xsltRunStylesheet">xsltRunStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> const char * output, <br/> xmlSAXHandlerPtr SAX, <br/> xmlOutputBufferPtr IObuf);
+int <a href="#xsltRunStylesheetUser">xsltRunStylesheetUser</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc, <br/> const char ** params, <br/> const char * output, <br/> xmlSAXHandlerPtr SAX, <br/> xmlOutputBufferPtr IObuf, <br/> FILE * profile, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> userCtxt);
+void <a href="#xsltSetXIncludeDefault">xsltSetXIncludeDefault</a> (int xinclude);
+void <a href="#xsltSort">xsltSort</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+void <a href="#xsltText">xsltText</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+void <a href="#xsltValueOf">xsltValueOf</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> castedComp);
</pre>
</div>
<div class="refsect1" lang="en">
@@ -155,7 +155,7 @@ void <a href="#xsltComment">xsltComment</a> (<a href="libxslt-xsltInternals.ht
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltFreeTransformContext"/>xsltFreeTransformContext ()</h3><pre class="programlisting">void xsltFreeTransformContext (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt)<br/>
</pre><p>Free up the memory allocated by @ctxt</p>
-<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XSLT parser context</td></tr></tbody></table></div></div>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XSLT transform context</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltGetXIncludeDefault"/>xsltGetXIncludeDefault ()</h3><pre class="programlisting">int xsltGetXIncludeDefault (void)<br/>
</pre><p>Provides the default state for XInclude processing</p>
diff --git a/doc/devhelp/libxslt-variables.html b/doc/devhelp/libxslt-variables.html
index 628ab55d..6c8efa9e 100644
--- a/doc/devhelp/libxslt-variables.html
+++ b/doc/devhelp/libxslt-variables.html
@@ -47,20 +47,20 @@
#define <a href="#XSLT_RVT_FUNC_RESULT">XSLT_RVT_FUNC_RESULT</a>;
#define <a href="#XSLT_RVT_GLOBAL">XSLT_RVT_GLOBAL</a>;
#define <a href="#XSLT_RVT_LOCAL">XSLT_RVT_LOCAL</a>;
-void <a href="#xsltFreeGlobalVariables">xsltFreeGlobalVariables</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltQuoteUserParams">xsltQuoteUserParams</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char ** params);
-xmlXPathObjectPtr <a href="#xsltXPathVariableLookup">xsltXPathVariableLookup</a> (void * ctxt, <br/> const xmlChar * name, <br/> const xmlChar * ns_uri);
-int <a href="#xsltEvalUserParams">xsltEvalUserParams</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char ** params);
-<a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> <a href="#xsltParseStylesheetCallerParam">xsltParseStylesheetCallerParam</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr inst);
int <a href="#xsltAddStackElemList">xsltAddStackElemList</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> elems);
-void <a href="#xsltParseGlobalVariable">xsltParseGlobalVariable</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
-int <a href="#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * value);
-void <a href="#xsltParseGlobalParam">xsltParseGlobalParam</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
-void <a href="#xsltParseStylesheetVariable">xsltParseStylesheetVariable</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr inst);
int <a href="#xsltEvalGlobalVariables">xsltEvalGlobalVariables</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
int <a href="#xsltEvalOneUserParam">xsltEvalOneUserParam</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * value);
+int <a href="#xsltEvalUserParams">xsltEvalUserParams</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char ** params);
+void <a href="#xsltFreeGlobalVariables">xsltFreeGlobalVariables</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltParseGlobalParam">xsltParseGlobalParam</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
+void <a href="#xsltParseGlobalVariable">xsltParseGlobalVariable</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
+<a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> <a href="#xsltParseStylesheetCallerParam">xsltParseStylesheetCallerParam</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr inst);
void <a href="#xsltParseStylesheetParam">xsltParseStylesheetParam</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr cur);
+void <a href="#xsltParseStylesheetVariable">xsltParseStylesheetVariable</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr inst);
+int <a href="#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * value);
+int <a href="#xsltQuoteUserParams">xsltQuoteUserParams</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const char ** params);
xmlXPathObjectPtr <a href="#xsltVariableLookup">xsltVariableLookup</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> const xmlChar * name, <br/> const xmlChar * ns_uri);
+xmlXPathObjectPtr <a href="#xsltXPathVariableLookup">xsltXPathVariableLookup</a> (void * ctxt, <br/> const xmlChar * name, <br/> const xmlChar * ns_uri);
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-xslt.html b/doc/devhelp/libxslt-xslt.html
index aed8eb06..2707ac95 100644
--- a/doc/devhelp/libxslt-xslt.html
+++ b/doc/devhelp/libxslt-xslt.html
@@ -43,11 +43,11 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#XSLT_DEFAULT_VERSION">XSLT_DEFAULT_VERSION</a>;
+ <pre class="synopsis">#define <a href="#XSLT_DEFAULT_URL">XSLT_DEFAULT_URL</a>;
#define <a href="#XSLT_DEFAULT_VENDOR">XSLT_DEFAULT_VENDOR</a>;
-#define <a href="#XSLT_PARSE_OPTIONS">XSLT_PARSE_OPTIONS</a>;
-#define <a href="#XSLT_DEFAULT_URL">XSLT_DEFAULT_URL</a>;
+#define <a href="#XSLT_DEFAULT_VERSION">XSLT_DEFAULT_VERSION</a>;
#define <a href="#XSLT_NAMESPACE">XSLT_NAMESPACE</a>;
+#define <a href="#XSLT_PARSE_OPTIONS">XSLT_PARSE_OPTIONS</a>;
void <a href="#xsltCleanupGlobals">xsltCleanupGlobals</a> (void);
void <a href="#xsltInit">xsltInit</a> (void);
</pre>
@@ -79,19 +79,19 @@ void <a href="#xsltInit">xsltInit</a> (void);
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltEngineVersion">Variable </a>xsltEngineVersion</h3><pre class="programlisting">const char * xsltEngineVersion;
-</pre><p/>
+</pre><p>The version string for libxslt.</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltLibxmlVersion">Variable </a>xsltLibxmlVersion</h3><pre class="programlisting">const int xsltLibxmlVersion;
-</pre><p/>
+</pre><p>The version of libxml libxslt was compiled against.</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltLibxsltVersion">Variable </a>xsltLibxsltVersion</h3><pre class="programlisting">const int xsltLibxsltVersion;
-</pre><p/>
+</pre><p>The version of libxslt compiled.</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltMaxDepth">Variable </a>xsltMaxDepth</h3><pre class="programlisting">int xsltMaxDepth;
-</pre><p/>
+</pre><p>This value is used to detect templates loops.</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltMaxVars">Variable </a>xsltMaxVars</h3><pre class="programlisting">int xsltMaxVars;
diff --git a/doc/devhelp/libxslt-xsltInternals.html b/doc/devhelp/libxslt-xsltInternals.html
index 31b61e3b..8fa8c653 100644
--- a/doc/devhelp/libxslt-xsltInternals.html
+++ b/doc/devhelp/libxslt-xsltInternals.html
@@ -43,183 +43,186 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#CHECK_STOPPED0">CHECK_STOPPED0</a>;
-#define <a href="#XSLT_PAT_NO_PRIORITY">XSLT_PAT_NO_PRIORITY</a>;
-#define <a href="#XSLT_ITEM_NSINSCOPE_FIELDS">XSLT_ITEM_NSINSCOPE_FIELDS</a>;
-#define <a href="#XSLT_IS_TEXT_NODE">XSLT_IS_TEXT_NODE</a>;
-#define <a href="#IS_XSLT_ELEM_FAST">IS_XSLT_ELEM_FAST</a>;
-#define <a href="#XSLT_REFACTORED_VARS">XSLT_REFACTORED_VARS</a>;
-#define <a href="#XSLT_RUNTIME_EXTRA_LST">XSLT_RUNTIME_EXTRA_LST</a>(ctxt, nr);
-#define <a href="#XSLT_ITEM_COMPATIBILITY_FIELDS">XSLT_ITEM_COMPATIBILITY_FIELDS</a>;
+ <pre class="synopsis">#define <a href="#CHECK_STOPPED">CHECK_STOPPED</a>;
+#define <a href="#CHECK_STOPPED0">CHECK_STOPPED0</a>;
+#define <a href="#CHECK_STOPPEDE">CHECK_STOPPEDE</a>;
#define <a href="#IS_XSLT_ATTR_FAST">IS_XSLT_ATTR_FAST</a>;
-#define <a href="#XSLT_HAS_INTERNAL_NSMAP">XSLT_HAS_INTERNAL_NSMAP</a>;
+#define <a href="#IS_XSLT_ELEM_FAST">IS_XSLT_ELEM_FAST</a>;
+#define <a href="#XML_CAST_FPTR">XML_CAST_FPTR</a>(fptr);
+#define <a href="#XSLT_CCTXT">XSLT_CCTXT</a>;
#define <a href="#XSLT_FAST_IF">XSLT_FAST_IF</a>;
-#define <a href="#XSLT_MARK_RES_TREE_FRAG">XSLT_MARK_RES_TREE_FRAG</a>;
#define <a href="#XSLT_GET_INTERNAL_NSMAP">XSLT_GET_INTERNAL_NSMAP</a>;
-#define <a href="#XSLT_REFACTORED_KEYCOMP">XSLT_REFACTORED_KEYCOMP</a>;
+#define <a href="#XSLT_HAS_INTERNAL_NSMAP">XSLT_HAS_INTERNAL_NSMAP</a>;
+#define <a href="#XSLT_IS_RES_TREE_FRAG">XSLT_IS_RES_TREE_FRAG</a>;
+#define <a href="#XSLT_IS_TEXT_NODE">XSLT_IS_TEXT_NODE</a>;
+#define <a href="#XSLT_ITEM_COMMON_FIELDS">XSLT_ITEM_COMMON_FIELDS</a>;
+#define <a href="#XSLT_ITEM_COMPATIBILITY_FIELDS">XSLT_ITEM_COMPATIBILITY_FIELDS</a>;
#define <a href="#XSLT_ITEM_NAVIGATION_FIELDS">XSLT_ITEM_NAVIGATION_FIELDS</a>;
+#define <a href="#XSLT_ITEM_NSINSCOPE_FIELDS">XSLT_ITEM_NSINSCOPE_FIELDS</a>;
+#define <a href="#XSLT_MARK_RES_TREE_FRAG">XSLT_MARK_RES_TREE_FRAG</a>;
#define <a href="#XSLT_MAX_SORT">XSLT_MAX_SORT</a>;
+#define <a href="#XSLT_PAT_NO_PRIORITY">XSLT_PAT_NO_PRIORITY</a>;
+#define <a href="#XSLT_REFACTORED_KEYCOMP">XSLT_REFACTORED_KEYCOMP</a>;
+#define <a href="#XSLT_REFACTORED_VARS">XSLT_REFACTORED_VARS</a>;
#define <a href="#XSLT_RUNTIME_EXTRA">XSLT_RUNTIME_EXTRA</a>(ctxt, nr);
-#define <a href="#XSLT_IS_RES_TREE_FRAG">XSLT_IS_RES_TREE_FRAG</a>;
-#define <a href="#XML_CAST_FPTR">XML_CAST_FPTR</a>(fptr);
-#define <a href="#XSLT_ITEM_COMMON_FIELDS">XSLT_ITEM_COMMON_FIELDS</a>;
-#define <a href="#CHECK_STOPPED">CHECK_STOPPED</a>;
#define <a href="#XSLT_RUNTIME_EXTRA_FREE">XSLT_RUNTIME_EXTRA_FREE</a>(ctxt, nr);
-#define <a href="#XSLT_CCTXT">XSLT_CCTXT</a>;
-#define <a href="#CHECK_STOPPEDE">CHECK_STOPPEDE</a>;
-typedef struct _xsltElemPreComp <a href="#xsltElemPreComp">xsltElemPreComp</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemPI">xsltStyleItemPI</a> * <a href="#xsltStyleItemPIPtr">xsltStyleItemPIPtr</a>;
-typedef struct _xsltDocument <a href="#xsltDocument">xsltDocument</a>;
-typedef struct _xsltStyleItemDocument <a href="#xsltStyleItemDocument">xsltStyleItemDocument</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemMessage">xsltStyleItemMessage</a> * <a href="#xsltStyleItemMessagePtr">xsltStyleItemMessagePtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemNumber">xsltStyleItemNumber</a> * <a href="#xsltStyleItemNumberPtr">xsltStyleItemNumberPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> * <a href="#xsltStyleBasicItemVariablePtr">xsltStyleBasicItemVariablePtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemForEach">xsltStyleItemForEach</a> * <a href="#xsltStyleItemForEachPtr">xsltStyleItemForEachPtr</a>;
-typedef enum <a href="#xsltTransformState">xsltTransformState</a>;
+#define <a href="#XSLT_RUNTIME_EXTRA_LST">XSLT_RUNTIME_EXTRA_LST</a>(ctxt, nr);
+typedef struct _xsltCompilerCtxt <a href="#xsltCompilerCtxt">xsltCompilerCtxt</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltCompilerCtxt">xsltCompilerCtxt</a> * <a href="#xsltCompilerCtxtPtr">xsltCompilerCtxtPtr</a>;
+typedef struct _xsltCompilerNodeInfo <a href="#xsltCompilerNodeInfo">xsltCompilerNodeInfo</a>;
typedef <a href="libxslt-xsltInternals.html#xsltCompilerNodeInfo">xsltCompilerNodeInfo</a> * <a href="#xsltCompilerNodeInfoPtr">xsltCompilerNodeInfoPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemLRElementInfo">xsltStyleItemLRElementInfo</a> * <a href="#xsltStyleItemLRElementInfoPtr">xsltStyleItemLRElementInfoPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltRuntimeExtra">xsltRuntimeExtra</a> * <a href="#xsltRuntimeExtraPtr">xsltRuntimeExtraPtr</a>;
-typedef struct _xsltStyleItemLRElementInfo <a href="#xsltStyleItemLRElementInfo">xsltStyleItemLRElementInfo</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemWithParam">xsltStyleItemWithParam</a> * <a href="#xsltStyleItemWithParamPtr">xsltStyleItemWithParamPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemComment">xsltStyleItemComment</a> * <a href="#xsltStyleItemCommentPtr">xsltStyleItemCommentPtr</a>;
-typedef struct _xsltStyleItemMessage <a href="#xsltStyleItemMessage">xsltStyleItemMessage</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemParam">xsltStyleItemParam</a> * <a href="#xsltStyleItemParamPtr">xsltStyleItemParamPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> <a href="#xsltStyleItemCopyOf">xsltStyleItemCopyOf</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemCallTemplate">xsltStyleItemCallTemplate</a> * <a href="#xsltStyleItemCallTemplatePtr">xsltStyleItemCallTemplatePtr</a>;
-typedef struct _xsltTransformCache <a href="#xsltTransformCache">xsltTransformCache</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemCopyOf">xsltStyleItemCopyOf</a> * <a href="#xsltStyleItemCopyOfPtr">xsltStyleItemCopyOfPtr</a>;
-typedef struct _xsltNsMap <a href="#xsltNsMap">xsltNsMap</a>;
-typedef struct _xsltEffectiveNs <a href="#xsltEffectiveNs">xsltEffectiveNs</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemApplyImports">xsltStyleItemApplyImports</a> * <a href="#xsltStyleItemApplyImportsPtr">xsltStyleItemApplyImportsPtr</a>;
-typedef struct _xsltStylesheet <a href="#xsltStylesheet">xsltStylesheet</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStylePreComp">xsltStylePreComp</a> * <a href="#xsltStylePreCompPtr">xsltStylePreCompPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltNsMap">xsltNsMap</a> * <a href="#xsltNsMapPtr">xsltNsMapPtr</a>;
+typedef struct _xsltDecimalFormat <a href="#xsltDecimalFormat">xsltDecimalFormat</a>;
typedef <a href="libxslt-xsltInternals.html#xsltDecimalFormat">xsltDecimalFormat</a> * <a href="#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemInclude">xsltStyleItemInclude</a> * <a href="#xsltStyleItemIncludePtr">xsltStyleItemIncludePtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltKeyTable">xsltKeyTable</a> * <a href="#xsltKeyTablePtr">xsltKeyTablePtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemText">xsltStyleItemText</a> * <a href="#xsltStyleItemTextPtr">xsltStyleItemTextPtr</a>;
-typedef struct _xsltCompilerNodeInfo <a href="#xsltCompilerNodeInfo">xsltCompilerNodeInfo</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStylesheet">xsltStylesheet</a> * <a href="#xsltStylesheetPtr">xsltStylesheetPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltTemplate">xsltTemplate</a> * <a href="#xsltTemplatePtr">xsltTemplatePtr</a>;
-typedef struct _xsltStyleBasicEmptyItem <a href="#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a>;
-typedef struct _xsltStackElem <a href="#xsltStackElem">xsltStackElem</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemIf">xsltStyleItemIf</a> * <a href="#xsltStyleItemIfPtr">xsltStyleItemIfPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemWhen">xsltStyleItemWhen</a> * <a href="#xsltStyleItemWhenPtr">xsltStyleItemWhenPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemElement">xsltStyleItemElement</a> * <a href="#xsltStyleItemElementPtr">xsltStyleItemElementPtr</a>;
-typedef struct _xsltStyleItemOtherwise <a href="#xsltStyleItemOtherwise">xsltStyleItemOtherwise</a>;
-typedef struct _xsltStyleItemCopy <a href="#xsltStyleItemCopy">xsltStyleItemCopy</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltKeyDef">xsltKeyDef</a> * <a href="#xsltKeyDefPtr">xsltKeyDefPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltVarInfo">xsltVarInfo</a> * <a href="#xsltVarInfoPtr">xsltVarInfoPtr</a>;
-typedef struct _xsltStyleItemSort <a href="#xsltStyleItemSort">xsltStyleItemSort</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltTransformCache">xsltTransformCache</a> * <a href="#xsltTransformCachePtr">xsltTransformCachePtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemExtElement">xsltStyleItemExtElement</a> * <a href="#xsltStyleItemExtElementPtr">xsltStyleItemExtElementPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltNsAlias">xsltNsAlias</a> * <a href="#xsltNsAliasPtr">xsltNsAliasPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemValueOf">xsltStyleItemValueOf</a> * <a href="#xsltStyleItemValueOfPtr">xsltStyleItemValueOfPtr</a>;
+typedef struct _xsltDocument <a href="#xsltDocument">xsltDocument</a>;
typedef <a href="libxslt-xsltInternals.html#xsltDocument">xsltDocument</a> * <a href="#xsltDocumentPtr">xsltDocumentPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltPointerList">xsltPointerList</a> * <a href="#xsltPointerListPtr">xsltPointerListPtr</a>;
-typedef struct _xsltTemplate <a href="#xsltTemplate">xsltTemplate</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> * <a href="#xsltStyleBasicExpressionItemPtr">xsltStyleBasicExpressionItemPtr</a>;
-typedef struct _xsltRuntimeExtra <a href="#xsltRuntimeExtra">xsltRuntimeExtra</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemAttribute">xsltStyleItemAttribute</a> * <a href="#xsltStyleItemAttributePtr">xsltStyleItemAttributePtr</a>;
-typedef struct _xsltTransformContext <a href="#xsltTransformContext">xsltTransformContext</a>;
-typedef struct _xsltPointerList <a href="#xsltPointerList">xsltPointerList</a>;
-typedef struct _xsltStyleItemUknown <a href="#xsltStyleItemUknown">xsltStyleItemUknown</a>;
-typedef enum <a href="#xsltErrorSeverityType">xsltErrorSeverityType</a>;
+typedef struct _xsltEffectiveNs <a href="#xsltEffectiveNs">xsltEffectiveNs</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltEffectiveNs">xsltEffectiveNs</a> * <a href="#xsltEffectiveNsPtr">xsltEffectiveNsPtr</a>;
+typedef struct _xsltElemPreComp <a href="#xsltElemPreComp">xsltElemPreComp</a>;
typedef <a href="libxslt-xsltInternals.html#xsltElemPreComp">xsltElemPreComp</a> * <a href="#xsltElemPreCompPtr">xsltElemPreCompPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemFallback">xsltStyleItemFallback</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemOtherwise">xsltStyleItemOtherwise</a> * <a href="#xsltStyleItemOtherwisePtr">xsltStyleItemOtherwisePtr</a>;
-typedef struct _xsltStyleItemWhen <a href="#xsltStyleItemWhen">xsltStyleItemWhen</a>;
-typedef struct _xsltStyleItemIf <a href="#xsltStyleItemIf">xsltStyleItemIf</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltTransformContext">xsltTransformContext</a> * <a href="#xsltTransformContextPtr">xsltTransformContextPtr</a>;
+typedef enum <a href="#xsltErrorSeverityType">xsltErrorSeverityType</a>;
+typedef struct _xsltKeyDef <a href="#xsltKeyDef">xsltKeyDef</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltKeyDef">xsltKeyDef</a> * <a href="#xsltKeyDefPtr">xsltKeyDefPtr</a>;
+typedef struct _xsltKeyTable <a href="#xsltKeyTable">xsltKeyTable</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltKeyTable">xsltKeyTable</a> * <a href="#xsltKeyTablePtr">xsltKeyTablePtr</a>;
+typedef struct _xsltNsAlias <a href="#xsltNsAlias">xsltNsAlias</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltNsAlias">xsltNsAlias</a> * <a href="#xsltNsAliasPtr">xsltNsAliasPtr</a>;
typedef struct _xsltNsList <a href="#xsltNsList">xsltNsList</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> <a href="#xsltStyleItemForEach">xsltStyleItemForEach</a>;
-typedef struct _xsltStyleItemExtElement <a href="#xsltStyleItemExtElement">xsltStyleItemExtElement</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltNsListContainer">xsltNsListContainer</a> * <a href="#xsltNsListContainerPtr">xsltNsListContainerPtr</a>;
-typedef struct _xsltStyleBasicExpressionItem <a href="#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> <a href="#xsltStyleItemWithParam">xsltStyleItemWithParam</a>;
-typedef struct _xsltStyleItemElement <a href="#xsltStyleItemElement">xsltStyleItemElement</a>;
-typedef struct _xsltCompilerCtxt <a href="#xsltCompilerCtxt">xsltCompilerCtxt</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemComment">xsltStyleItemComment</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltEffectiveNs">xsltEffectiveNs</a> * <a href="#xsltEffectiveNsPtr">xsltEffectiveNsPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> <a href="#xsltStyleItemVariable">xsltStyleItemVariable</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemVariable">xsltStyleItemVariable</a> * <a href="#xsltStyleItemVariablePtr">xsltStyleItemVariablePtr</a>;
-typedef struct _xsltStyleItemParam <a href="#xsltStyleItemParam">xsltStyleItemParam</a>;
typedef struct _xsltNsListContainer <a href="#xsltNsListContainer">xsltNsListContainer</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStackElem">xsltStackElem</a> * <a href="#xsltStackElemPtr">xsltStackElemPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> * <a href="#xsltStyleBasicEmptyItemPtr">xsltStyleBasicEmptyItemPtr</a>;
-typedef struct _xsltStyleItemText <a href="#xsltStyleItemText">xsltStyleItemText</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemCopy">xsltStyleItemCopy</a> * <a href="#xsltStyleItemCopyPtr">xsltStyleItemCopyPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemSort">xsltStyleItemSort</a> * <a href="#xsltStyleItemSortPtr">xsltStyleItemSortPtr</a>;
-typedef struct _xsltPrincipalStylesheetData <a href="#xsltPrincipalStylesheetData">xsltPrincipalStylesheetData</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltNsListContainer">xsltNsListContainer</a> * <a href="#xsltNsListContainerPtr">xsltNsListContainerPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltNsList">xsltNsList</a> * <a href="#xsltNsListPtr">xsltNsListPtr</a>;
+typedef struct _xsltNsMap <a href="#xsltNsMap">xsltNsMap</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltNsMap">xsltNsMap</a> * <a href="#xsltNsMapPtr">xsltNsMapPtr</a>;
typedef enum <a href="#xsltOutputType">xsltOutputType</a>;
+typedef struct _xsltPointerList <a href="#xsltPointerList">xsltPointerList</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltPointerList">xsltPointerList</a> * <a href="#xsltPointerListPtr">xsltPointerListPtr</a>;
+typedef struct _xsltPrincipalStylesheetData <a href="#xsltPrincipalStylesheetData">xsltPrincipalStylesheetData</a>;
typedef <a href="libxslt-xsltInternals.html#xsltPrincipalStylesheetData">xsltPrincipalStylesheetData</a> * <a href="#xsltPrincipalStylesheetDataPtr">xsltPrincipalStylesheetDataPtr</a>;
+typedef struct _xsltRuntimeExtra <a href="#xsltRuntimeExtra">xsltRuntimeExtra</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltRuntimeExtra">xsltRuntimeExtra</a> * <a href="#xsltRuntimeExtraPtr">xsltRuntimeExtraPtr</a>;
+typedef struct _xsltStackElem <a href="#xsltStackElem">xsltStackElem</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStackElem">xsltStackElem</a> * <a href="#xsltStackElemPtr">xsltStackElemPtr</a>;
+typedef struct _xsltStyleBasicEmptyItem <a href="#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> * <a href="#xsltStyleBasicEmptyItemPtr">xsltStyleBasicEmptyItemPtr</a>;
+typedef struct _xsltStyleBasicExpressionItem <a href="#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> * <a href="#xsltStyleBasicExpressionItemPtr">xsltStyleBasicExpressionItemPtr</a>;
typedef struct _xsltStyleBasicItemVariable <a href="#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemChoose">xsltStyleItemChoose</a> * <a href="#xsltStyleItemChoosePtr">xsltStyleItemChoosePtr</a>;
-typedef struct _xsltNsAlias <a href="#xsltNsAlias">xsltNsAlias</a>;
-typedef struct _xsltVarInfo <a href="#xsltVarInfo">xsltVarInfo</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> * <a href="#xsltStyleBasicItemVariablePtr">xsltStyleBasicItemVariablePtr</a>;
typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemApplyImports">xsltStyleItemApplyImports</a>;
-typedef struct _xsltKeyTable <a href="#xsltKeyTable">xsltKeyTable</a>;
-typedef struct _xsltStylePreComp <a href="#xsltStylePreComp">xsltStylePreComp</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltNsList">xsltNsList</a> * <a href="#xsltNsListPtr">xsltNsListPtr</a>;
-typedef struct _xsltKeyDef <a href="#xsltKeyDef">xsltKeyDef</a>;
-typedef struct _xsltDecimalFormat <a href="#xsltDecimalFormat">xsltDecimalFormat</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemApplyImports">xsltStyleItemApplyImports</a> * <a href="#xsltStyleItemApplyImportsPtr">xsltStyleItemApplyImportsPtr</a>;
+typedef struct _xsltStyleItemApplyTemplates <a href="#xsltStyleItemApplyTemplates">xsltStyleItemApplyTemplates</a>;
typedef <a href="libxslt-xsltInternals.html#xsltStyleItemApplyTemplates">xsltStyleItemApplyTemplates</a> * <a href="#xsltStyleItemApplyTemplatesPtr">xsltStyleItemApplyTemplatesPtr</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemUknown">xsltStyleItemUknown</a> * <a href="#xsltStyleItemUknownPtr">xsltStyleItemUknownPtr</a>;
-typedef struct _xsltStyleItemValueOf <a href="#xsltStyleItemValueOf">xsltStyleItemValueOf</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltCompilerCtxt">xsltCompilerCtxt</a> * <a href="#xsltCompilerCtxtPtr">xsltCompilerCtxtPtr</a>;
typedef struct _xsltStyleItemAttribute <a href="#xsltStyleItemAttribute">xsltStyleItemAttribute</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleItemDocument">xsltStyleItemDocument</a> * <a href="#xsltStyleItemDocumentPtr">xsltStyleItemDocumentPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemAttribute">xsltStyleItemAttribute</a> * <a href="#xsltStyleItemAttributePtr">xsltStyleItemAttributePtr</a>;
typedef struct _xsltStyleItemCallTemplate <a href="#xsltStyleItemCallTemplate">xsltStyleItemCallTemplate</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemCallTemplate">xsltStyleItemCallTemplate</a> * <a href="#xsltStyleItemCallTemplatePtr">xsltStyleItemCallTemplatePtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemChoose">xsltStyleItemChoose</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemChoose">xsltStyleItemChoose</a> * <a href="#xsltStyleItemChoosePtr">xsltStyleItemChoosePtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemComment">xsltStyleItemComment</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemComment">xsltStyleItemComment</a> * <a href="#xsltStyleItemCommentPtr">xsltStyleItemCommentPtr</a>;
+typedef struct _xsltStyleItemCopy <a href="#xsltStyleItemCopy">xsltStyleItemCopy</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> <a href="#xsltStyleItemCopyOf">xsltStyleItemCopyOf</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemCopyOf">xsltStyleItemCopyOf</a> * <a href="#xsltStyleItemCopyOfPtr">xsltStyleItemCopyOfPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemCopy">xsltStyleItemCopy</a> * <a href="#xsltStyleItemCopyPtr">xsltStyleItemCopyPtr</a>;
+typedef struct _xsltStyleItemDocument <a href="#xsltStyleItemDocument">xsltStyleItemDocument</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemDocument">xsltStyleItemDocument</a> * <a href="#xsltStyleItemDocumentPtr">xsltStyleItemDocumentPtr</a>;
+typedef struct _xsltStyleItemElement <a href="#xsltStyleItemElement">xsltStyleItemElement</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemElement">xsltStyleItemElement</a> * <a href="#xsltStyleItemElementPtr">xsltStyleItemElementPtr</a>;
+typedef struct _xsltStyleItemExtElement <a href="#xsltStyleItemExtElement">xsltStyleItemExtElement</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemExtElement">xsltStyleItemExtElement</a> * <a href="#xsltStyleItemExtElementPtr">xsltStyleItemExtElementPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemFallback">xsltStyleItemFallback</a>;
typedef <a href="libxslt-xsltInternals.html#xsltStyleItemFallback">xsltStyleItemFallback</a> * <a href="#xsltStyleItemFallbackPtr">xsltStyleItemFallbackPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> <a href="#xsltStyleItemForEach">xsltStyleItemForEach</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemForEach">xsltStyleItemForEach</a> * <a href="#xsltStyleItemForEachPtr">xsltStyleItemForEachPtr</a>;
+typedef struct _xsltStyleItemIf <a href="#xsltStyleItemIf">xsltStyleItemIf</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemIf">xsltStyleItemIf</a> * <a href="#xsltStyleItemIfPtr">xsltStyleItemIfPtr</a>;
+typedef struct _xsltStyleItemInclude <a href="#xsltStyleItemInclude">xsltStyleItemInclude</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemInclude">xsltStyleItemInclude</a> * <a href="#xsltStyleItemIncludePtr">xsltStyleItemIncludePtr</a>;
+typedef struct _xsltStyleItemLRElementInfo <a href="#xsltStyleItemLRElementInfo">xsltStyleItemLRElementInfo</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemLRElementInfo">xsltStyleItemLRElementInfo</a> * <a href="#xsltStyleItemLRElementInfoPtr">xsltStyleItemLRElementInfoPtr</a>;
+typedef struct _xsltStyleItemMessage <a href="#xsltStyleItemMessage">xsltStyleItemMessage</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemMessage">xsltStyleItemMessage</a> * <a href="#xsltStyleItemMessagePtr">xsltStyleItemMessagePtr</a>;
typedef struct _xsltStyleItemNumber <a href="#xsltStyleItemNumber">xsltStyleItemNumber</a>;
-typedef struct _xsltStyleItemApplyTemplates <a href="#xsltStyleItemApplyTemplates">xsltStyleItemApplyTemplates</a>;
-typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> <a href="#xsltStyleItemChoose">xsltStyleItemChoose</a>;
-typedef enum <a href="#xsltStyleType">xsltStyleType</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemNumber">xsltStyleItemNumber</a> * <a href="#xsltStyleItemNumberPtr">xsltStyleItemNumberPtr</a>;
+typedef struct _xsltStyleItemOtherwise <a href="#xsltStyleItemOtherwise">xsltStyleItemOtherwise</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemOtherwise">xsltStyleItemOtherwise</a> * <a href="#xsltStyleItemOtherwisePtr">xsltStyleItemOtherwisePtr</a>;
typedef struct _xsltStyleItemPI <a href="#xsltStyleItemPI">xsltStyleItemPI</a>;
-typedef struct _xsltStyleItemInclude <a href="#xsltStyleItemInclude">xsltStyleItemInclude</a>;
-typedef void <a href="#xsltElemPreCompDeallocator">xsltElemPreCompDeallocator</a> (<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
-int <a href="#xsltRegisterPersistRVT">xsltRegisterPersistRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
-<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a> (xmlDocPtr doc, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> parentStyle);
-void <a href="#xsltFreeStackElemList">xsltFreeStackElemList</a> (<a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> elem);
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemPI">xsltStyleItemPI</a> * <a href="#xsltStyleItemPIPtr">xsltStyleItemPIPtr</a>;
+typedef struct _xsltStyleItemParam <a href="#xsltStyleItemParam">xsltStyleItemParam</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemParam">xsltStyleItemParam</a> * <a href="#xsltStyleItemParamPtr">xsltStyleItemParamPtr</a>;
+typedef struct _xsltStyleItemSort <a href="#xsltStyleItemSort">xsltStyleItemSort</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemSort">xsltStyleItemSort</a> * <a href="#xsltStyleItemSortPtr">xsltStyleItemSortPtr</a>;
+typedef struct _xsltStyleItemText <a href="#xsltStyleItemText">xsltStyleItemText</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemText">xsltStyleItemText</a> * <a href="#xsltStyleItemTextPtr">xsltStyleItemTextPtr</a>;
+typedef struct _xsltStyleItemUknown <a href="#xsltStyleItemUknown">xsltStyleItemUknown</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemUknown">xsltStyleItemUknown</a> * <a href="#xsltStyleItemUknownPtr">xsltStyleItemUknownPtr</a>;
+typedef struct _xsltStyleItemValueOf <a href="#xsltStyleItemValueOf">xsltStyleItemValueOf</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemValueOf">xsltStyleItemValueOf</a> * <a href="#xsltStyleItemValueOfPtr">xsltStyleItemValueOfPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> <a href="#xsltStyleItemVariable">xsltStyleItemVariable</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemVariable">xsltStyleItemVariable</a> * <a href="#xsltStyleItemVariablePtr">xsltStyleItemVariablePtr</a>;
+typedef struct _xsltStyleItemWhen <a href="#xsltStyleItemWhen">xsltStyleItemWhen</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemWhen">xsltStyleItemWhen</a> * <a href="#xsltStyleItemWhenPtr">xsltStyleItemWhenPtr</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> <a href="#xsltStyleItemWithParam">xsltStyleItemWithParam</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStyleItemWithParam">xsltStyleItemWithParam</a> * <a href="#xsltStyleItemWithParamPtr">xsltStyleItemWithParamPtr</a>;
+typedef struct _xsltStylePreComp <a href="#xsltStylePreComp">xsltStylePreComp</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStylePreComp">xsltStylePreComp</a> * <a href="#xsltStylePreCompPtr">xsltStylePreCompPtr</a>;
+typedef enum <a href="#xsltStyleType">xsltStyleType</a>;
+typedef struct _xsltStylesheet <a href="#xsltStylesheet">xsltStylesheet</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltStylesheet">xsltStylesheet</a> * <a href="#xsltStylesheetPtr">xsltStylesheetPtr</a>;
+typedef struct _xsltTemplate <a href="#xsltTemplate">xsltTemplate</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltTemplate">xsltTemplate</a> * <a href="#xsltTemplatePtr">xsltTemplatePtr</a>;
+typedef struct _xsltTransformCache <a href="#xsltTransformCache">xsltTransformCache</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltTransformCache">xsltTransformCache</a> * <a href="#xsltTransformCachePtr">xsltTransformCachePtr</a>;
+typedef struct _xsltTransformContext <a href="#xsltTransformContext">xsltTransformContext</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltTransformContext">xsltTransformContext</a> * <a href="#xsltTransformContextPtr">xsltTransformContextPtr</a>;
+typedef enum <a href="#xsltTransformState">xsltTransformState</a>;
+typedef struct _xsltVarInfo <a href="#xsltVarInfo">xsltVarInfo</a>;
+typedef <a href="libxslt-xsltInternals.html#xsltVarInfo">xsltVarInfo</a> * <a href="#xsltVarInfoPtr">xsltVarInfoPtr</a>;
int <a href="#xsltAllocateExtra">xsltAllocateExtra</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-int <a href="#xsltFlagRVTs">xsltFlagRVTs</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathObjectPtr obj, <br/> void * val);
-void <a href="#xsltParseSequenceConstructor">xsltParseSequenceConstructor</a> (<a href="libxslt-xsltInternals.html#xsltCompilerCtxtPtr">xsltCompilerCtxtPtr</a> cctxt, <br/> xmlNodePtr cur);
-int <a href="#xsltRegisterTmpRVT">xsltRegisterTmpRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
-int <a href="#xsltInitAllDocKeys">xsltInitAllDocKeys</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+int <a href="#xsltAllocateExtraCtxt">xsltAllocateExtraCtxt</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltCompileAttr">xsltCompileAttr</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlAttrPtr attr);
+xmlDocPtr <a href="#xsltCreateRVT">xsltCreateRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
<a href="libxslt-xsltInternals.html#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a> <a href="#xsltDecimalFormatGetByName">xsltDecimalFormatGetByName</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlChar * name);
+<a href="libxslt-xsltInternals.html#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a> <a href="#xsltDecimalFormatGetByQName">xsltDecimalFormatGetByQName</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * nsUri, <br/> const xmlChar * name);
+typedef void <a href="#xsltElemPreCompDeallocator">xsltElemPreCompDeallocator</a> (<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+xmlChar * <a href="#xsltEvalAVT">xsltEvalAVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> void * avt, <br/> xmlNodePtr node);
int <a href="#xsltExtensionInstructionResultFinalize">xsltExtensionInstructionResultFinalize</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltParseStylesheetUser">xsltParseStylesheetUser</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc);
-void <a href="#xsltPointerListFree">xsltPointerListFree</a> (<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> list);
-int <a href="#xsltIsBlank">xsltIsBlank</a> (xmlChar * str);
+int <a href="#xsltExtensionInstructionResultRegister">xsltExtensionInstructionResultRegister</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathObjectPtr obj);
+int <a href="#xsltFlagRVTs">xsltFlagRVTs</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathObjectPtr obj, <br/> int val);
xmlXPathError <a href="#xsltFormatNumberConversion">xsltFormatNumberConversion</a> (<a href="libxslt-xsltInternals.html#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a> self, <br/> xmlChar * format, <br/> double number, <br/> xmlChar ** result);
-int <a href="#xsltPointerListAddSize">xsltPointerListAddSize</a> (<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> list, <br/> void * item, <br/> int initialSize);
-typedef void <a href="#xsltSortFunc">xsltSortFunc</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr * sorts, <br/> int nbsorts);
-void <a href="#xsltUninit">xsltUninit</a> (void);
+void <a href="#xsltFreeAVTList">xsltFreeAVTList</a> (void * avt);
+typedef void <a href="#xsltFreeLocaleFunc">xsltFreeLocaleFunc</a> (void * locale);
+void <a href="#xsltFreeRVTs">xsltFreeRVTs</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltFreeStackElemList">xsltFreeStackElemList</a> (<a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> elem);
void <a href="#xsltFreeStylesheet">xsltFreeStylesheet</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-xmlDocPtr <a href="#xsltCreateRVT">xsltCreateRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+typedef xmlChar * <a href="#xsltGenSortKeyFunc">xsltGenSortKeyFunc</a> (void * locale, <br/> const xmlChar * lang);
+int <a href="#xsltInitAllDocKeys">xsltInitAllDocKeys</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+int <a href="#xsltInitCtxtKey">xsltInitCtxtKey</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> idoc, <br/> <a href="libxslt-xsltInternals.html#xsltKeyDefPtr">xsltKeyDefPtr</a> keyDef);
+int <a href="#xsltIsBlank">xsltIsBlank</a> (xmlChar * str);
+<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltLoadStylesheetPI">xsltLoadStylesheetPI</a> (xmlDocPtr doc);
+typedef void * <a href="#xsltNewLocaleFunc">xsltNewLocaleFunc</a> (const xmlChar * lang, <br/> int lowerFirst);
+<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltNewStylesheet">xsltNewStylesheet</a> (void);
+void <a href="#xsltNumberFormat">xsltNumberFormat</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-numbersInternals.html#xsltNumberDataPtr">xsltNumberDataPtr</a> data, <br/> xmlNodePtr node);
+int <a href="#xsltParseAnyXSLTElem">xsltParseAnyXSLTElem</a> (<a href="libxslt-xsltInternals.html#xsltCompilerCtxtPtr">xsltCompilerCtxtPtr</a> cctxt, <br/> xmlNodePtr elem);
+void <a href="#xsltParseSequenceConstructor">xsltParseSequenceConstructor</a> (<a href="libxslt-xsltInternals.html#xsltCompilerCtxtPtr">xsltCompilerCtxtPtr</a> cctxt, <br/> xmlNodePtr cur);
+<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a> (xmlDocPtr doc);
<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltParseStylesheetFile">xsltParseStylesheetFile</a> (const xmlChar * filename);
+<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a> (xmlDocPtr doc, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> parentStyle);
void <a href="#xsltParseStylesheetOutput">xsltParseStylesheetOutput</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr cur);
-int <a href="#xsltParseAnyXSLTElem">xsltParseAnyXSLTElem</a> (<a href="libxslt-xsltInternals.html#xsltCompilerCtxtPtr">xsltCompilerCtxtPtr</a> cctxt, <br/> xmlNodePtr elem);
-void <a href="#xsltCompileAttr">xsltCompileAttr</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlAttrPtr attr);
-int <a href="#xsltRestoreDocumentNamespaces">xsltRestoreDocumentNamespaces</a> (<a href="libxslt-xsltInternals.html#xsltNsMapPtr">xsltNsMapPtr</a> ns, <br/> xmlDocPtr doc);
-void <a href="#xsltNumberFormat">xsltNumberFormat</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-numbersInternals.html#xsltNumberDataPtr">xsltNumberDataPtr</a> data, <br/> xmlNodePtr node);
-void <a href="#xsltReleaseRVT">xsltReleaseRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
-void <a href="#xsltFreeRVTs">xsltFreeRVTs</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltExtensionInstructionResultRegister">xsltExtensionInstructionResultRegister</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathObjectPtr obj);
-<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> <a href="#xsltPointerListCreate">xsltPointerListCreate</a> (int initialSize);
-void <a href="#xsltFreeAVTList">xsltFreeAVTList</a> (void * avt);
-int <a href="#xsltAllocateExtraCtxt">xsltAllocateExtraCtxt</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-void <a href="#xsltParseTemplateContent">xsltParseTemplateContent</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr templ);
-<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltNewStylesheet">xsltNewStylesheet</a> (void);
<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltParseStylesheetProcess">xsltParseStylesheetProcess</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> ret, <br/> xmlDocPtr doc);
-<a href="libxslt-xsltInternals.html#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a> <a href="#xsltDecimalFormatGetByQName">xsltDecimalFormatGetByQName</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * nsUri, <br/> const xmlChar * name);
-typedef void <a href="#xsltTransformFunction">xsltTransformFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
-int <a href="#xsltRegisterLocalRVT">xsltRegisterLocalRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
-<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a> (xmlDocPtr doc);
-int <a href="#xsltInitCtxtKey">xsltInitCtxtKey</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a> idoc, <br/> <a href="libxslt-xsltInternals.html#xsltKeyDefPtr">xsltKeyDefPtr</a> keyDef);
-xmlChar * <a href="#xsltEvalAVT">xsltEvalAVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> void * avt, <br/> xmlNodePtr node);
+int <a href="#xsltParseStylesheetUser">xsltParseStylesheetUser</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlDocPtr doc);
+void <a href="#xsltParseTemplateContent">xsltParseTemplateContent</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr templ);
+int <a href="#xsltPointerListAddSize">xsltPointerListAddSize</a> (<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> list, <br/> void * item, <br/> int initialSize);
void <a href="#xsltPointerListClear">xsltPointerListClear</a> (<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> list);
-<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> <a href="#xsltLoadStylesheetPI">xsltLoadStylesheetPI</a> (xmlDocPtr doc);
+<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> <a href="#xsltPointerListCreate">xsltPointerListCreate</a> (int initialSize);
+void <a href="#xsltPointerListFree">xsltPointerListFree</a> (<a href="libxslt-xsltInternals.html#xsltPointerListPtr">xsltPointerListPtr</a> list);
+int <a href="#xsltRegisterLocalRVT">xsltRegisterLocalRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
+int <a href="#xsltRegisterPersistRVT">xsltRegisterPersistRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
+int <a href="#xsltRegisterTmpRVT">xsltRegisterTmpRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
+void <a href="#xsltReleaseRVT">xsltReleaseRVT</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlDocPtr RVT);
+int <a href="#xsltRestoreDocumentNamespaces">xsltRestoreDocumentNamespaces</a> (<a href="libxslt-xsltInternals.html#xsltNsMapPtr">xsltNsMapPtr</a> ns, <br/> xmlDocPtr doc);
+typedef void <a href="#xsltSortFunc">xsltSortFunc</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr * sorts, <br/> int nbsorts);
+typedef void <a href="#xsltTransformFunction">xsltTransformFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> comp);
+void <a href="#xsltUninit">xsltUninit</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
@@ -644,7 +647,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemApplyImports">Typedef </a>xsltStyleItemApplyImports</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> xsltStyleItemApplyImports;
-</pre><p/>
+</pre><p>&lt;!-- Category: instruction --&gt; &lt;xsl:apply-imports /&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemApplyImportsPtr">Typedef </a>xsltStyleItemApplyImportsPtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemApplyImports">xsltStyleItemApplyImports</a> * xsltStyleItemApplyImportsPtr;
@@ -693,7 +696,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemChoose">Typedef </a>xsltStyleItemChoose</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> xsltStyleItemChoose;
-</pre><p/>
+</pre><p>&lt;!-- Category: instruction --&gt; &lt;xsl:choose&gt; &lt;!-- Content: (xsl:when+, xsl:otherwise?) --&gt; &lt;/xsl:choose&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemChoosePtr">Typedef </a>xsltStyleItemChoosePtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemChoose">xsltStyleItemChoose</a> * xsltStyleItemChoosePtr;
@@ -701,7 +704,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemComment">Typedef </a>xsltStyleItemComment</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> xsltStyleItemComment;
-</pre><p/>
+</pre><p>&lt;!-- Category: instruction --&gt; &lt;xsl:comment&gt; &lt;!-- Content: template --&gt; &lt;/xsl:comment&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemCommentPtr">Typedef </a>xsltStyleItemCommentPtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemComment">xsltStyleItemComment</a> * xsltStyleItemCommentPtr;
@@ -716,7 +719,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemCopyOf">Typedef </a>xsltStyleItemCopyOf</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> xsltStyleItemCopyOf;
-</pre><p/>
+</pre><p>&lt;!-- Category: instruction --&gt; &lt;xsl:copy-of select = expression /&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemCopyOfPtr">Typedef </a>xsltStyleItemCopyOfPtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemCopyOf">xsltStyleItemCopyOf</a> * xsltStyleItemCopyOfPtr;
@@ -766,7 +769,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemFallback">Typedef </a>xsltStyleItemFallback</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicEmptyItem">xsltStyleBasicEmptyItem</a> xsltStyleItemFallback;
-</pre><p/>
+</pre><p>&lt;!-- Category: instruction --&gt; &lt;xsl:fallback&gt; &lt;!-- Content: template --&gt; &lt;/xsl:fallback&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemFallbackPtr">Typedef </a>xsltStyleItemFallbackPtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemFallback">xsltStyleItemFallback</a> * xsltStyleItemFallbackPtr;
@@ -774,7 +777,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemForEach">Typedef </a>xsltStyleItemForEach</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicExpressionItem">xsltStyleBasicExpressionItem</a> xsltStyleItemForEach;
-</pre><p/>
+</pre><p>&lt;!-- Category: instruction --&gt; &lt;xsl:for-each select = node-set-expression&gt; &lt;!-- Content: (xsl:sort*, template) --&gt; &lt;/xsl:for-each&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemForEachPtr">Typedef </a>xsltStyleItemForEachPtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemForEach">xsltStyleItemForEach</a> * xsltStyleItemForEachPtr;
@@ -877,7 +880,6 @@ The content of this structure is not made public by the API.
int descending : sort
const xmlChar * lang : sort
int has_lang : sort
- <a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale : sort
const xmlChar * case_order : sort
int lower_first : sort
const xmlChar * use
@@ -925,7 +927,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemVariable">Typedef </a>xsltStyleItemVariable</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> xsltStyleItemVariable;
-</pre><p/>
+</pre><p>&lt;!-- Category: top-level-element --&gt; &lt;xsl:param name = qname select = expression&gt; &lt;!-- Content: template --&gt; &lt;/xsl:param&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemVariablePtr">Typedef </a>xsltStyleItemVariablePtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemVariable">xsltStyleItemVariable</a> * xsltStyleItemVariablePtr;
@@ -944,7 +946,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemWithParam">Typedef </a>xsltStyleItemWithParam</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleBasicItemVariable">xsltStyleBasicItemVariable</a> xsltStyleItemWithParam;
-</pre><p/>
+</pre><p>&lt;xsl:with-param name = qname select = expression&gt; &lt;!-- Content: template --&gt; &lt;/xsl:with-param&gt;</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltStyleItemWithParamPtr">Typedef </a>xsltStyleItemWithParamPtr</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStyleItemWithParam">xsltStyleItemWithParam</a> * xsltStyleItemWithParamPtr;
@@ -964,7 +966,6 @@ The content of this structure is not made public by the API.
int descending : sort
const xmlChar * lang : sort
int has_lang : sort
- <a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale : sort
const xmlChar * case_order : sort
int lower_first : sort
const xmlChar * use : copy, element
@@ -1211,6 +1212,11 @@ The content of this structure is not made public by the API.
int maxTemplateVars
unsigned long opLimit
unsigned long opCount
+ int sourceDocDirty
+ unsigned long currentId : For generate-id()
+ <a href="libxslt-xsltInternals.html#xsltNewLocaleFunc">xsltNewLocaleFunc</a> newLocale
+ <a href="libxslt-xsltInternals.html#xsltFreeLocaleFunc">xsltFreeLocaleFunc</a> freeLocale
+ <a href="libxslt-xsltInternals.html#xsltGenSortKeyFunc">xsltGenSortKeyFunc</a> genSortKey
} xsltTransformContext;
</pre><p/>
</div>
@@ -1245,6 +1251,18 @@ The content of this structure is not made public by the API.
</pre><p>Deallocates an #xsltElemPreComp structure.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>comp</tt></i>:</span></td><td>the #xsltElemPreComp to free up</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="xsltFreeLocaleFunc"/>Function type xsltFreeLocaleFunc</h3><pre class="programlisting">void xsltFreeLocaleFunc (void * locale)<br/>
+</pre><p/>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>locale</tt></i>:</span></td><td/></tr></tbody></table></div></div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="xsltGenSortKeyFunc"/>Function type xsltGenSortKeyFunc</h3><pre class="programlisting">xmlChar * xsltGenSortKeyFunc (void * locale, <br/> const xmlChar * lang)<br/>
+</pre><p/>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>locale</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>lang</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="xsltNewLocaleFunc"/>Function type xsltNewLocaleFunc</h3><pre class="programlisting">void * xsltNewLocaleFunc (const xmlChar * lang, <br/> int lowerFirst)<br/>
+</pre><p/>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>lang</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>lowerFirst</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="xsltSortFunc"/>Function type xsltSortFunc</h3><pre class="programlisting">void xsltSortFunc (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr * sorts, <br/> int nbsorts)<br/>
</pre><p>Signature of the function to use during sorting</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>a transformation context</td></tr><tr><td><span class="term"><i><tt>sorts</tt></i>:</span></td><td>the node-set to sort</td></tr><tr><td><span class="term"><i><tt>nbsorts</tt></i>:</span></td><td>the number of sorts</td></tr></tbody></table></div></div>
@@ -1258,7 +1276,7 @@ The content of this structure is not made public by the API.
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltXSLTAttrMarker">Variable </a>xsltXSLTAttrMarker</h3><pre class="programlisting">const xmlChar * xsltXSLTAttrMarker;
-</pre><p/>
+</pre><p>Marker for XSLT attribute on Literal Result Elements.</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltAllocateExtra"/>xsltAllocateExtra ()</h3><pre class="programlisting">int xsltAllocateExtra (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style)<br/>
@@ -1297,7 +1315,7 @@ The content of this structure is not made public by the API.
</pre><p>Marks the result of a value-returning extension instruction in order to avoid it being garbage collected before the extension instruction exits. Note that one still has to additionally register any newly created tree fragments (via xsltCreateRVT()) with xsltRegisterLocalRVT().</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XSLT transformation context</td></tr><tr><td><span class="term"><i><tt>obj</tt></i>:</span></td><td>an XPath object to be inspected for result tree fragments</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of error. It isn't necessary to call this function in newer releases of libxslt.</td></tr></tbody></table></div></div>
<hr/>
- <div class="refsect2" lang="en"><h3><a name="xsltFlagRVTs"/>xsltFlagRVTs ()</h3><pre class="programlisting">int xsltFlagRVTs (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathObjectPtr obj, <br/> void * val)<br/>
+ <div class="refsect2" lang="en"><h3><a name="xsltFlagRVTs"/>xsltFlagRVTs ()</h3><pre class="programlisting">int xsltFlagRVTs (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlXPathObjectPtr obj, <br/> int val)<br/>
</pre><p>Updates ownership information of RVTs in @obj according to @val. @val = <a href="libxslt-variables.html#XSLT_RVT_FUNC_RESULT">XSLT_RVT_FUNC_RESULT</a> for the result of an extension function, so its RVTs won't be destroyed after leaving the returning scope. @val = <a href="libxslt-variables.html#XSLT_RVT_LOCAL">XSLT_RVT_LOCAL</a> for the result of an extension function to reset the state of its RVTs after it was returned to a new scope. @val = <a href="libxslt-variables.html#XSLT_RVT_GLOBAL">XSLT_RVT_GLOBAL</a> for parts of global variables.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XSLT transformation context</td></tr><tr><td><span class="term"><i><tt>obj</tt></i>:</span></td><td>an XPath object to be inspected for result tree fragments</td></tr><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the flag value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of error.</td></tr></tbody></table></div></div>
<hr/>
@@ -1355,7 +1373,7 @@ The content of this structure is not made public by the API.
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltParseStylesheetDoc"/>xsltParseStylesheetDoc ()</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> xsltParseStylesheetDoc (xmlDocPtr doc)<br/>
</pre><p>parse an XSLT stylesheet, building the associated structures. doc is kept as a reference within the returned stylesheet, so changes to doc after the parsing will be reflected when the stylesheet is applied, and the doc is automatically freed when the stylesheet is closed.</p>
-<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>and xmlDoc parsed XML</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new XSLT stylesheet structure.</td></tr></tbody></table></div></div>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>an xmlDoc parsed XML</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new XSLT stylesheet structure.</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltParseStylesheetFile"/>xsltParseStylesheetFile ()</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> xsltParseStylesheetFile (const xmlChar * filename)<br/>
</pre><p>Load and parse an XSLT stylesheet</p>
diff --git a/doc/devhelp/libxslt-xsltexports.html b/doc/devhelp/libxslt-xsltexports.html
index dc9413df..07421495 100644
--- a/doc/devhelp/libxslt-xsltexports.html
+++ b/doc/devhelp/libxslt-xsltexports.html
@@ -44,10 +44,10 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">#define <a href="#LIBXSLT_PUBLIC">LIBXSLT_PUBLIC</a>;
+#define <a href="#XSLTCALL">XSLTCALL</a>;
#define <a href="#XSLTPUBFUN">XSLTPUBFUN</a>;
-#define <a href="#XSLTPUBVAR">XSLTPUBVAR</a>;
#define <a href="#XSLTPUBLIC">XSLTPUBLIC</a>;
-#define <a href="#XSLTCALL">XSLTCALL</a>;
+#define <a href="#XSLTPUBVAR">XSLTPUBVAR</a>;
</pre>
</div>
<div class="refsect1" lang="en">
diff --git a/doc/devhelp/libxslt-xsltlocale.html b/doc/devhelp/libxslt-xsltlocale.html
index 9861b8c0..64ce6770 100644
--- a/doc/devhelp/libxslt-xsltlocale.html
+++ b/doc/devhelp/libxslt-xsltlocale.html
@@ -43,16 +43,13 @@
<p>Author(s): Nick Wellnhofer </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#XSLT_LOCALE_WINAPI">XSLT_LOCALE_WINAPI</a>;
-#define <a href="#XSLT_LOCALE_NONE">XSLT_LOCALE_NONE</a>;
-#define <a href="#XSLT_LOCALE_POSIX">XSLT_LOCALE_POSIX</a>;
-typedef void * <a href="#xsltLocale">xsltLocale</a>;
+ <pre class="synopsis">typedef void * <a href="#xsltLocale">xsltLocale</a>;
typedef xmlChar <a href="#xsltLocaleChar">xsltLocaleChar</a>;
-<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> <a href="#xsltNewLocale">xsltNewLocale</a> (const xmlChar * languageTag);
-int <a href="#xsltLocaleStrcmp">xsltLocaleStrcmp</a> (<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale, <br/> const <a href="libxslt-xsltlocale.html#xsltLocaleChar">xsltLocaleChar</a> * str1, <br/> const <a href="libxslt-xsltlocale.html#xsltLocaleChar">xsltLocaleChar</a> * str2);
-void <a href="#xsltFreeLocale">xsltFreeLocale</a> (<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale);
-<a href="libxslt-xsltlocale.html#xsltLocaleChar">xsltLocaleChar</a> * <a href="#xsltStrxfrm">xsltStrxfrm</a> (<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale, <br/> const xmlChar * string);
+void <a href="#xsltFreeLocale">xsltFreeLocale</a> (void * locale);
void <a href="#xsltFreeLocales">xsltFreeLocales</a> (void);
+int <a href="#xsltLocaleStrcmp">xsltLocaleStrcmp</a> (void * locale, <br/> const xmlChar * str1, <br/> const xmlChar * str2);
+void * <a href="#xsltNewLocale">xsltNewLocale</a> (const xmlChar * languageTag, <br/> int lowerFirst);
+xmlChar * <a href="#xsltStrxfrm">xsltStrxfrm</a> (void * vlocale, <br/> const xmlChar * string);
</pre>
</div>
<div class="refsect1" lang="en">
@@ -61,18 +58,6 @@ void <a href="#xsltFreeLocales">xsltFreeLocales</a> (void);
<div class="refsect1" lang="en">
<h2>Details</h2>
<div class="refsect2" lang="en">
- <div class="refsect2" lang="en"><h3><a name="XSLT_LOCALE_NONE">Macro </a>XSLT_LOCALE_NONE</h3><pre class="programlisting">#define <a href="#XSLT_LOCALE_NONE">XSLT_LOCALE_NONE</a>;
-</pre><p>Macro indicating that there's no extended locale support</p>
-</div>
- <hr/>
- <div class="refsect2" lang="en"><h3><a name="XSLT_LOCALE_POSIX">Macro </a>XSLT_LOCALE_POSIX</h3><pre class="programlisting">#define <a href="#XSLT_LOCALE_POSIX">XSLT_LOCALE_POSIX</a>;
-</pre><p>Macro indicating to use POSIX locale extensions</p>
-</div>
- <hr/>
- <div class="refsect2" lang="en"><h3><a name="XSLT_LOCALE_WINAPI">Macro </a>XSLT_LOCALE_WINAPI</h3><pre class="programlisting">#define <a href="#XSLT_LOCALE_WINAPI">XSLT_LOCALE_WINAPI</a>;
-</pre><p>Macro indicating to use WinAPI for extended locale support</p>
-</div>
- <hr/>
<div class="refsect2" lang="en"><h3><a name="xsltLocale">Typedef </a>xsltLocale</h3><pre class="programlisting">void * xsltLocale;
</pre><p/>
</div>
@@ -81,7 +66,7 @@ void <a href="#xsltFreeLocales">xsltFreeLocales</a> (void);
</pre><p/>
</div>
<hr/>
- <div class="refsect2" lang="en"><h3><a name="xsltFreeLocale"/>xsltFreeLocale ()</h3><pre class="programlisting">void xsltFreeLocale (<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale)<br/>
+ <div class="refsect2" lang="en"><h3><a name="xsltFreeLocale"/>xsltFreeLocale ()</h3><pre class="programlisting">void xsltFreeLocale (void * locale)<br/>
</pre><p>Frees a locale created with <a href="libxslt-xsltlocale.html#xsltNewLocale">xsltNewLocale</a></p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>locale</tt></i>:</span></td><td>the locale to free</td></tr></tbody></table></div></div>
<hr/>
@@ -89,17 +74,17 @@ void <a href="#xsltFreeLocales">xsltFreeLocales</a> (void);
</pre><p>Cleanup function for the locale support on shutdown</p>
</div>
<hr/>
- <div class="refsect2" lang="en"><h3><a name="xsltLocaleStrcmp"/>xsltLocaleStrcmp ()</h3><pre class="programlisting">int xsltLocaleStrcmp (<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale, <br/> const <a href="libxslt-xsltlocale.html#xsltLocaleChar">xsltLocaleChar</a> * str1, <br/> const <a href="libxslt-xsltlocale.html#xsltLocaleChar">xsltLocaleChar</a> * str2)<br/>
-</pre><p>Compares two strings transformed with <a href="libxslt-xsltlocale.html#xsltStrxfrm">xsltStrxfrm</a></p>
-<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>locale</tt></i>:</span></td><td>a locale identifier</td></tr><tr><td><span class="term"><i><tt>str1</tt></i>:</span></td><td>a string transformed with <a href="libxslt-xsltlocale.html#xsltStrxfrm">xsltStrxfrm</a></td></tr><tr><td><span class="term"><i><tt>str2</tt></i>:</span></td><td>a string transformed with <a href="libxslt-xsltlocale.html#xsltStrxfrm">xsltStrxfrm</a></td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a value &lt; 0 if str1 sorts before str2, a value &gt; 0 if str1 sorts after str2, 0 if str1 and str2 are equal wrt sorting</td></tr></tbody></table></div></div>
+ <div class="refsect2" lang="en"><h3><a name="xsltLocaleStrcmp"/>xsltLocaleStrcmp ()</h3><pre class="programlisting">int xsltLocaleStrcmp (void * locale, <br/> const xmlChar * str1, <br/> const xmlChar * str2)<br/>
+</pre><p>DEPRECATED: Same as xmlStrcmp. Compares two strings transformed with xsltStrxfrm.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>locale</tt></i>:</span></td><td>unused</td></tr><tr><td><span class="term"><i><tt>str1</tt></i>:</span></td><td>a string transformed with <a href="libxslt-xsltlocale.html#xsltStrxfrm">xsltStrxfrm</a></td></tr><tr><td><span class="term"><i><tt>str2</tt></i>:</span></td><td>a string transformed with <a href="libxslt-xsltlocale.html#xsltStrxfrm">xsltStrxfrm</a></td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a value &lt; 0 if str1 sorts before str2, a value &gt; 0 if str1 sorts after str2, 0 if str1 and str2 are equal wrt sorting</td></tr></tbody></table></div></div>
<hr/>
- <div class="refsect2" lang="en"><h3><a name="xsltNewLocale"/>xsltNewLocale ()</h3><pre class="programlisting"><a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> xsltNewLocale (const xmlChar * languageTag)<br/>
+ <div class="refsect2" lang="en"><h3><a name="xsltNewLocale"/>xsltNewLocale ()</h3><pre class="programlisting">void * xsltNewLocale (const xmlChar * languageTag, <br/> int lowerFirst)<br/>
</pre><p>Creates a new locale of an opaque system dependent type based on the language tag.</p>
-<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>languageTag</tt></i>:</span></td><td>RFC 3066 language tag</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the locale or NULL on error or if no matching locale was found</td></tr></tbody></table></div></div>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>languageTag</tt></i>:</span></td><td>RFC 3066 language tag</td></tr><tr><td><span class="term"><i><tt>lowerFirst</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the locale or NULL on error or if no matching locale was found</td></tr></tbody></table></div></div>
<hr/>
- <div class="refsect2" lang="en"><h3><a name="xsltStrxfrm"/>xsltStrxfrm ()</h3><pre class="programlisting"><a href="libxslt-xsltlocale.html#xsltLocaleChar">xsltLocaleChar</a> * xsltStrxfrm (<a href="libxslt-xsltlocale.html#xsltLocale">xsltLocale</a> locale, <br/> const xmlChar * string)<br/>
-</pre><p>Transforms a string according to locale. The transformed string must then be compared with <a href="libxslt-xsltlocale.html#xsltLocaleStrcmp">xsltLocaleStrcmp</a> and freed with xmlFree.</p>
-<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>locale</tt></i>:</span></td><td>locale created with <a href="libxslt-xsltlocale.html#xsltNewLocale">xsltNewLocale</a></td></tr><tr><td><span class="term"><i><tt>string</tt></i>:</span></td><td>UTF-8 string to transform</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the transformed string or NULL on error</td></tr></tbody></table></div></div>
+ <div class="refsect2" lang="en"><h3><a name="xsltStrxfrm"/>xsltStrxfrm ()</h3><pre class="programlisting">xmlChar * xsltStrxfrm (void * vlocale, <br/> const xmlChar * string)<br/>
+</pre><p>Transforms a string according to locale. The transformed string must be freed with xmlFree.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>vlocale</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>string</tt></i>:</span></td><td>UTF-8 string to transform</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the transformed string or NULL on error</td></tr></tbody></table></div></div>
<hr/>
</div>
</div>
diff --git a/doc/devhelp/libxslt-xsltutils.html b/doc/devhelp/libxslt-xsltutils.html
index 9611b946..59540fe6 100644
--- a/doc/devhelp/libxslt-xsltutils.html
+++ b/doc/devhelp/libxslt-xsltutils.html
@@ -38,55 +38,56 @@
<p>Author(s): Daniel Veillard </p>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
- <pre class="synopsis">#define <a href="#IS_XSLT_REAL_NODE">IS_XSLT_REAL_NODE</a>;
-#define <a href="#IS_XSLT_ELEM">IS_XSLT_ELEM</a>;
+ <pre class="synopsis">#define <a href="#IS_XSLT_ELEM">IS_XSLT_ELEM</a>;
#define <a href="#IS_XSLT_NAME">IS_XSLT_NAME</a>;
-#define <a href="#XSLT_TODO">XSLT_TODO</a>;
+#define <a href="#IS_XSLT_REAL_NODE">IS_XSLT_REAL_NODE</a>;
#define <a href="#XSLT_STRANGE">XSLT_STRANGE</a>;
#define <a href="#XSLT_TIMESTAMP_TICS_PER_SEC">XSLT_TIMESTAMP_TICS_PER_SEC</a>;
+#define <a href="#XSLT_TODO">XSLT_TODO</a>;
#define <a href="#XSLT_TRACE">XSLT_TRACE</a>;
-typedef enum <a href="#xsltDebugTraceCodes">xsltDebugTraceCodes</a>;
typedef enum <a href="#xsltDebugStatusCodes">xsltDebugStatusCodes</a>;
-int <a href="#xsltSaveResultToFile">xsltSaveResultToFile</a> (FILE * file, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-void <a href="#xsltSetGenericErrorFunc">xsltSetGenericErrorFunc</a> (void * ctx, <br/> xmlGenericErrorFunc handler);
-int <a href="#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a> (int no, <br/> void * block);
-int <a href="#xsltSaveResultTo">xsltSaveResultTo</a> (xmlOutputBufferPtr buf, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-void <a href="#xsltTransformError">xsltTransformError</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node, <br/> const char * msg, <br/> ... ...);
+typedef enum <a href="#xsltDebugTraceCodes">xsltDebugTraceCodes</a>;
int <a href="#xslAddCall">xslAddCall</a> (<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> xmlNodePtr source);
-void <a href="#xsltDocumentSortFunction">xsltDocumentSortFunction</a> (xmlNodeSetPtr list);
-const xmlChar * <a href="#xsltGetQNameURI2">xsltGetQNameURI2</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node, <br/> const xmlChar ** name);
+void <a href="#xslDropCall">xslDropCall</a> (void);
+typedef int <a href="#xsltAddCallCallback">xsltAddCallCallback</a> (<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> xmlNodePtr source);
+void <a href="#xsltCalibrateAdjust">xsltCalibrateAdjust</a> (long delta);
xmlXPathObjectPtr * <a href="#xsltComputeSortResult">xsltComputeSortResult</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr sort);
-void <a href="#xsltPrintErrorContext">xsltPrintErrorContext</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node);
-int <a href="#xsltGetUTF8Char">xsltGetUTF8Char</a> (const unsigned char * utf, <br/> int * len);
+<a href="libxslt-xsltutils.html#xsltDebugTraceCodes">xsltDebugTraceCodes</a> <a href="#xsltDebugGetDefaultTrace">xsltDebugGetDefaultTrace</a> (void);
+void <a href="#xsltDebugSetDefaultTrace">xsltDebugSetDefaultTrace</a> (<a href="libxslt-xsltutils.html#xsltDebugTraceCodes">xsltDebugTraceCodes</a> val);
void <a href="#xsltDefaultSortFunction">xsltDefaultSortFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr * sorts, <br/> int nbsorts);
-int <a href="#xsltSaveResultToFd">xsltSaveResultToFd</a> (int fd, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
-void <a href="#xsltSetCtxtSortFunc">xsltSetCtxtSortFunc</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a> handler);
-xmlChar * <a href="#xsltGetNsProp">xsltGetNsProp</a> (xmlNodePtr node, <br/> const xmlChar * name, <br/> const xmlChar * nameSpace);
+void <a href="#xsltDoSortFunction">xsltDoSortFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr * sorts, <br/> int nbsorts);
+void <a href="#xsltDocumentSortFunction">xsltDocumentSortFunction</a> (xmlNodeSetPtr list);
+typedef void <a href="#xsltDropCallCallback">xsltDropCallCallback</a> (void);
const xmlChar * <a href="#xsltGetCNsProp">xsltGetCNsProp</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node, <br/> const xmlChar * name, <br/> const xmlChar * nameSpace);
+int <a href="#xsltGetDebuggerStatus">xsltGetDebuggerStatus</a> (void);
+xmlChar * <a href="#xsltGetNsProp">xsltGetNsProp</a> (xmlNodePtr node, <br/> const xmlChar * name, <br/> const xmlChar * nameSpace);
+xmlDocPtr <a href="#xsltGetProfileInformation">xsltGetProfileInformation</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
const xmlChar * <a href="#xsltGetQNameURI">xsltGetQNameURI</a> (xmlNodePtr node, <br/> xmlChar ** name);
-typedef int <a href="#xsltAddCallCallback">xsltAddCallCallback</a> (<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> xmlNodePtr source);
-void <a href="#xsltCalibrateAdjust">xsltCalibrateAdjust</a> (long delta);
+const xmlChar * <a href="#xsltGetQNameURI2">xsltGetQNameURI2</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node, <br/> const xmlChar ** name);
+int <a href="#xsltGetUTF8Char">xsltGetUTF8Char</a> (const unsigned char * utf, <br/> int * len);
+typedef void <a href="#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a> (xmlNodePtr cur, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
+void <a href="#xsltMessage">xsltMessage</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst);
+void <a href="#xsltPrintErrorContext">xsltPrintErrorContext</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node);
void <a href="#xsltSaveProfiling">xsltSaveProfiling</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> FILE * output);
+int <a href="#xsltSaveResultTo">xsltSaveResultTo</a> (xmlOutputBufferPtr buf, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+int <a href="#xsltSaveResultToFd">xsltSaveResultToFd</a> (int fd, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+int <a href="#xsltSaveResultToFile">xsltSaveResultToFile</a> (FILE * file, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+int <a href="#xsltSaveResultToFilename">xsltSaveResultToFilename</a> (const char * URL, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> int compression);
int <a href="#xsltSaveResultToString">xsltSaveResultToString</a> (xmlChar ** doc_txt_ptr, <br/> int * doc_txt_len, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style);
+void <a href="#xsltSetCtxtLocaleHandlers">xsltSetCtxtLocaleHandlers</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltNewLocaleFunc">xsltNewLocaleFunc</a> newLocale, <br/> <a href="libxslt-xsltInternals.html#xsltFreeLocaleFunc">xsltFreeLocaleFunc</a> freeLocale, <br/> <a href="libxslt-xsltInternals.html#xsltGenSortKeyFunc">xsltGenSortKeyFunc</a> genSortKey);
+int <a href="#xsltSetCtxtParseOptions">xsltSetCtxtParseOptions</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> int options);
+void <a href="#xsltSetCtxtSortFunc">xsltSetCtxtSortFunc</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a> handler);
+int <a href="#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a> (int no, <br/> void * block);
+void <a href="#xsltSetDebuggerStatus">xsltSetDebuggerStatus</a> (int value);
+void <a href="#xsltSetGenericDebugFunc">xsltSetGenericDebugFunc</a> (void * ctx, <br/> xmlGenericErrorFunc handler);
+void <a href="#xsltSetGenericErrorFunc">xsltSetGenericErrorFunc</a> (void * ctx, <br/> xmlGenericErrorFunc handler);
+void <a href="#xsltSetSortFunc">xsltSetSortFunc</a> (<a href="libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a> handler);
+void <a href="#xsltSetTransformErrorFunc">xsltSetTransformErrorFunc</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> void * ctx, <br/> xmlGenericErrorFunc handler);
const xmlChar * <a href="#xsltSplitQName">xsltSplitQName</a> (xmlDictPtr dict, <br/> const xmlChar * name, <br/> const xmlChar ** prefix);
-void <a href="#xsltDoSortFunction">xsltDoSortFunction</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr * sorts, <br/> int nbsorts);
-<a href="libxslt-xsltutils.html#xsltDebugTraceCodes">xsltDebugTraceCodes</a> <a href="#xsltDebugGetDefaultTrace">xsltDebugGetDefaultTrace</a> (void);
-void <a href="#xsltMessage">xsltMessage</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> xmlNodePtr node, <br/> xmlNodePtr inst);
-int <a href="#xsltGetDebuggerStatus">xsltGetDebuggerStatus</a> (void);
long <a href="#xsltTimestamp">xsltTimestamp</a> (void);
-void <a href="#xsltSetTransformErrorFunc">xsltSetTransformErrorFunc</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> void * ctx, <br/> xmlGenericErrorFunc handler);
+void <a href="#xsltTransformError">xsltTransformError</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr node, <br/> const char * msg, <br/> ... ...);
xmlXPathCompExprPtr <a href="#xsltXPathCompile">xsltXPathCompile</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * str);
-void <a href="#xsltDebugSetDefaultTrace">xsltDebugSetDefaultTrace</a> (<a href="libxslt-xsltutils.html#xsltDebugTraceCodes">xsltDebugTraceCodes</a> val);
-void <a href="#xsltSetGenericDebugFunc">xsltSetGenericDebugFunc</a> (void * ctx, <br/> xmlGenericErrorFunc handler);
xmlXPathCompExprPtr <a href="#xsltXPathCompileFlags">xsltXPathCompileFlags</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> const xmlChar * str, <br/> int flags);
-int <a href="#xsltSetCtxtParseOptions">xsltSetCtxtParseOptions</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> int options);
-void <a href="#xsltSetDebuggerStatus">xsltSetDebuggerStatus</a> (int value);
-void <a href="#xslDropCall">xslDropCall</a> (void);
-void <a href="#xsltSetSortFunc">xsltSetSortFunc</a> (<a href="libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a> handler);
-typedef void <a href="#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a> (xmlNodePtr cur, <br/> xmlNodePtr node, <br/> <a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ, <br/> <a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
-int <a href="#xsltSaveResultToFilename">xsltSaveResultToFilename</a> (const char * URL, <br/> xmlDocPtr result, <br/> <a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> int compression);
-typedef void <a href="#xsltDropCallCallback">xsltDropCallCallback</a> (void);
-xmlDocPtr <a href="#xsltGetProfileInformation">xsltGetProfileInformation</a> (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt);
</pre>
</div>
<div class="refsect1" lang="en">
@@ -290,12 +291,16 @@ xmlDocPtr <a href="#xsltGetProfileInformation">xsltGetProfileInformation</a> (<a
</pre><p>Save the result @result obtained by applying the @style stylesheet to a new allocated string.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc_txt_ptr</tt></i>:</span></td><td>Memory pointer for allocated XML text</td></tr><tr><td><span class="term"><i><tt>doc_txt_len</tt></i>:</span></td><td>Length of the generated XML text</td></tr><tr><td><span class="term"><i><tt>result</tt></i>:</span></td><td>the result xmlDocPtr</td></tr><tr><td><span class="term"><i><tt>style</tt></i>:</span></td><td>the stylesheet</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of error</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="xsltSetCtxtLocaleHandlers"/>xsltSetCtxtLocaleHandlers ()</h3><pre class="programlisting">void xsltSetCtxtLocaleHandlers (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltNewLocaleFunc">xsltNewLocaleFunc</a> newLocale, <br/> <a href="libxslt-xsltInternals.html#xsltFreeLocaleFunc">xsltFreeLocaleFunc</a> freeLocale, <br/> <a href="libxslt-xsltInternals.html#xsltGenSortKeyFunc">xsltGenSortKeyFunc</a> genSortKey)<br/>
+</pre><p>Set the locale handlers.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XSLT transform context</td></tr><tr><td><span class="term"><i><tt>newLocale</tt></i>:</span></td><td>locale constructor</td></tr><tr><td><span class="term"><i><tt>freeLocale</tt></i>:</span></td><td>locale destructor</td></tr><tr><td><span class="term"><i><tt>genSortKey</tt></i>:</span></td><td>sort key generator</td></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="xsltSetCtxtParseOptions"/>xsltSetCtxtParseOptions ()</h3><pre class="programlisting">int xsltSetCtxtParseOptions (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> int options)<br/>
</pre><p>Change the default parser option passed by the XSLT engine to the parser when using document() loading.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>a XSLT process context</td></tr><tr><td><span class="term"><i><tt>options</tt></i>:</span></td><td>a combination of libxml2 xmlParserOption</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the previous options or -1 in case of error</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltSetCtxtSortFunc"/>xsltSetCtxtSortFunc ()</h3><pre class="programlisting">void xsltSetCtxtSortFunc (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> <a href="libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a> handler)<br/>
-</pre><p>Function to set the handler for XSLT sorting for the specified context. If the handler is NULL, then the global sort function will be called</p>
+</pre><p>DEPRECATED: Use xsltSetCtxtLocaleHandlers. Function to set the handler for XSLT sorting for the specified context. If the handler is NULL, then the global sort function will be called</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>a XSLT process context</td></tr><tr><td><span class="term"><i><tt>handler</tt></i>:</span></td><td>the new handler function</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltSetDebuggerCallbacks"/>xsltSetDebuggerCallbacks ()</h3><pre class="programlisting">int xsltSetDebuggerCallbacks (int no, <br/> void * block)<br/>
@@ -315,7 +320,7 @@ xmlDocPtr <a href="#xsltGetProfileInformation">xsltGetProfileInformation</a> (<a
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctx</tt></i>:</span></td><td>the new error handling context</td></tr><tr><td><span class="term"><i><tt>handler</tt></i>:</span></td><td>the new handler function</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltSetSortFunc"/>xsltSetSortFunc ()</h3><pre class="programlisting">void xsltSetSortFunc (<a href="libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a> handler)<br/>
-</pre><p>Function to reset the global handler for XSLT sorting. If the handler is NULL, the default sort function will be used.</p>
+</pre><p>DEPRECATED: Use xsltSetCtxtLocaleHandlers. Function to reset the global handler for XSLT sorting. If the handler is NULL, the default sort function will be used.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>handler</tt></i>:</span></td><td>the new handler function</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xsltSetTransformErrorFunc"/>xsltSetTransformErrorFunc ()</h3><pre class="programlisting">void xsltSetTransformErrorFunc (<a href="libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a> ctxt, <br/> void * ctx, <br/> xmlGenericErrorFunc handler)<br/>
diff --git a/doc/devhelp/libxslt.devhelp2 b/doc/devhelp/libxslt.devhelp2
index 40295fab..230c772d 100644
--- a/doc/devhelp/libxslt.devhelp2
+++ b/doc/devhelp/libxslt.devhelp2
@@ -57,9 +57,6 @@
<keyword type="macro" name="XSLT_ITEM_NAVIGATION_FIELDS" link="libxslt-xsltInternals.html#XSLT_ITEM_NAVIGATION_FIELDS"/>
<keyword type="macro" name="XSLT_ITEM_NSINSCOPE_FIELDS" link="libxslt-xsltInternals.html#XSLT_ITEM_NSINSCOPE_FIELDS"/>
<keyword type="macro" name="XSLT_LIBXSLT_NAMESPACE" link="libxslt-extra.html#XSLT_LIBXSLT_NAMESPACE"/>
- <keyword type="macro" name="XSLT_LOCALE_NONE" link="libxslt-xsltlocale.html#XSLT_LOCALE_NONE"/>
- <keyword type="macro" name="XSLT_LOCALE_POSIX" link="libxslt-xsltlocale.html#XSLT_LOCALE_POSIX"/>
- <keyword type="macro" name="XSLT_LOCALE_WINAPI" link="libxslt-xsltlocale.html#XSLT_LOCALE_WINAPI"/>
<keyword type="macro" name="XSLT_MARK_RES_TREE_FRAG" link="libxslt-xsltInternals.html#XSLT_MARK_RES_TREE_FRAG"/>
<keyword type="macro" name="XSLT_MAX_SORT" link="libxslt-xsltInternals.html#XSLT_MAX_SORT"/>
<keyword type="macro" name="XSLT_NAMESPACE" link="libxslt-xslt.html#XSLT_NAMESPACE"/>
@@ -286,7 +283,10 @@
<keyword type="function" name="xsltElemPreCompDeallocator" link="libxslt-xsltInternals.html#xsltElemPreCompDeallocator"/>
<keyword type="function" name="xsltExtInitFunction" link="libxslt-extensions.html#xsltExtInitFunction"/>
<keyword type="function" name="xsltExtShutdownFunction" link="libxslt-extensions.html#xsltExtShutdownFunction"/>
+ <keyword type="function" name="xsltFreeLocaleFunc" link="libxslt-xsltInternals.html#xsltFreeLocaleFunc"/>
+ <keyword type="function" name="xsltGenSortKeyFunc" link="libxslt-xsltInternals.html#xsltGenSortKeyFunc"/>
<keyword type="function" name="xsltHandleDebuggerCallback" link="libxslt-xsltutils.html#xsltHandleDebuggerCallback"/>
+ <keyword type="function" name="xsltNewLocaleFunc" link="libxslt-xsltInternals.html#xsltNewLocaleFunc"/>
<keyword type="function" name="xsltPreComputeFunction" link="libxslt-extensions.html#xsltPreComputeFunction"/>
<keyword type="function" name="xsltSecurityCheck" link="libxslt-security.html#xsltSecurityCheck"/>
<keyword type="function" name="xsltSortFunc" link="libxslt-xsltInternals.html#xsltSortFunc"/>
@@ -514,6 +514,7 @@
<keyword type="function" name="xsltSaveResultToString ()" link="libxslt-xsltutils.html#xsltSaveResultToString"/>
<keyword type="function" name="xsltSecurityAllow ()" link="libxslt-security.html#xsltSecurityAllow"/>
<keyword type="function" name="xsltSecurityForbid ()" link="libxslt-security.html#xsltSecurityForbid"/>
+ <keyword type="function" name="xsltSetCtxtLocaleHandlers ()" link="libxslt-xsltutils.html#xsltSetCtxtLocaleHandlers"/>
<keyword type="function" name="xsltSetCtxtParseOptions ()" link="libxslt-xsltutils.html#xsltSetCtxtParseOptions"/>
<keyword type="function" name="xsltSetCtxtSecurityPrefs ()" link="libxslt-security.html#xsltSetCtxtSecurityPrefs"/>
<keyword type="function" name="xsltSetCtxtSortFunc ()" link="libxslt-xsltutils.html#xsltSetCtxtSortFunc"/>
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml
index 785eeafc..70deb993 100644
--- a/doc/libxslt-api.xml
+++ b/doc/libxslt-api.xml
@@ -5,137 +5,137 @@
<summary>interface for the XSLT attribute handling</summary>
<description>this module handles the specificities of attribute and attribute groups processing. </description>
<author>Daniel Veillard </author>
- <exports symbol='xsltResolveStylesheetAttributeSet' type='function'/>
- <exports symbol='xsltParseStylesheetAttributeSet' type='function'/>
<exports symbol='xsltApplyAttributeSet' type='function'/>
<exports symbol='xsltFreeAttributeSetsHashes' type='function'/>
+ <exports symbol='xsltParseStylesheetAttributeSet' type='function'/>
+ <exports symbol='xsltResolveStylesheetAttributeSet' type='function'/>
</file>
<file name='documents'>
<summary>interface for the document handling</summary>
<description>implements document loading and cache (multiple document() reference for the same resources must be equal. </description>
<author>Daniel Veillard </author>
- <exports symbol='XSLT_LOAD_START' type='enum'/>
<exports symbol='XSLT_LOAD_DOCUMENT' type='enum'/>
+ <exports symbol='XSLT_LOAD_START' type='enum'/>
<exports symbol='XSLT_LOAD_STYLESHEET' type='enum'/>
<exports symbol='xsltLoadType' type='typedef'/>
<exports symbol='xsltDocDefaultLoader' type='variable'/>
- <exports symbol='xsltFreeStyleDocuments' type='function'/>
<exports symbol='xsltDocLoaderFunc' type='function'/>
+ <exports symbol='xsltFindDocument' type='function'/>
+ <exports symbol='xsltFreeDocuments' type='function'/>
+ <exports symbol='xsltFreeStyleDocuments' type='function'/>
<exports symbol='xsltLoadDocument' type='function'/>
+ <exports symbol='xsltLoadStyleDocument' type='function'/>
+ <exports symbol='xsltNewDocument' type='function'/>
<exports symbol='xsltNewStyleDocument' type='function'/>
<exports symbol='xsltSetLoaderFunc' type='function'/>
- <exports symbol='xsltFreeDocuments' type='function'/>
- <exports symbol='xsltNewDocument' type='function'/>
- <exports symbol='xsltLoadStyleDocument' type='function'/>
- <exports symbol='xsltFindDocument' type='function'/>
</file>
<file name='extensions'>
<summary>interface for the extension support</summary>
<description>This provide the API needed for simple and module extension support. </description>
<author>Daniel Veillard </author>
- <exports symbol='xsltRegisterExtFunction' type='function'/>
- <exports symbol='xsltRegisterExtModuleElement' type='function'/>
- <exports symbol='xsltInitCtxtExts' type='function'/>
- <exports symbol='xsltGetExtData' type='function'/>
- <exports symbol='xsltStyleGetExtData' type='function'/>
- <exports symbol='xsltStyleExtInitFunction' type='function'/>
- <exports symbol='xsltInitGlobals' type='function'/>
- <exports symbol='xsltShutdownExts' type='function'/>
- <exports symbol='xsltExtModuleElementPreComputeLookup' type='function'/>
- <exports symbol='xsltRegisterTestModule' type='function'/>
- <exports symbol='xsltStyleStylesheetLevelGetExtData' type='function'/>
- <exports symbol='xsltExtModuleElementLookup' type='function'/>
- <exports symbol='xsltStyleExtShutdownFunction' type='function'/>
- <exports symbol='xsltInitElemPreComp' type='function'/>
+ <exports symbol='xsltCheckExtPrefix' type='function'/>
+ <exports symbol='xsltCheckExtURI' type='function'/>
<exports symbol='xsltDebugDumpExtensions' type='function'/>
- <exports symbol='xsltGetExtInfo' type='function'/>
+ <exports symbol='xsltExtElementLookup' type='function'/>
+ <exports symbol='xsltExtInitFunction' type='function'/>
+ <exports symbol='xsltExtModuleElementLookup' type='function'/>
+ <exports symbol='xsltExtModuleElementPreComputeLookup' type='function'/>
+ <exports symbol='xsltExtModuleFunctionLookup' type='function'/>
<exports symbol='xsltExtModuleTopLevelLookup' type='function'/>
+ <exports symbol='xsltExtShutdownFunction' type='function'/>
+ <exports symbol='xsltFreeCtxtExts' type='function'/>
<exports symbol='xsltFreeExts' type='function'/>
- <exports symbol='xsltCheckExtURI' type='function'/>
- <exports symbol='xsltExtModuleFunctionLookup' type='function'/>
+ <exports symbol='xsltGetExtData' type='function'/>
+ <exports symbol='xsltGetExtInfo' type='function'/>
+ <exports symbol='xsltInitCtxtExts' type='function'/>
+ <exports symbol='xsltInitElemPreComp' type='function'/>
+ <exports symbol='xsltInitGlobals' type='function'/>
+ <exports symbol='xsltNewElemPreComp' type='function'/>
<exports symbol='xsltPreComputeExtModuleElement' type='function'/>
- <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/>
<exports symbol='xsltPreComputeFunction' type='function'/>
- <exports symbol='xsltTopLevelFunction' type='function'/>
- <exports symbol='xsltShutdownCtxtExts' type='function'/>
- <exports symbol='xsltXPathGetTransformContext' type='function'/>
<exports symbol='xsltRegisterExtElement' type='function'/>
- <exports symbol='xsltExtInitFunction' type='function'/>
- <exports symbol='xsltFreeCtxtExts' type='function'/>
- <exports symbol='xsltUnregisterExtModule' type='function'/>
- <exports symbol='xsltRegisterExtModuleFull' type='function'/>
- <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/>
- <exports symbol='xsltNewElemPreComp' type='function'/>
- <exports symbol='xsltUnregisterExtModuleElement' type='function'/>
- <exports symbol='xsltUnregisterExtModuleFunction' type='function'/>
- <exports symbol='xsltCheckExtPrefix' type='function'/>
+ <exports symbol='xsltRegisterExtFunction' type='function'/>
<exports symbol='xsltRegisterExtModule' type='function'/>
- <exports symbol='xsltExtElementLookup' type='function'/>
+ <exports symbol='xsltRegisterExtModuleElement' type='function'/>
+ <exports symbol='xsltRegisterExtModuleFull' type='function'/>
<exports symbol='xsltRegisterExtModuleFunction' type='function'/>
+ <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/>
<exports symbol='xsltRegisterExtPrefix' type='function'/>
- <exports symbol='xsltExtShutdownFunction' type='function'/>
+ <exports symbol='xsltRegisterTestModule' type='function'/>
+ <exports symbol='xsltShutdownCtxtExts' type='function'/>
+ <exports symbol='xsltShutdownExts' type='function'/>
+ <exports symbol='xsltStyleExtInitFunction' type='function'/>
+ <exports symbol='xsltStyleExtShutdownFunction' type='function'/>
+ <exports symbol='xsltStyleGetExtData' type='function'/>
+ <exports symbol='xsltStyleStylesheetLevelGetExtData' type='function'/>
+ <exports symbol='xsltTopLevelFunction' type='function'/>
+ <exports symbol='xsltUnregisterExtModule' type='function'/>
+ <exports symbol='xsltUnregisterExtModuleElement' type='function'/>
+ <exports symbol='xsltUnregisterExtModuleFunction' type='function'/>
+ <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/>
+ <exports symbol='xsltXPathGetTransformContext' type='function'/>
</file>
<file name='extra'>
<summary>interface for the non-standard features</summary>
<description>implement some extension outside the XSLT namespace but not EXSLT with is in a different library. </description>
<author>Daniel Veillard </author>
- <exports symbol='XSLT_XT_NAMESPACE' type='macro'/>
- <exports symbol='XSLT_XALAN_NAMESPACE' type='macro'/>
- <exports symbol='XSLT_SAXON_NAMESPACE' type='macro'/>
<exports symbol='XSLT_LIBXSLT_NAMESPACE' type='macro'/>
- <exports symbol='xsltFunctionNodeSet' type='function'/>
- <exports symbol='xsltRegisterExtras' type='function'/>
+ <exports symbol='XSLT_SAXON_NAMESPACE' type='macro'/>
+ <exports symbol='XSLT_XALAN_NAMESPACE' type='macro'/>
+ <exports symbol='XSLT_XT_NAMESPACE' type='macro'/>
<exports symbol='xsltDebug' type='function'/>
+ <exports symbol='xsltFunctionNodeSet' type='function'/>
<exports symbol='xsltRegisterAllExtras' type='function'/>
+ <exports symbol='xsltRegisterExtras' type='function'/>
</file>
<file name='functions'>
<summary>interface for the XSLT functions not from XPath</summary>
<description>a set of extra functions coming from XSLT but not in XPath </description>
<author>Daniel Veillard and Bjorn Reese &lt;breese@users.sourceforge.net&gt; </author>
<exports symbol='XSLT_REGISTER_FUNCTION_LOOKUP' type='macro'/>
- <exports symbol='xsltXPathFunctionLookup' type='function'/>
- <exports symbol='xsltFunctionAvailableFunction' type='function'/>
- <exports symbol='xsltFormatNumberFunction' type='function'/>
- <exports symbol='xsltRegisterAllFunctions' type='function'/>
- <exports symbol='xsltKeyFunction' type='function'/>
- <exports symbol='xsltUnparsedEntityURIFunction' type='function'/>
<exports symbol='xsltDocumentFunction' type='function'/>
- <exports symbol='xsltSystemPropertyFunction' type='function'/>
<exports symbol='xsltElementAvailableFunction' type='function'/>
+ <exports symbol='xsltFormatNumberFunction' type='function'/>
+ <exports symbol='xsltFunctionAvailableFunction' type='function'/>
<exports symbol='xsltGenerateIdFunction' type='function'/>
+ <exports symbol='xsltKeyFunction' type='function'/>
+ <exports symbol='xsltRegisterAllFunctions' type='function'/>
+ <exports symbol='xsltSystemPropertyFunction' type='function'/>
+ <exports symbol='xsltUnparsedEntityURIFunction' type='function'/>
+ <exports symbol='xsltXPathFunctionLookup' type='function'/>
</file>
<file name='imports'>
<summary>interface for the XSLT import support</summary>
<description>macros and fuctions needed to implement and access the import tree </description>
<author>Daniel Veillard </author>
- <exports symbol='XSLT_GET_IMPORT_PTR' type='macro'/>
<exports symbol='XSLT_GET_IMPORT_INT' type='macro'/>
+ <exports symbol='XSLT_GET_IMPORT_PTR' type='macro'/>
+ <exports symbol='xsltFindElemSpaceHandling' type='function'/>
<exports symbol='xsltFindTemplate' type='function'/>
- <exports symbol='xsltNextImport' type='function'/>
- <exports symbol='xsltParseStylesheetInclude' type='function'/>
<exports symbol='xsltNeedElemSpaceHandling' type='function'/>
- <exports symbol='xsltFindElemSpaceHandling' type='function'/>
+ <exports symbol='xsltNextImport' type='function'/>
<exports symbol='xsltParseStylesheetImport' type='function'/>
+ <exports symbol='xsltParseStylesheetInclude' type='function'/>
</file>
<file name='keys'>
<summary>interface for the key matching used in key() and template matches.</summary>
<description>implementation of the key mechanims. </description>
<author>Daniel Veillard </author>
<exports symbol='NODE_IS_KEYED' type='macro'/>
- <exports symbol='xsltInitCtxtKeys' type='function'/>
+ <exports symbol='xsltAddKey' type='function'/>
+ <exports symbol='xsltFreeDocumentKeys' type='function'/>
<exports symbol='xsltFreeKeys' type='function'/>
<exports symbol='xsltGetKey' type='function'/>
- <exports symbol='xsltFreeDocumentKeys' type='function'/>
- <exports symbol='xsltAddKey' type='function'/>
+ <exports symbol='xsltInitCtxtKeys' type='function'/>
</file>
<file name='namespaces'>
<summary>interface for the XSLT namespace handling</summary>
<description>set of function easing the processing and generation of namespace nodes in XSLT. </description>
<author>Daniel Veillard </author>
<exports symbol='UNDEFINED_DEFAULT_NS' type='macro'/>
- <exports symbol='xsltFreeNamespaceAliasHashes' type='function'/>
<exports symbol='xsltCopyNamespace' type='function'/>
<exports symbol='xsltCopyNamespaceList' type='function'/>
+ <exports symbol='xsltFreeNamespaceAliasHashes' type='function'/>
<exports symbol='xsltGetNamespace' type='function'/>
<exports symbol='xsltGetPlainNamespace' type='function'/>
<exports symbol='xsltGetSpecialNamespace' type='function'/>
@@ -146,12 +146,12 @@
<description>Implementation of the XSLT number functions </description>
<author>Bjorn Reese &lt;breese@users.sourceforge.net&gt; and Daniel Veillard </author>
<exports symbol='xsltFormatNumberInfo' type='typedef'/>
+ <exports symbol='xsltFormatNumberInfoPtr' type='typedef'/>
<exports symbol='xsltNumberData' type='typedef'/>
<exports symbol='xsltNumberDataPtr' type='typedef'/>
- <exports symbol='xsltFormatNumberInfoPtr' type='typedef'/>
- <exports symbol='_xsltNumberData' type='struct'/>
<exports symbol='_xsltCompMatch' type='struct'/>
<exports symbol='_xsltFormatNumberInfo' type='struct'/>
+ <exports symbol='_xsltNumberData' type='struct'/>
</file>
<file name='pattern'>
<summary>interface for the pattern matching used in template matches.</summary>
@@ -159,24 +159,24 @@
<author>Daniel Veillard </author>
<exports symbol='xsltCompMatch' type='typedef'/>
<exports symbol='xsltCompMatchPtr' type='typedef'/>
- <exports symbol='xsltNormalizeCompSteps' type='function'/>
<exports symbol='xsltAddTemplate' type='function'/>
- <exports symbol='xsltCompilePattern' type='function'/>
- <exports symbol='xsltMatchPattern' type='function'/>
- <exports symbol='xsltGetTemplate' type='function'/>
+ <exports symbol='xsltCleanupTemplates' type='function'/>
<exports symbol='xsltCompMatchClearCache' type='function'/>
- <exports symbol='xsltTestCompMatchList' type='function'/>
+ <exports symbol='xsltCompilePattern' type='function'/>
<exports symbol='xsltFreeCompMatchList' type='function'/>
<exports symbol='xsltFreeTemplateHashes' type='function'/>
- <exports symbol='xsltCleanupTemplates' type='function'/>
+ <exports symbol='xsltGetTemplate' type='function'/>
+ <exports symbol='xsltMatchPattern' type='function'/>
+ <exports symbol='xsltNormalizeCompSteps' type='function'/>
+ <exports symbol='xsltTestCompMatchList' type='function'/>
</file>
<file name='preproc'>
<summary>precomputing stylesheets</summary>
<description>this is the compilation phase, where most of the stylesheet is &quot;compiled&quot; into faster to use data. </description>
<author>Daniel Veillard </author>
<exports symbol='xsltExtMarker' type='variable'/>
- <exports symbol='xsltFreeStylePreComps' type='function'/>
<exports symbol='xsltDocumentComp' type='function'/>
+ <exports symbol='xsltFreeStylePreComps' type='function'/>
<exports symbol='xsltStylePreCompute' type='function'/>
</file>
<file name='security'>
@@ -184,80 +184,80 @@
<description>the libxslt security framework allow to restrict the access to new resources (file or URL) from the stylesheet at runtime. </description>
<author>Daniel Veillard </author>
<exports symbol='XSLT_SECPREF_CREATE_DIRECTORY' type='enum'/>
- <exports symbol='XSLT_SECPREF_WRITE_FILE' type='enum'/>
- <exports symbol='XSLT_SECPREF_READ_NETWORK' type='enum'/>
<exports symbol='XSLT_SECPREF_READ_FILE' type='enum'/>
+ <exports symbol='XSLT_SECPREF_READ_NETWORK' type='enum'/>
+ <exports symbol='XSLT_SECPREF_WRITE_FILE' type='enum'/>
<exports symbol='XSLT_SECPREF_WRITE_NETWORK' type='enum'/>
+ <exports symbol='xsltSecurityOption' type='typedef'/>
<exports symbol='xsltSecurityPrefs' type='typedef'/>
<exports symbol='xsltSecurityPrefsPtr' type='typedef'/>
- <exports symbol='xsltSecurityOption' type='typedef'/>
- <exports symbol='xsltNewSecurityPrefs' type='function'/>
- <exports symbol='xsltSecurityCheck' type='function'/>
- <exports symbol='xsltSetSecurityPrefs' type='function'/>
- <exports symbol='xsltGetDefaultSecurityPrefs' type='function'/>
+ <exports symbol='xsltCheckRead' type='function'/>
+ <exports symbol='xsltCheckWrite' type='function'/>
<exports symbol='xsltFreeSecurityPrefs' type='function'/>
- <exports symbol='xsltSetDefaultSecurityPrefs' type='function'/>
- <exports symbol='xsltSetCtxtSecurityPrefs' type='function'/>
+ <exports symbol='xsltGetDefaultSecurityPrefs' type='function'/>
<exports symbol='xsltGetSecurityPrefs' type='function'/>
+ <exports symbol='xsltNewSecurityPrefs' type='function'/>
<exports symbol='xsltSecurityAllow' type='function'/>
- <exports symbol='xsltCheckWrite' type='function'/>
- <exports symbol='xsltCheckRead' type='function'/>
+ <exports symbol='xsltSecurityCheck' type='function'/>
<exports symbol='xsltSecurityForbid' type='function'/>
+ <exports symbol='xsltSetCtxtSecurityPrefs' type='function'/>
+ <exports symbol='xsltSetDefaultSecurityPrefs' type='function'/>
+ <exports symbol='xsltSetSecurityPrefs' type='function'/>
</file>
<file name='templates'>
<summary>interface for the template processing</summary>
<description>This set of routine encapsulates XPath calls and Attribute Value Templates evaluation. </description>
<author>Daniel Veillard </author>
- <exports symbol='xsltEvalStaticAttrValueTemplate' type='function'/>
<exports symbol='xsltAttrListTemplateProcess' type='function'/>
- <exports symbol='xsltEvalTemplateString' type='function'/>
- <exports symbol='xsltAttrTemplateValueProcess' type='function'/>
<exports symbol='xsltAttrTemplateProcess' type='function'/>
+ <exports symbol='xsltAttrTemplateValueProcess' type='function'/>
+ <exports symbol='xsltAttrTemplateValueProcessNode' type='function'/>
<exports symbol='xsltEvalAttrValueTemplate' type='function'/>
+ <exports symbol='xsltEvalStaticAttrValueTemplate' type='function'/>
+ <exports symbol='xsltEvalTemplateString' type='function'/>
<exports symbol='xsltEvalXPathPredicate' type='function'/>
- <exports symbol='xsltAttrTemplateValueProcessNode' type='function'/>
- <exports symbol='xsltTemplateProcess' type='function'/>
- <exports symbol='xsltEvalXPathStringNs' type='function'/>
<exports symbol='xsltEvalXPathString' type='function'/>
+ <exports symbol='xsltEvalXPathStringNs' type='function'/>
+ <exports symbol='xsltTemplateProcess' type='function'/>
</file>
<file name='transform'>
<summary>the XSLT engine transformation part.</summary>
<description>This module implements the bulk of the actual</description>
<author>Daniel Veillard </author>
- <exports symbol='xsltValueOf' type='function'/>
- <exports symbol='xsltRegisterAllElement' type='function'/>
- <exports symbol='xsltSort' type='function'/>
- <exports symbol='xsltSetXIncludeDefault' type='function'/>
- <exports symbol='xsltCopyOf' type='function'/>
+ <exports symbol='xslHandleDebugger' type='function'/>
+ <exports symbol='xsltApplyImports' type='function'/>
+ <exports symbol='xsltApplyOneTemplate' type='function'/>
+ <exports symbol='xsltApplyStripSpaces' type='function'/>
+ <exports symbol='xsltApplyStylesheet' type='function'/>
+ <exports symbol='xsltApplyStylesheetUser' type='function'/>
<exports symbol='xsltApplyTemplates' type='function'/>
- <exports symbol='xsltIf' type='function'/>
+ <exports symbol='xsltAttribute' type='function'/>
<exports symbol='xsltCallTemplate' type='function'/>
- <exports symbol='xsltApplyStylesheet' type='function'/>
- <exports symbol='xsltApplyStripSpaces' type='function'/>
- <exports symbol='xsltLocalVariablePush' type='function'/>
- <exports symbol='xsltFreeTransformContext' type='function'/>
- <exports symbol='xsltRunStylesheet' type='function'/>
<exports symbol='xsltChoose' type='function'/>
- <exports symbol='xsltCopyTextString' type='function'/>
- <exports symbol='xsltText' type='function'/>
- <exports symbol='xsltProcessOneNode' type='function'/>
- <exports symbol='xsltLocalVariablePop' type='function'/>
- <exports symbol='xsltNumber' type='function'/>
- <exports symbol='xsltRunStylesheetUser' type='function'/>
- <exports symbol='xsltNewTransformContext' type='function'/>
- <exports symbol='xsltGetXIncludeDefault' type='function'/>
- <exports symbol='xsltApplyOneTemplate' type='function'/>
- <exports symbol='xslHandleDebugger' type='function'/>
+ <exports symbol='xsltComment' type='function'/>
<exports symbol='xsltCopy' type='function'/>
+ <exports symbol='xsltCopyOf' type='function'/>
+ <exports symbol='xsltCopyTextString' type='function'/>
<exports symbol='xsltDocumentElem' type='function'/>
- <exports symbol='xsltAttribute' type='function'/>
- <exports symbol='xsltApplyImports' type='function'/>
<exports symbol='xsltElement' type='function'/>
- <exports symbol='xsltProfileStylesheet' type='function'/>
<exports symbol='xsltForEach' type='function'/>
- <exports symbol='xsltApplyStylesheetUser' type='function'/>
+ <exports symbol='xsltFreeTransformContext' type='function'/>
+ <exports symbol='xsltGetXIncludeDefault' type='function'/>
+ <exports symbol='xsltIf' type='function'/>
+ <exports symbol='xsltLocalVariablePop' type='function'/>
+ <exports symbol='xsltLocalVariablePush' type='function'/>
+ <exports symbol='xsltNewTransformContext' type='function'/>
+ <exports symbol='xsltNumber' type='function'/>
+ <exports symbol='xsltProcessOneNode' type='function'/>
<exports symbol='xsltProcessingInstruction' type='function'/>
- <exports symbol='xsltComment' type='function'/>
+ <exports symbol='xsltProfileStylesheet' type='function'/>
+ <exports symbol='xsltRegisterAllElement' type='function'/>
+ <exports symbol='xsltRunStylesheet' type='function'/>
+ <exports symbol='xsltRunStylesheetUser' type='function'/>
+ <exports symbol='xsltSetXIncludeDefault' type='function'/>
+ <exports symbol='xsltSort' type='function'/>
+ <exports symbol='xsltText' type='function'/>
+ <exports symbol='xsltValueOf' type='function'/>
</file>
<file name='variables'>
<summary>interface for the variable matching and lookup.</summary>
@@ -267,32 +267,32 @@
<exports symbol='XSLT_RVT_FUNC_RESULT' type='macro'/>
<exports symbol='XSLT_RVT_GLOBAL' type='macro'/>
<exports symbol='XSLT_RVT_LOCAL' type='macro'/>
- <exports symbol='xsltFreeGlobalVariables' type='function'/>
- <exports symbol='xsltQuoteUserParams' type='function'/>
- <exports symbol='xsltXPathVariableLookup' type='function'/>
- <exports symbol='xsltEvalUserParams' type='function'/>
- <exports symbol='xsltParseStylesheetCallerParam' type='function'/>
<exports symbol='xsltAddStackElemList' type='function'/>
- <exports symbol='xsltParseGlobalVariable' type='function'/>
- <exports symbol='xsltQuoteOneUserParam' type='function'/>
- <exports symbol='xsltParseGlobalParam' type='function'/>
- <exports symbol='xsltParseStylesheetVariable' type='function'/>
<exports symbol='xsltEvalGlobalVariables' type='function'/>
<exports symbol='xsltEvalOneUserParam' type='function'/>
+ <exports symbol='xsltEvalUserParams' type='function'/>
+ <exports symbol='xsltFreeGlobalVariables' type='function'/>
+ <exports symbol='xsltParseGlobalParam' type='function'/>
+ <exports symbol='xsltParseGlobalVariable' type='function'/>
+ <exports symbol='xsltParseStylesheetCallerParam' type='function'/>
<exports symbol='xsltParseStylesheetParam' type='function'/>
+ <exports symbol='xsltParseStylesheetVariable' type='function'/>
+ <exports symbol='xsltQuoteOneUserParam' type='function'/>
+ <exports symbol='xsltQuoteUserParams' type='function'/>
<exports symbol='xsltVariableLookup' type='function'/>
+ <exports symbol='xsltXPathVariableLookup' type='function'/>
</file>
<file name='xslt'>
<summary>Interfaces, constants and types related to the XSLT engine</summary>
<description>Interfaces, constants and types related to the XSLT engine </description>
<author>Daniel Veillard </author>
- <exports symbol='XSLT_DEFAULT_VERSION' type='macro'/>
- <exports symbol='XSLT_DEFAULT_VENDOR' type='macro'/>
- <exports symbol='XSLT_PARSE_OPTIONS' type='macro'/>
<exports symbol='XSLT_DEFAULT_URL' type='macro'/>
+ <exports symbol='XSLT_DEFAULT_VENDOR' type='macro'/>
+ <exports symbol='XSLT_DEFAULT_VERSION' type='macro'/>
<exports symbol='XSLT_NAMESPACE' type='macro'/>
- <exports symbol='xsltLibxmlVersion' type='variable'/>
+ <exports symbol='XSLT_PARSE_OPTIONS' type='macro'/>
<exports symbol='xsltEngineVersion' type='variable'/>
+ <exports symbol='xsltLibxmlVersion' type='variable'/>
<exports symbol='xsltLibxsltVersion' type='variable'/>
<exports symbol='xsltMaxDepth' type='variable'/>
<exports symbol='xsltMaxVars' type='variable'/>
@@ -303,379 +303,380 @@
<summary>internal data structures, constants and functions</summary>
<description>Internal data structures, constants and functions used by the XSLT engine. They are not part of the API or ABI, i.e. they can change without prior notice, use carefully. </description>
<author>Daniel Veillard </author>
+ <exports symbol='CHECK_STOPPED' type='macro'/>
<exports symbol='CHECK_STOPPED0' type='macro'/>
- <exports symbol='XSLT_PAT_NO_PRIORITY' type='macro'/>
- <exports symbol='XSLT_ITEM_NSINSCOPE_FIELDS' type='macro'/>
- <exports symbol='XSLT_IS_TEXT_NODE' type='macro'/>
- <exports symbol='IS_XSLT_ELEM_FAST' type='macro'/>
- <exports symbol='XSLT_REFACTORED_VARS' type='macro'/>
- <exports symbol='XSLT_RUNTIME_EXTRA_LST' type='macro'/>
- <exports symbol='XSLT_ITEM_COMPATIBILITY_FIELDS' type='macro'/>
+ <exports symbol='CHECK_STOPPEDE' type='macro'/>
<exports symbol='IS_XSLT_ATTR_FAST' type='macro'/>
- <exports symbol='XSLT_HAS_INTERNAL_NSMAP' type='macro'/>
+ <exports symbol='IS_XSLT_ELEM_FAST' type='macro'/>
+ <exports symbol='XML_CAST_FPTR' type='macro'/>
+ <exports symbol='XSLT_CCTXT' type='macro'/>
<exports symbol='XSLT_FAST_IF' type='macro'/>
- <exports symbol='XSLT_MARK_RES_TREE_FRAG' type='macro'/>
<exports symbol='XSLT_GET_INTERNAL_NSMAP' type='macro'/>
- <exports symbol='XSLT_REFACTORED_KEYCOMP' type='macro'/>
+ <exports symbol='XSLT_HAS_INTERNAL_NSMAP' type='macro'/>
+ <exports symbol='XSLT_IS_RES_TREE_FRAG' type='macro'/>
+ <exports symbol='XSLT_IS_TEXT_NODE' type='macro'/>
+ <exports symbol='XSLT_ITEM_COMMON_FIELDS' type='macro'/>
+ <exports symbol='XSLT_ITEM_COMPATIBILITY_FIELDS' type='macro'/>
<exports symbol='XSLT_ITEM_NAVIGATION_FIELDS' type='macro'/>
+ <exports symbol='XSLT_ITEM_NSINSCOPE_FIELDS' type='macro'/>
+ <exports symbol='XSLT_MARK_RES_TREE_FRAG' type='macro'/>
<exports symbol='XSLT_MAX_SORT' type='macro'/>
+ <exports symbol='XSLT_PAT_NO_PRIORITY' type='macro'/>
+ <exports symbol='XSLT_REFACTORED_KEYCOMP' type='macro'/>
+ <exports symbol='XSLT_REFACTORED_VARS' type='macro'/>
<exports symbol='XSLT_RUNTIME_EXTRA' type='macro'/>
- <exports symbol='XSLT_IS_RES_TREE_FRAG' type='macro'/>
- <exports symbol='XML_CAST_FPTR' type='macro'/>
- <exports symbol='XSLT_ITEM_COMMON_FIELDS' type='macro'/>
- <exports symbol='CHECK_STOPPED' type='macro'/>
<exports symbol='XSLT_RUNTIME_EXTRA_FREE' type='macro'/>
- <exports symbol='XSLT_CCTXT' type='macro'/>
- <exports symbol='CHECK_STOPPEDE' type='macro'/>
+ <exports symbol='XSLT_RUNTIME_EXTRA_LST' type='macro'/>
<exports symbol='XSLT_ERROR_SEVERITY_ERROR' type='enum'/>
- <exports symbol='XSLT_FUNC_ELEMENT' type='enum'/>
- <exports symbol='XSLT_FUNC_VALUEOF' type='enum'/>
- <exports symbol='XSLT_FUNC_WITHPARAM' type='enum'/>
- <exports symbol='XSLT_OUTPUT_XML' type='enum'/>
- <exports symbol='XSLT_STATE_ERROR' type='enum'/>
- <exports symbol='XSLT_OUTPUT_HTML' type='enum'/>
- <exports symbol='XSLT_FUNC_LITERAL_RESULT_ELEMENT' type='enum'/>
- <exports symbol='XSLT_STATE_OK' type='enum'/>
- <exports symbol='XSLT_FUNC_FOREACH' type='enum'/>
- <exports symbol='XSLT_FUNC_CHOOSE' type='enum'/>
- <exports symbol='XSLT_FUNC_SORT' type='enum'/>
- <exports symbol='XSLT_STATE_STOPPED' type='enum'/>
<exports symbol='XSLT_ERROR_SEVERITY_WARNING' type='enum'/>
- <exports symbol='XSLT_FUNC_ATTRSET' type='enum'/>
- <exports symbol='XSLT_FUNC_NUMBER' type='enum'/>
- <exports symbol='XSLT_FUNC_ATTRIBUTE' type='enum'/>
- <exports symbol='XSLT_FUNC_APPLYTEMPLATES' type='enum'/>
- <exports symbol='XSLT_FUNC_INCLUDE' type='enum'/>
- <exports symbol='XSLT_FUNC_WHEN' type='enum'/>
<exports symbol='XSLT_FUNC_APPLYIMPORTS' type='enum'/>
+ <exports symbol='XSLT_FUNC_APPLYTEMPLATES' type='enum'/>
+ <exports symbol='XSLT_FUNC_ATTRIBUTE' type='enum'/>
+ <exports symbol='XSLT_FUNC_ATTRSET' type='enum'/>
+ <exports symbol='XSLT_FUNC_CALLTEMPLATE' type='enum'/>
+ <exports symbol='XSLT_FUNC_CHOOSE' type='enum'/>
+ <exports symbol='XSLT_FUNC_COMMENT' type='enum'/>
<exports symbol='XSLT_FUNC_COPY' type='enum'/>
- <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/>
- <exports symbol='XSLT_FUNC_OTHERWISE' type='enum'/>
<exports symbol='XSLT_FUNC_COPYOF' type='enum'/>
- <exports symbol='XSLT_OUTPUT_TEXT' type='enum'/>
- <exports symbol='XSLT_FUNC_PARAM' type='enum'/>
- <exports symbol='XSLT_FUNC_COMMENT' type='enum'/>
- <exports symbol='XSLT_FUNC_MESSAGE' type='enum'/>
<exports symbol='XSLT_FUNC_DOCUMENT' type='enum'/>
+ <exports symbol='XSLT_FUNC_ELEMENT' type='enum'/>
+ <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/>
+ <exports symbol='XSLT_FUNC_FALLBACK' type='enum'/>
+ <exports symbol='XSLT_FUNC_FOREACH' type='enum'/>
<exports symbol='XSLT_FUNC_IF' type='enum'/>
+ <exports symbol='XSLT_FUNC_INCLUDE' type='enum'/>
+ <exports symbol='XSLT_FUNC_LITERAL_RESULT_ELEMENT' type='enum'/>
+ <exports symbol='XSLT_FUNC_MESSAGE' type='enum'/>
+ <exports symbol='XSLT_FUNC_NUMBER' type='enum'/>
+ <exports symbol='XSLT_FUNC_OTHERWISE' type='enum'/>
+ <exports symbol='XSLT_FUNC_PARAM' type='enum'/>
<exports symbol='XSLT_FUNC_PI' type='enum'/>
- <exports symbol='XSLT_FUNC_UNKOWN_FORWARDS_COMPAT' type='enum'/>
+ <exports symbol='XSLT_FUNC_SORT' type='enum'/>
<exports symbol='XSLT_FUNC_TEXT' type='enum'/>
+ <exports symbol='XSLT_FUNC_UNKOWN_FORWARDS_COMPAT' type='enum'/>
+ <exports symbol='XSLT_FUNC_VALUEOF' type='enum'/>
<exports symbol='XSLT_FUNC_VARIABLE' type='enum'/>
- <exports symbol='XSLT_FUNC_FALLBACK' type='enum'/>
- <exports symbol='XSLT_FUNC_CALLTEMPLATE' type='enum'/>
- <exports symbol='xsltElemPreComp' type='typedef'/>
- <exports symbol='xsltStyleItemPIPtr' type='typedef'/>
- <exports symbol='xsltDocument' type='typedef'/>
- <exports symbol='xsltStyleItemDocument' type='typedef'/>
- <exports symbol='xsltStyleItemMessagePtr' type='typedef'/>
- <exports symbol='xsltStyleItemNumberPtr' type='typedef'/>
- <exports symbol='xsltStyleBasicItemVariablePtr' type='typedef'/>
- <exports symbol='xsltStyleItemForEachPtr' type='typedef'/>
- <exports symbol='xsltTransformState' type='typedef'/>
+ <exports symbol='XSLT_FUNC_WHEN' type='enum'/>
+ <exports symbol='XSLT_FUNC_WITHPARAM' type='enum'/>
+ <exports symbol='XSLT_OUTPUT_HTML' type='enum'/>
+ <exports symbol='XSLT_OUTPUT_TEXT' type='enum'/>
+ <exports symbol='XSLT_OUTPUT_XML' type='enum'/>
+ <exports symbol='XSLT_STATE_ERROR' type='enum'/>
+ <exports symbol='XSLT_STATE_OK' type='enum'/>
+ <exports symbol='XSLT_STATE_STOPPED' type='enum'/>
+ <exports symbol='xsltCompilerCtxt' type='typedef'/>
+ <exports symbol='xsltCompilerCtxtPtr' type='typedef'/>
+ <exports symbol='xsltCompilerNodeInfo' type='typedef'/>
<exports symbol='xsltCompilerNodeInfoPtr' type='typedef'/>
- <exports symbol='xsltStyleItemLRElementInfoPtr' type='typedef'/>
- <exports symbol='xsltRuntimeExtraPtr' type='typedef'/>
- <exports symbol='xsltStyleItemLRElementInfo' type='typedef'/>
- <exports symbol='xsltStyleItemWithParamPtr' type='typedef'/>
- <exports symbol='xsltStyleItemCommentPtr' type='typedef'/>
- <exports symbol='xsltStyleItemMessage' type='typedef'/>
- <exports symbol='xsltStyleItemParamPtr' type='typedef'/>
- <exports symbol='xsltStyleItemCopyOf' type='typedef'/>
- <exports symbol='xsltStyleItemCallTemplatePtr' type='typedef'/>
- <exports symbol='xsltTransformCache' type='typedef'/>
- <exports symbol='xsltStyleItemCopyOfPtr' type='typedef'/>
- <exports symbol='xsltNsMap' type='typedef'/>
- <exports symbol='xsltEffectiveNs' type='typedef'/>
- <exports symbol='xsltStyleItemApplyImportsPtr' type='typedef'/>
- <exports symbol='xsltStylesheet' type='typedef'/>
- <exports symbol='xsltStylePreCompPtr' type='typedef'/>
- <exports symbol='xsltNsMapPtr' type='typedef'/>
+ <exports symbol='xsltDecimalFormat' type='typedef'/>
<exports symbol='xsltDecimalFormatPtr' type='typedef'/>
- <exports symbol='xsltStyleItemIncludePtr' type='typedef'/>
- <exports symbol='xsltKeyTablePtr' type='typedef'/>
- <exports symbol='xsltStyleItemTextPtr' type='typedef'/>
- <exports symbol='xsltCompilerNodeInfo' type='typedef'/>
- <exports symbol='xsltStylesheetPtr' type='typedef'/>
- <exports symbol='xsltTemplatePtr' type='typedef'/>
- <exports symbol='xsltStyleBasicEmptyItem' type='typedef'/>
- <exports symbol='xsltStackElem' type='typedef'/>
- <exports symbol='xsltStyleItemIfPtr' type='typedef'/>
- <exports symbol='xsltStyleItemWhenPtr' type='typedef'/>
- <exports symbol='xsltStyleItemElementPtr' type='typedef'/>
- <exports symbol='xsltStyleItemOtherwise' type='typedef'/>
- <exports symbol='xsltStyleItemCopy' type='typedef'/>
- <exports symbol='xsltKeyDefPtr' type='typedef'/>
- <exports symbol='xsltVarInfoPtr' type='typedef'/>
- <exports symbol='xsltStyleItemSort' type='typedef'/>
- <exports symbol='xsltTransformCachePtr' type='typedef'/>
- <exports symbol='xsltStyleItemExtElementPtr' type='typedef'/>
- <exports symbol='xsltNsAliasPtr' type='typedef'/>
- <exports symbol='xsltStyleItemValueOfPtr' type='typedef'/>
+ <exports symbol='xsltDocument' type='typedef'/>
<exports symbol='xsltDocumentPtr' type='typedef'/>
- <exports symbol='xsltPointerListPtr' type='typedef'/>
- <exports symbol='xsltTemplate' type='typedef'/>
- <exports symbol='xsltStyleBasicExpressionItemPtr' type='typedef'/>
- <exports symbol='xsltRuntimeExtra' type='typedef'/>
- <exports symbol='xsltStyleItemAttributePtr' type='typedef'/>
- <exports symbol='xsltTransformContext' type='typedef'/>
- <exports symbol='xsltPointerList' type='typedef'/>
- <exports symbol='xsltStyleItemUknown' type='typedef'/>
- <exports symbol='xsltErrorSeverityType' type='typedef'/>
+ <exports symbol='xsltEffectiveNs' type='typedef'/>
+ <exports symbol='xsltEffectiveNsPtr' type='typedef'/>
+ <exports symbol='xsltElemPreComp' type='typedef'/>
<exports symbol='xsltElemPreCompPtr' type='typedef'/>
- <exports symbol='xsltStyleItemFallback' type='typedef'/>
- <exports symbol='xsltStyleItemOtherwisePtr' type='typedef'/>
- <exports symbol='xsltStyleItemWhen' type='typedef'/>
- <exports symbol='xsltStyleItemIf' type='typedef'/>
- <exports symbol='xsltTransformContextPtr' type='typedef'/>
+ <exports symbol='xsltErrorSeverityType' type='typedef'/>
+ <exports symbol='xsltKeyDef' type='typedef'/>
+ <exports symbol='xsltKeyDefPtr' type='typedef'/>
+ <exports symbol='xsltKeyTable' type='typedef'/>
+ <exports symbol='xsltKeyTablePtr' type='typedef'/>
+ <exports symbol='xsltNsAlias' type='typedef'/>
+ <exports symbol='xsltNsAliasPtr' type='typedef'/>
<exports symbol='xsltNsList' type='typedef'/>
- <exports symbol='xsltStyleItemForEach' type='typedef'/>
- <exports symbol='xsltStyleItemExtElement' type='typedef'/>
- <exports symbol='xsltNsListContainerPtr' type='typedef'/>
- <exports symbol='xsltStyleBasicExpressionItem' type='typedef'/>
- <exports symbol='xsltStyleItemWithParam' type='typedef'/>
- <exports symbol='xsltStyleItemElement' type='typedef'/>
- <exports symbol='xsltCompilerCtxt' type='typedef'/>
- <exports symbol='xsltStyleItemComment' type='typedef'/>
- <exports symbol='xsltEffectiveNsPtr' type='typedef'/>
- <exports symbol='xsltStyleItemVariable' type='typedef'/>
- <exports symbol='xsltStyleItemVariablePtr' type='typedef'/>
- <exports symbol='xsltStyleItemParam' type='typedef'/>
<exports symbol='xsltNsListContainer' type='typedef'/>
- <exports symbol='xsltStackElemPtr' type='typedef'/>
- <exports symbol='xsltStyleBasicEmptyItemPtr' type='typedef'/>
- <exports symbol='xsltStyleItemText' type='typedef'/>
- <exports symbol='xsltStyleItemCopyPtr' type='typedef'/>
- <exports symbol='xsltStyleItemSortPtr' type='typedef'/>
- <exports symbol='xsltPrincipalStylesheetData' type='typedef'/>
+ <exports symbol='xsltNsListContainerPtr' type='typedef'/>
+ <exports symbol='xsltNsListPtr' type='typedef'/>
+ <exports symbol='xsltNsMap' type='typedef'/>
+ <exports symbol='xsltNsMapPtr' type='typedef'/>
<exports symbol='xsltOutputType' type='typedef'/>
+ <exports symbol='xsltPointerList' type='typedef'/>
+ <exports symbol='xsltPointerListPtr' type='typedef'/>
+ <exports symbol='xsltPrincipalStylesheetData' type='typedef'/>
<exports symbol='xsltPrincipalStylesheetDataPtr' type='typedef'/>
+ <exports symbol='xsltRuntimeExtra' type='typedef'/>
+ <exports symbol='xsltRuntimeExtraPtr' type='typedef'/>
+ <exports symbol='xsltStackElem' type='typedef'/>
+ <exports symbol='xsltStackElemPtr' type='typedef'/>
+ <exports symbol='xsltStyleBasicEmptyItem' type='typedef'/>
+ <exports symbol='xsltStyleBasicEmptyItemPtr' type='typedef'/>
+ <exports symbol='xsltStyleBasicExpressionItem' type='typedef'/>
+ <exports symbol='xsltStyleBasicExpressionItemPtr' type='typedef'/>
<exports symbol='xsltStyleBasicItemVariable' type='typedef'/>
- <exports symbol='xsltStyleItemChoosePtr' type='typedef'/>
- <exports symbol='xsltNsAlias' type='typedef'/>
- <exports symbol='xsltVarInfo' type='typedef'/>
+ <exports symbol='xsltStyleBasicItemVariablePtr' type='typedef'/>
<exports symbol='xsltStyleItemApplyImports' type='typedef'/>
- <exports symbol='xsltKeyTable' type='typedef'/>
- <exports symbol='xsltStylePreComp' type='typedef'/>
- <exports symbol='xsltNsListPtr' type='typedef'/>
- <exports symbol='xsltKeyDef' type='typedef'/>
- <exports symbol='xsltDecimalFormat' type='typedef'/>
+ <exports symbol='xsltStyleItemApplyImportsPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemApplyTemplates' type='typedef'/>
<exports symbol='xsltStyleItemApplyTemplatesPtr' type='typedef'/>
- <exports symbol='xsltStyleItemUknownPtr' type='typedef'/>
- <exports symbol='xsltStyleItemValueOf' type='typedef'/>
- <exports symbol='xsltCompilerCtxtPtr' type='typedef'/>
<exports symbol='xsltStyleItemAttribute' type='typedef'/>
- <exports symbol='xsltStyleItemDocumentPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemAttributePtr' type='typedef'/>
<exports symbol='xsltStyleItemCallTemplate' type='typedef'/>
+ <exports symbol='xsltStyleItemCallTemplatePtr' type='typedef'/>
+ <exports symbol='xsltStyleItemChoose' type='typedef'/>
+ <exports symbol='xsltStyleItemChoosePtr' type='typedef'/>
+ <exports symbol='xsltStyleItemComment' type='typedef'/>
+ <exports symbol='xsltStyleItemCommentPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemCopy' type='typedef'/>
+ <exports symbol='xsltStyleItemCopyOf' type='typedef'/>
+ <exports symbol='xsltStyleItemCopyOfPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemCopyPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemDocument' type='typedef'/>
+ <exports symbol='xsltStyleItemDocumentPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemElement' type='typedef'/>
+ <exports symbol='xsltStyleItemElementPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemExtElement' type='typedef'/>
+ <exports symbol='xsltStyleItemExtElementPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemFallback' type='typedef'/>
<exports symbol='xsltStyleItemFallbackPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemForEach' type='typedef'/>
+ <exports symbol='xsltStyleItemForEachPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemIf' type='typedef'/>
+ <exports symbol='xsltStyleItemIfPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemInclude' type='typedef'/>
+ <exports symbol='xsltStyleItemIncludePtr' type='typedef'/>
+ <exports symbol='xsltStyleItemLRElementInfo' type='typedef'/>
+ <exports symbol='xsltStyleItemLRElementInfoPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemMessage' type='typedef'/>
+ <exports symbol='xsltStyleItemMessagePtr' type='typedef'/>
<exports symbol='xsltStyleItemNumber' type='typedef'/>
- <exports symbol='xsltStyleItemApplyTemplates' type='typedef'/>
- <exports symbol='xsltStyleItemChoose' type='typedef'/>
- <exports symbol='xsltStyleType' type='typedef'/>
+ <exports symbol='xsltStyleItemNumberPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemOtherwise' type='typedef'/>
+ <exports symbol='xsltStyleItemOtherwisePtr' type='typedef'/>
<exports symbol='xsltStyleItemPI' type='typedef'/>
- <exports symbol='xsltStyleItemInclude' type='typedef'/>
- <exports symbol='_xsltPointerList' type='struct'/>
- <exports symbol='_xsltStyleItemSort' type='struct'/>
+ <exports symbol='xsltStyleItemPIPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemParam' type='typedef'/>
+ <exports symbol='xsltStyleItemParamPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemSort' type='typedef'/>
+ <exports symbol='xsltStyleItemSortPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemText' type='typedef'/>
+ <exports symbol='xsltStyleItemTextPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemUknown' type='typedef'/>
+ <exports symbol='xsltStyleItemUknownPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemValueOf' type='typedef'/>
+ <exports symbol='xsltStyleItemValueOfPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemVariable' type='typedef'/>
+ <exports symbol='xsltStyleItemVariablePtr' type='typedef'/>
+ <exports symbol='xsltStyleItemWhen' type='typedef'/>
+ <exports symbol='xsltStyleItemWhenPtr' type='typedef'/>
+ <exports symbol='xsltStyleItemWithParam' type='typedef'/>
+ <exports symbol='xsltStyleItemWithParamPtr' type='typedef'/>
+ <exports symbol='xsltStylePreComp' type='typedef'/>
+ <exports symbol='xsltStylePreCompPtr' type='typedef'/>
+ <exports symbol='xsltStyleType' type='typedef'/>
+ <exports symbol='xsltStylesheet' type='typedef'/>
+ <exports symbol='xsltStylesheetPtr' type='typedef'/>
+ <exports symbol='xsltTemplate' type='typedef'/>
+ <exports symbol='xsltTemplatePtr' type='typedef'/>
+ <exports symbol='xsltTransformCache' type='typedef'/>
+ <exports symbol='xsltTransformCachePtr' type='typedef'/>
+ <exports symbol='xsltTransformContext' type='typedef'/>
+ <exports symbol='xsltTransformContextPtr' type='typedef'/>
+ <exports symbol='xsltTransformState' type='typedef'/>
+ <exports symbol='xsltVarInfo' type='typedef'/>
+ <exports symbol='xsltVarInfoPtr' type='typedef'/>
+ <exports symbol='_xsltCompilerCtxt' type='struct'/>
+ <exports symbol='_xsltCompilerNodeInfo' type='struct'/>
+ <exports symbol='_xsltDecimalFormat' type='struct'/>
+ <exports symbol='_xsltDocument' type='struct'/>
+ <exports symbol='_xsltEffectiveNs' type='struct'/>
+ <exports symbol='_xsltElemPreComp' type='struct'/>
+ <exports symbol='_xsltKeyDef' type='struct'/>
+ <exports symbol='_xsltKeyTable' type='struct'/>
<exports symbol='_xsltNsAlias' type='struct'/>
- <exports symbol='_xsltTemplate' type='struct'/>
- <exports symbol='_xsltStyleItemWhen' type='struct'/>
- <exports symbol='_xsltVarInfo' type='struct'/>
<exports symbol='_xsltNsList' type='struct'/>
- <exports symbol='_xsltStyleItemInclude' type='struct'/>
- <exports symbol='_xsltEffectiveNs' type='struct'/>
- <exports symbol='_xsltDecimalFormat' type='struct'/>
+ <exports symbol='_xsltNsListContainer' type='struct'/>
+ <exports symbol='_xsltNsMap' type='struct'/>
+ <exports symbol='_xsltPointerList' type='struct'/>
+ <exports symbol='_xsltPrincipalStylesheetData' type='struct'/>
+ <exports symbol='_xsltRuntimeExtra' type='struct'/>
+ <exports symbol='_xsltStackElem' type='struct'/>
+ <exports symbol='_xsltStyleBasicEmptyItem' type='struct'/>
+ <exports symbol='_xsltStyleBasicExpressionItem' type='struct'/>
+ <exports symbol='_xsltStyleBasicItemVariable' type='struct'/>
+ <exports symbol='_xsltStyleItemApplyTemplates' type='struct'/>
<exports symbol='_xsltStyleItemAttribute' type='struct'/>
- <exports symbol='_xsltStyleItemValueOf' type='struct'/>
+ <exports symbol='_xsltStyleItemCallTemplate' type='struct'/>
+ <exports symbol='_xsltStyleItemCopy' type='struct'/>
<exports symbol='_xsltStyleItemDocument' type='struct'/>
+ <exports symbol='_xsltStyleItemElement' type='struct'/>
+ <exports symbol='_xsltStyleItemExtElement' type='struct'/>
+ <exports symbol='_xsltStyleItemIf' type='struct'/>
+ <exports symbol='_xsltStyleItemInclude' type='struct'/>
+ <exports symbol='_xsltStyleItemLRElementInfo' type='struct'/>
<exports symbol='_xsltStyleItemMessage' type='struct'/>
- <exports symbol='_xsltStyleItemCopy' type='struct'/>
+ <exports symbol='_xsltStyleItemNumber' type='struct'/>
+ <exports symbol='_xsltStyleItemOtherwise' type='struct'/>
+ <exports symbol='_xsltStyleItemPI' type='struct'/>
+ <exports symbol='_xsltStyleItemParam' type='struct'/>
+ <exports symbol='_xsltStyleItemSort' type='struct'/>
<exports symbol='_xsltStyleItemText' type='struct'/>
- <exports symbol='_xsltStyleBasicExpressionItem' type='struct'/>
- <exports symbol='_xsltStylesheet' type='struct'/>
- <exports symbol='_xsltNsListContainer' type='struct'/>
- <exports symbol='_xsltStyleItemCallTemplate' type='struct'/>
- <exports symbol='_xsltStyleItemApplyTemplates' type='struct'/>
- <exports symbol='_xsltElemPreComp' type='struct'/>
- <exports symbol='_xsltCompilerCtxt' type='struct'/>
- <exports symbol='_xsltKeyTable' type='struct'/>
<exports symbol='_xsltStyleItemUknown' type='struct'/>
- <exports symbol='_xsltStyleItemNumber' type='struct'/>
+ <exports symbol='_xsltStyleItemValueOf' type='struct'/>
+ <exports symbol='_xsltStyleItemWhen' type='struct'/>
<exports symbol='_xsltStylePreComp' type='struct'/>
+ <exports symbol='_xsltStylesheet' type='struct'/>
+ <exports symbol='_xsltTemplate' type='struct'/>
<exports symbol='_xsltTransformCache' type='struct'/>
- <exports symbol='_xsltCompilerNodeInfo' type='struct'/>
- <exports symbol='_xsltNsMap' type='struct'/>
- <exports symbol='_xsltStyleItemElement' type='struct'/>
- <exports symbol='_xsltStyleItemPI' type='struct'/>
- <exports symbol='_xsltStyleItemExtElement' type='struct'/>
- <exports symbol='_xsltStyleItemParam' type='struct'/>
- <exports symbol='_xsltStackElem' type='struct'/>
<exports symbol='_xsltTransformContext' type='struct'/>
- <exports symbol='_xsltStyleItemIf' type='struct'/>
- <exports symbol='_xsltStyleBasicItemVariable' type='struct'/>
- <exports symbol='_xsltRuntimeExtra' type='struct'/>
- <exports symbol='_xsltKeyDef' type='struct'/>
- <exports symbol='_xsltPrincipalStylesheetData' type='struct'/>
- <exports symbol='_xsltStyleItemLRElementInfo' type='struct'/>
- <exports symbol='_xsltStyleItemOtherwise' type='struct'/>
- <exports symbol='_xsltDocument' type='struct'/>
- <exports symbol='_xsltStyleBasicEmptyItem' type='struct'/>
- <exports symbol='xsltXSLTAttrMarker' type='variable'/>
+ <exports symbol='_xsltVarInfo' type='struct'/>
<exports symbol='xsltConstNamespaceNameXSLT' type='variable'/>
- <exports symbol='xsltElemPreCompDeallocator' type='function'/>
- <exports symbol='xsltRegisterPersistRVT' type='function'/>
- <exports symbol='xsltParseStylesheetImportedDoc' type='function'/>
- <exports symbol='xsltFreeStackElemList' type='function'/>
+ <exports symbol='xsltXSLTAttrMarker' type='variable'/>
<exports symbol='xsltAllocateExtra' type='function'/>
- <exports symbol='xsltFlagRVTs' type='function'/>
- <exports symbol='xsltParseSequenceConstructor' type='function'/>
- <exports symbol='xsltRegisterTmpRVT' type='function'/>
- <exports symbol='xsltInitAllDocKeys' type='function'/>
+ <exports symbol='xsltAllocateExtraCtxt' type='function'/>
+ <exports symbol='xsltCompileAttr' type='function'/>
+ <exports symbol='xsltCreateRVT' type='function'/>
<exports symbol='xsltDecimalFormatGetByName' type='function'/>
+ <exports symbol='xsltDecimalFormatGetByQName' type='function'/>
+ <exports symbol='xsltElemPreCompDeallocator' type='function'/>
+ <exports symbol='xsltEvalAVT' type='function'/>
<exports symbol='xsltExtensionInstructionResultFinalize' type='function'/>
- <exports symbol='xsltParseStylesheetUser' type='function'/>
- <exports symbol='xsltPointerListFree' type='function'/>
- <exports symbol='xsltIsBlank' type='function'/>
+ <exports symbol='xsltExtensionInstructionResultRegister' type='function'/>
+ <exports symbol='xsltFlagRVTs' type='function'/>
<exports symbol='xsltFormatNumberConversion' type='function'/>
- <exports symbol='xsltPointerListAddSize' type='function'/>
- <exports symbol='xsltSortFunc' type='function'/>
- <exports symbol='xsltUninit' type='function'/>
+ <exports symbol='xsltFreeAVTList' type='function'/>
+ <exports symbol='xsltFreeLocaleFunc' type='function'/>
+ <exports symbol='xsltFreeRVTs' type='function'/>
+ <exports symbol='xsltFreeStackElemList' type='function'/>
<exports symbol='xsltFreeStylesheet' type='function'/>
- <exports symbol='xsltCreateRVT' type='function'/>
+ <exports symbol='xsltGenSortKeyFunc' type='function'/>
+ <exports symbol='xsltInitAllDocKeys' type='function'/>
+ <exports symbol='xsltInitCtxtKey' type='function'/>
+ <exports symbol='xsltIsBlank' type='function'/>
+ <exports symbol='xsltLoadStylesheetPI' type='function'/>
+ <exports symbol='xsltNewLocaleFunc' type='function'/>
+ <exports symbol='xsltNewStylesheet' type='function'/>
+ <exports symbol='xsltNumberFormat' type='function'/>
+ <exports symbol='xsltParseAnyXSLTElem' type='function'/>
+ <exports symbol='xsltParseSequenceConstructor' type='function'/>
+ <exports symbol='xsltParseStylesheetDoc' type='function'/>
<exports symbol='xsltParseStylesheetFile' type='function'/>
+ <exports symbol='xsltParseStylesheetImportedDoc' type='function'/>
<exports symbol='xsltParseStylesheetOutput' type='function'/>
- <exports symbol='xsltParseAnyXSLTElem' type='function'/>
- <exports symbol='xsltCompileAttr' type='function'/>
- <exports symbol='xsltRestoreDocumentNamespaces' type='function'/>
- <exports symbol='xsltNumberFormat' type='function'/>
- <exports symbol='xsltReleaseRVT' type='function'/>
- <exports symbol='xsltFreeRVTs' type='function'/>
- <exports symbol='xsltExtensionInstructionResultRegister' type='function'/>
- <exports symbol='xsltPointerListCreate' type='function'/>
- <exports symbol='xsltFreeAVTList' type='function'/>
- <exports symbol='xsltAllocateExtraCtxt' type='function'/>
- <exports symbol='xsltParseTemplateContent' type='function'/>
- <exports symbol='xsltNewStylesheet' type='function'/>
<exports symbol='xsltParseStylesheetProcess' type='function'/>
- <exports symbol='xsltDecimalFormatGetByQName' type='function'/>
- <exports symbol='xsltTransformFunction' type='function'/>
- <exports symbol='xsltRegisterLocalRVT' type='function'/>
- <exports symbol='xsltParseStylesheetDoc' type='function'/>
- <exports symbol='xsltInitCtxtKey' type='function'/>
- <exports symbol='xsltEvalAVT' type='function'/>
+ <exports symbol='xsltParseStylesheetUser' type='function'/>
+ <exports symbol='xsltParseTemplateContent' type='function'/>
+ <exports symbol='xsltPointerListAddSize' type='function'/>
<exports symbol='xsltPointerListClear' type='function'/>
- <exports symbol='xsltLoadStylesheetPI' type='function'/>
+ <exports symbol='xsltPointerListCreate' type='function'/>
+ <exports symbol='xsltPointerListFree' type='function'/>
+ <exports symbol='xsltRegisterLocalRVT' type='function'/>
+ <exports symbol='xsltRegisterPersistRVT' type='function'/>
+ <exports symbol='xsltRegisterTmpRVT' type='function'/>
+ <exports symbol='xsltReleaseRVT' type='function'/>
+ <exports symbol='xsltRestoreDocumentNamespaces' type='function'/>
+ <exports symbol='xsltSortFunc' type='function'/>
+ <exports symbol='xsltTransformFunction' type='function'/>
+ <exports symbol='xsltUninit' type='function'/>
</file>
<file name='xsltexports'>
<summary>macros for marking symbols as exportable/importable.</summary>
<description>macros for marking symbols as exportable/importable. </description>
<exports symbol='LIBXSLT_PUBLIC' type='macro'/>
+ <exports symbol='XSLTCALL' type='macro'/>
<exports symbol='XSLTPUBFUN' type='macro'/>
- <exports symbol='XSLTPUBVAR' type='macro'/>
<exports symbol='XSLTPUBLIC' type='macro'/>
- <exports symbol='XSLTCALL' type='macro'/>
+ <exports symbol='XSLTPUBVAR' type='macro'/>
</file>
<file name='xsltlocale'>
<summary>Locale handling</summary>
<description>Interfaces for locale handling. Needed for language dependent sorting. </description>
<author>Nick Wellnhofer </author>
- <exports symbol='XSLT_LOCALE_WINAPI' type='macro'/>
- <exports symbol='XSLT_LOCALE_NONE' type='macro'/>
- <exports symbol='XSLT_LOCALE_POSIX' type='macro'/>
<exports symbol='xsltLocale' type='typedef'/>
<exports symbol='xsltLocaleChar' type='typedef'/>
- <exports symbol='xsltNewLocale' type='function'/>
- <exports symbol='xsltLocaleStrcmp' type='function'/>
<exports symbol='xsltFreeLocale' type='function'/>
- <exports symbol='xsltStrxfrm' type='function'/>
<exports symbol='xsltFreeLocales' type='function'/>
+ <exports symbol='xsltLocaleStrcmp' type='function'/>
+ <exports symbol='xsltNewLocale' type='function'/>
+ <exports symbol='xsltStrxfrm' type='function'/>
</file>
<file name='xsltutils'>
<summary>set of utilities for the XSLT engine</summary>
<description>interfaces for the utilities module of the XSLT engine. things like message handling, profiling, and other generally useful routines. </description>
<author>Daniel Veillard </author>
- <exports symbol='IS_XSLT_REAL_NODE' type='macro'/>
<exports symbol='IS_XSLT_ELEM' type='macro'/>
<exports symbol='IS_XSLT_NAME' type='macro'/>
- <exports symbol='XSLT_TODO' type='macro'/>
+ <exports symbol='IS_XSLT_REAL_NODE' type='macro'/>
<exports symbol='XSLT_STRANGE' type='macro'/>
<exports symbol='XSLT_TIMESTAMP_TICS_PER_SEC' type='macro'/>
+ <exports symbol='XSLT_TODO' type='macro'/>
<exports symbol='XSLT_TRACE' type='macro'/>
- <exports symbol='XSLT_TRACE_KEYS' type='enum'/>
+ <exports symbol='XSLT_DEBUG_CONT' type='enum'/>
+ <exports symbol='XSLT_DEBUG_INIT' type='enum'/>
<exports symbol='XSLT_DEBUG_NEXT' type='enum'/>
- <exports symbol='XSLT_TRACE_COPY_OF' type='enum'/>
- <exports symbol='XSLT_TRACE_FOR_EACH' type='enum'/>
- <exports symbol='XSLT_DEBUG_STEPOUT' type='enum'/>
+ <exports symbol='XSLT_DEBUG_NONE' type='enum'/>
+ <exports symbol='XSLT_DEBUG_QUIT' type='enum'/>
<exports symbol='XSLT_DEBUG_RUN' type='enum'/>
- <exports symbol='XSLT_TRACE_APPLY_TEMPLATES' type='enum'/>
- <exports symbol='XSLT_TRACE_CHOOSE' type='enum'/>
- <exports symbol='XSLT_DEBUG_INIT' type='enum'/>
<exports symbol='XSLT_DEBUG_RUN_RESTART' type='enum'/>
- <exports symbol='XSLT_TRACE_ALL' type='enum'/>
- <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/>
- <exports symbol='XSLT_TRACE_IF' type='enum'/>
- <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/>
- <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/>
- <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/>
- <exports symbol='XSLT_DEBUG_CONT' type='enum'/>
- <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/>
<exports symbol='XSLT_DEBUG_STEP' type='enum'/>
- <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/>
+ <exports symbol='XSLT_DEBUG_STEPOUT' type='enum'/>
<exports symbol='XSLT_DEBUG_STOP' type='enum'/>
+ <exports symbol='XSLT_TRACE_ALL' type='enum'/>
+ <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/>
+ <exports symbol='XSLT_TRACE_APPLY_TEMPLATES' type='enum'/>
+ <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/>
+ <exports symbol='XSLT_TRACE_CHOOSE' type='enum'/>
+ <exports symbol='XSLT_TRACE_COMMENT' type='enum'/>
<exports symbol='XSLT_TRACE_COPY' type='enum'/>
+ <exports symbol='XSLT_TRACE_COPY_OF' type='enum'/>
+ <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/>
+ <exports symbol='XSLT_TRACE_FOR_EACH' type='enum'/>
+ <exports symbol='XSLT_TRACE_IF' type='enum'/>
+ <exports symbol='XSLT_TRACE_KEYS' type='enum'/>
<exports symbol='XSLT_TRACE_NONE' type='enum'/>
- <exports symbol='XSLT_DEBUG_NONE' type='enum'/>
<exports symbol='XSLT_TRACE_PI' type='enum'/>
- <exports symbol='XSLT_TRACE_COMMENT' type='enum'/>
- <exports symbol='XSLT_TRACE_VARIABLES' type='enum'/>
- <exports symbol='XSLT_DEBUG_QUIT' type='enum'/>
+ <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/>
+ <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/>
<exports symbol='XSLT_TRACE_TEMPLATES' type='enum'/>
- <exports symbol='xsltDebugTraceCodes' type='typedef'/>
+ <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/>
+ <exports symbol='XSLT_TRACE_VARIABLES' type='enum'/>
<exports symbol='xsltDebugStatusCodes' type='typedef'/>
- <exports symbol='xsltGenericError' type='variable'/>
- <exports symbol='xsltGenericDebug' type='variable'/>
- <exports symbol='xsltGenericErrorContext' type='variable'/>
+ <exports symbol='xsltDebugTraceCodes' type='typedef'/>
<exports symbol='xslDebugStatus' type='variable'/>
+ <exports symbol='xsltGenericDebug' type='variable'/>
<exports symbol='xsltGenericDebugContext' type='variable'/>
- <exports symbol='xsltSaveResultToFile' type='function'/>
- <exports symbol='xsltSetGenericErrorFunc' type='function'/>
- <exports symbol='xsltSetDebuggerCallbacks' type='function'/>
- <exports symbol='xsltSaveResultTo' type='function'/>
- <exports symbol='xsltTransformError' type='function'/>
+ <exports symbol='xsltGenericError' type='variable'/>
+ <exports symbol='xsltGenericErrorContext' type='variable'/>
<exports symbol='xslAddCall' type='function'/>
- <exports symbol='xsltDocumentSortFunction' type='function'/>
- <exports symbol='xsltGetQNameURI2' type='function'/>
+ <exports symbol='xslDropCall' type='function'/>
+ <exports symbol='xsltAddCallCallback' type='function'/>
+ <exports symbol='xsltCalibrateAdjust' type='function'/>
<exports symbol='xsltComputeSortResult' type='function'/>
- <exports symbol='xsltPrintErrorContext' type='function'/>
- <exports symbol='xsltGetUTF8Char' type='function'/>
+ <exports symbol='xsltDebugGetDefaultTrace' type='function'/>
+ <exports symbol='xsltDebugSetDefaultTrace' type='function'/>
<exports symbol='xsltDefaultSortFunction' type='function'/>
- <exports symbol='xsltSaveResultToFd' type='function'/>
- <exports symbol='xsltSetCtxtSortFunc' type='function'/>
- <exports symbol='xsltGetNsProp' type='function'/>
+ <exports symbol='xsltDoSortFunction' type='function'/>
+ <exports symbol='xsltDocumentSortFunction' type='function'/>
+ <exports symbol='xsltDropCallCallback' type='function'/>
<exports symbol='xsltGetCNsProp' type='function'/>
+ <exports symbol='xsltGetDebuggerStatus' type='function'/>
+ <exports symbol='xsltGetNsProp' type='function'/>
+ <exports symbol='xsltGetProfileInformation' type='function'/>
<exports symbol='xsltGetQNameURI' type='function'/>
- <exports symbol='xsltAddCallCallback' type='function'/>
- <exports symbol='xsltCalibrateAdjust' type='function'/>
+ <exports symbol='xsltGetQNameURI2' type='function'/>
+ <exports symbol='xsltGetUTF8Char' type='function'/>
+ <exports symbol='xsltHandleDebuggerCallback' type='function'/>
+ <exports symbol='xsltMessage' type='function'/>
+ <exports symbol='xsltPrintErrorContext' type='function'/>
<exports symbol='xsltSaveProfiling' type='function'/>
+ <exports symbol='xsltSaveResultTo' type='function'/>
+ <exports symbol='xsltSaveResultToFd' type='function'/>
+ <exports symbol='xsltSaveResultToFile' type='function'/>
+ <exports symbol='xsltSaveResultToFilename' type='function'/>
<exports symbol='xsltSaveResultToString' type='function'/>
+ <exports symbol='xsltSetCtxtLocaleHandlers' type='function'/>
+ <exports symbol='xsltSetCtxtParseOptions' type='function'/>
+ <exports symbol='xsltSetCtxtSortFunc' type='function'/>
+ <exports symbol='xsltSetDebuggerCallbacks' type='function'/>
+ <exports symbol='xsltSetDebuggerStatus' type='function'/>
+ <exports symbol='xsltSetGenericDebugFunc' type='function'/>
+ <exports symbol='xsltSetGenericErrorFunc' type='function'/>
+ <exports symbol='xsltSetSortFunc' type='function'/>
+ <exports symbol='xsltSetTransformErrorFunc' type='function'/>
<exports symbol='xsltSplitQName' type='function'/>
- <exports symbol='xsltDoSortFunction' type='function'/>
- <exports symbol='xsltDebugGetDefaultTrace' type='function'/>
- <exports symbol='xsltMessage' type='function'/>
- <exports symbol='xsltGetDebuggerStatus' type='function'/>
<exports symbol='xsltTimestamp' type='function'/>
- <exports symbol='xsltSetTransformErrorFunc' type='function'/>
+ <exports symbol='xsltTransformError' type='function'/>
<exports symbol='xsltXPathCompile' type='function'/>
- <exports symbol='xsltDebugSetDefaultTrace' type='function'/>
- <exports symbol='xsltSetGenericDebugFunc' type='function'/>
<exports symbol='xsltXPathCompileFlags' type='function'/>
- <exports symbol='xsltSetCtxtParseOptions' type='function'/>
- <exports symbol='xsltSetDebuggerStatus' type='function'/>
- <exports symbol='xslDropCall' type='function'/>
- <exports symbol='xsltSetSortFunc' type='function'/>
- <exports symbol='xsltHandleDebuggerCallback' type='function'/>
- <exports symbol='xsltSaveResultToFilename' type='function'/>
- <exports symbol='xsltDropCallCallback' type='function'/>
- <exports symbol='xsltGetProfileInformation' type='function'/>
</file>
</files>
<symbols>
@@ -775,15 +776,6 @@
<macro name='XSLT_LIBXSLT_NAMESPACE' file='extra'>
<info>This is the libxslt namespace for specific extensions.</info>
</macro>
- <macro name='XSLT_LOCALE_NONE' file='xsltlocale'>
- <info>Macro indicating that there&apos;s no extended locale support</info>
- </macro>
- <macro name='XSLT_LOCALE_POSIX' file='xsltlocale'>
- <info>Macro indicating to use POSIX locale extensions</info>
- </macro>
- <macro name='XSLT_LOCALE_WINAPI' file='xsltlocale'>
- <info>Macro indicating to use WinAPI for extended locale support</info>
- </macro>
<macro name='XSLT_MARK_RES_TREE_FRAG' file='xsltInternals'>
<info>internal macro to set up tree fragments</info>
</macro>
@@ -1186,7 +1178,9 @@ the variables'/>
<field name='has_ns' type='int' info=''/>
</struct>
<typedef name='xsltStyleBasicItemVariablePtr' file='xsltInternals' type='xsltStyleBasicItemVariable *'/>
- <typedef name='xsltStyleItemApplyImports' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
+ <typedef name='xsltStyleItemApplyImports' file='xsltInternals' type='xsltStyleBasicEmptyItem'>
+ <info>&lt;!-- Category: instruction --&gt; &lt;xsl:apply-imports /&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemApplyImportsPtr' file='xsltInternals' type='xsltStyleItemApplyImports *'/>
<struct name='xsltStyleItemApplyTemplates' file='xsltInternals' type='struct _xsltStyleItemApplyTemplates'>
<field name='mode' type='const xmlChar *' info=' apply-templates'/>
@@ -1211,15 +1205,21 @@ the variables'/>
<field name='has_ns' type='int' info=' element TODO: with-params'/>
</struct>
<typedef name='xsltStyleItemCallTemplatePtr' file='xsltInternals' type='xsltStyleItemCallTemplate *'/>
- <typedef name='xsltStyleItemChoose' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
+ <typedef name='xsltStyleItemChoose' file='xsltInternals' type='xsltStyleBasicEmptyItem'>
+ <info>&lt;!-- Category: instruction --&gt; &lt;xsl:choose&gt; &lt;!-- Content: (xsl:when+, xsl:otherwise?) --&gt; &lt;/xsl:choose&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemChoosePtr' file='xsltInternals' type='xsltStyleItemChoose *'/>
- <typedef name='xsltStyleItemComment' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
+ <typedef name='xsltStyleItemComment' file='xsltInternals' type='xsltStyleBasicEmptyItem'>
+ <info>&lt;!-- Category: instruction --&gt; &lt;xsl:comment&gt; &lt;!-- Content: template --&gt; &lt;/xsl:comment&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemCommentPtr' file='xsltInternals' type='xsltStyleItemComment *'/>
<struct name='xsltStyleItemCopy' file='xsltInternals' type='struct _xsltStyleItemCopy'>
<field name='use' type='const xmlChar *' info=' copy, element'/>
<field name='has_use' type='int' info=' copy, element'/>
</struct>
- <typedef name='xsltStyleItemCopyOf' file='xsltInternals' type='xsltStyleBasicExpressionItem'/>
+ <typedef name='xsltStyleItemCopyOf' file='xsltInternals' type='xsltStyleBasicExpressionItem'>
+ <info>&lt;!-- Category: instruction --&gt; &lt;xsl:copy-of select = expression /&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemCopyOfPtr' file='xsltInternals' type='xsltStyleItemCopyOf *'/>
<typedef name='xsltStyleItemCopyPtr' file='xsltInternals' type='xsltStyleItemCopy *'/>
<struct name='xsltStyleItemDocument' file='xsltInternals' type='struct _xsltStyleItemDocument'>
@@ -1244,9 +1244,13 @@ TODO: Check if we need.'/>
<field name='item' type='xsltElemPreCompPtr' info=''/>
</struct>
<typedef name='xsltStyleItemExtElementPtr' file='xsltInternals' type='xsltStyleItemExtElement *'/>
- <typedef name='xsltStyleItemFallback' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
+ <typedef name='xsltStyleItemFallback' file='xsltInternals' type='xsltStyleBasicEmptyItem'>
+ <info>&lt;!-- Category: instruction --&gt; &lt;xsl:fallback&gt; &lt;!-- Content: template --&gt; &lt;/xsl:fallback&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemFallbackPtr' file='xsltInternals' type='xsltStyleItemFallback *'/>
- <typedef name='xsltStyleItemForEach' file='xsltInternals' type='xsltStyleBasicExpressionItem'/>
+ <typedef name='xsltStyleItemForEach' file='xsltInternals' type='xsltStyleBasicExpressionItem'>
+ <info>&lt;!-- Category: instruction --&gt; &lt;xsl:for-each select = node-set-expression&gt; &lt;!-- Content: (xsl:sort*, template) --&gt; &lt;/xsl:for-each&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemForEachPtr' file='xsltInternals' type='xsltStyleItemForEach *'/>
<struct name='xsltStyleItemIf' file='xsltInternals' type='struct _xsltStyleItemIf'>
<field name='test' type='const xmlChar *' info=' if'/>
@@ -1295,7 +1299,6 @@ TODO: Check if we need.'/>
<field name='descending' type='int' info=' sort'/>
<field name='lang' type='const xmlChar *' info=' sort'/>
<field name='has_lang' type='int' info=' sort'/>
- <field name='locale' type='xsltLocale' info=' sort'/>
<field name='case_order' type='const xmlChar *' info=' sort'/>
<field name='lower_first' type='int' info=' sort'/>
<field name='use' type='const xmlChar *' info=''/>
@@ -1317,14 +1320,18 @@ TODO: Check if we need.'/>
<field name='noescape' type='int' info=''/>
</struct>
<typedef name='xsltStyleItemValueOfPtr' file='xsltInternals' type='xsltStyleItemValueOf *'/>
- <typedef name='xsltStyleItemVariable' file='xsltInternals' type='xsltStyleBasicItemVariable'/>
+ <typedef name='xsltStyleItemVariable' file='xsltInternals' type='xsltStyleBasicItemVariable'>
+ <info>&lt;!-- Category: top-level-element --&gt; &lt;xsl:param name = qname select = expression&gt; &lt;!-- Content: template --&gt; &lt;/xsl:param&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemVariablePtr' file='xsltInternals' type='xsltStyleItemVariable *'/>
<struct name='xsltStyleItemWhen' file='xsltInternals' type='struct _xsltStyleItemWhen'>
<field name='test' type='const xmlChar *' info=''/>
<field name='comp' type='xmlXPathCompExprPtr' info=''/>
</struct>
<typedef name='xsltStyleItemWhenPtr' file='xsltInternals' type='xsltStyleItemWhen *'/>
- <typedef name='xsltStyleItemWithParam' file='xsltInternals' type='xsltStyleBasicItemVariable'/>
+ <typedef name='xsltStyleItemWithParam' file='xsltInternals' type='xsltStyleBasicItemVariable'>
+ <info>&lt;xsl:with-param name = qname select = expression&gt; &lt;!-- Content: template --&gt; &lt;/xsl:with-param&gt;</info>
+ </typedef>
<typedef name='xsltStyleItemWithParamPtr' file='xsltInternals' type='xsltStyleItemWithParam *'/>
<struct name='xsltStylePreComp' file='xsltInternals' type='struct _xsltStylePreComp'>
<field name='next' type='xsltElemPreCompPtr' info=' chained list'/>
@@ -1340,7 +1347,6 @@ TODO: Check if we need.'/>
<field name='descending' type='int' info=' sort'/>
<field name='lang' type='const xmlChar *' info=' sort'/>
<field name='has_lang' type='int' info=' sort'/>
- <field name='locale' type='xsltLocale' info=' sort'/>
<field name='case_order' type='const xmlChar *' info=' sort'/>
<field name='lower_first' type='int' info=' sort'/>
<field name='use' type='const xmlChar *' info=' copy, element'/>
@@ -1575,6 +1581,11 @@ exits'/>
<field name='maxTemplateVars' type='int' info=''/>
<field name='opLimit' type='unsigned long' info=''/>
<field name='opCount' type='unsigned long' info=''/>
+ <field name='sourceDocDirty' type='int' info=''/>
+ <field name='currentId' type='unsigned long' info=' For generate-id()'/>
+ <field name='newLocale' type='xsltNewLocaleFunc' info=''/>
+ <field name='freeLocale' type='xsltFreeLocaleFunc' info=''/>
+ <field name='genSortKey' type='xsltGenSortKeyFunc' info=''/>
</struct>
<typedef name='xsltTransformContextPtr' file='xsltInternals' type='xsltTransformContext *'/>
<typedef name='xsltTransformState' file='xsltInternals' type='enum'/>
@@ -1589,28 +1600,38 @@ exits'/>
<variable name='xslDebugStatus' file='xsltutils' type='int'/>
<variable name='xsltConstNamespaceNameXSLT' file='xsltInternals' type='const xmlChar *'/>
<variable name='xsltDocDefaultLoader' file='documents' type='xsltDocLoaderFunc'/>
- <variable name='xsltEngineVersion' file='xslt' type='const char *'/>
+ <variable name='xsltEngineVersion' file='xslt' type='const char *'>
+ <info>The version string for libxslt.</info>
+ </variable>
<variable name='xsltExtMarker' file='preproc' type='const xmlChar *'/>
<variable name='xsltGenericDebug' file='xsltutils' type='xmlGenericErrorFunc'/>
<variable name='xsltGenericDebugContext' file='xsltutils' type='void *'/>
<variable name='xsltGenericError' file='xsltutils' type='xmlGenericErrorFunc'/>
<variable name='xsltGenericErrorContext' file='xsltutils' type='void *'/>
- <variable name='xsltLibxmlVersion' file='xslt' type='const int'/>
- <variable name='xsltLibxsltVersion' file='xslt' type='const int'/>
- <variable name='xsltMaxDepth' file='xslt' type='int'/>
+ <variable name='xsltLibxmlVersion' file='xslt' type='const int'>
+ <info>The version of libxml libxslt was compiled against.</info>
+ </variable>
+ <variable name='xsltLibxsltVersion' file='xslt' type='const int'>
+ <info>The version of libxslt compiled.</info>
+ </variable>
+ <variable name='xsltMaxDepth' file='xslt' type='int'>
+ <info>This value is used to detect templates loops.</info>
+ </variable>
<variable name='xsltMaxVars' file='xslt' type='int'/>
- <variable name='xsltXSLTAttrMarker' file='xsltInternals' type='const xmlChar *'/>
- <function name='xslAddCall' file='xsltutils'>
+ <variable name='xsltXSLTAttrMarker' file='xsltInternals' type='const xmlChar *'>
+ <info>Marker for XSLT attribute on Literal Result Elements.</info>
+ </variable>
+ <function name='xslAddCall' file='xsltutils' module='xsltutils'>
<info>Add template &quot;call&quot; to call stack</info>
<return type='int' info=': 1 on sucess 0 otherwise an error may be printed if WITH_XSLT_DEBUG_BREAKPOINTS is defined'/>
<arg name='templ' type='xsltTemplatePtr' info='current template being applied'/>
<arg name='source' type='xmlNodePtr' info='the source node being processed'/>
</function>
- <function name='xslDropCall' file='xsltutils'>
+ <function name='xslDropCall' file='xsltutils' module='xsltutils'>
<info>Drop the topmost item off the call stack</info>
<return type='void'/>
</function>
- <function name='xslHandleDebugger' file='transform'>
+ <function name='xslHandleDebugger' file='transform' module='xsltutils'>
<info>If either cur or node are a breakpoint, or xslDebugStatus in state where debugging must occcur at this time then transfer control to the xslDebugBreak function</info>
<return type='void'/>
<arg name='cur' type='xmlNodePtr' info='source node being executed'/>
@@ -1618,13 +1639,13 @@ exits'/>
<arg name='templ' type='xsltTemplatePtr' info='temlate that applies to node'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the xslt transform context'/>
</function>
- <functype name='xsltAddCallCallback' file='xsltutils'>
+ <functype name='xsltAddCallCallback' file='xsltutils' module='xsltutils'>
<info></info>
<return type='int' info=''/>
<arg name='templ' type='xsltTemplatePtr' info=''/>
<arg name='source' type='xmlNodePtr' info=''/>
</functype>
- <function name='xsltAddKey' file='keys'>
+ <function name='xsltAddKey' file='keys' module='keys'>
<info>add a key definition to a stylesheet</info>
<return type='int' info='0 in case of success, and -1 in case of failure.'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
@@ -1634,13 +1655,13 @@ exits'/>
<arg name='use' type='const xmlChar *' info='the use value'/>
<arg name='inst' type='xmlNodePtr' info='the key instruction'/>
</function>
- <function name='xsltAddStackElemList' file='variables'>
+ <function name='xsltAddStackElemList' file='variables' module='variables'>
<info>Push an element list onto the stack.</info>
<return type='int' info='0 in case of success, -1 in case of failure.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='xn XSLT transformation context'/>
<arg name='elems' type='xsltStackElemPtr' info='a stack element list'/>
</function>
- <function name='xsltAddTemplate' file='pattern'>
+ <function name='xsltAddTemplate' file='pattern' module='pattern'>
<info>Register the XSLT pattern associated to @cur</info>
<return type='int' info='-1 in case of error, 0 otherwise'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
@@ -1648,17 +1669,17 @@ exits'/>
<arg name='mode' type='const xmlChar *' info='the mode name or NULL'/>
<arg name='modeURI' type='const xmlChar *' info='the mode URI or NULL'/>
</function>
- <function name='xsltAllocateExtra' file='xsltInternals'>
+ <function name='xsltAllocateExtra' file='xsltInternals' module='xslt'>
<info>Allocate an extra runtime information slot statically while compiling the stylesheet and return its number</info>
<return type='int' info='the number of the slot'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltAllocateExtraCtxt' file='xsltInternals'>
+ <function name='xsltAllocateExtraCtxt' file='xsltInternals' module='xslt'>
<info>Allocate an extra runtime information slot at run-time and return its number This make sure there is a slot ready in the transformation context</info>
<return type='int' info='the number of the slot'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltApplyAttributeSet' file='attributes'>
+ <function name='xsltApplyAttributeSet' file='attributes' module='attributes'>
<info>Apply the xsl:use-attribute-sets. If @attrSets is NULL, then @inst will be used to exctract this value. If both, @attrSets and @inst, are NULL, then this will do nothing.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT stylesheet'/>
@@ -1666,7 +1687,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the attribute node &quot;xsl:use-attribute-sets&quot;'/>
<arg name='attrSets' type='const xmlChar *' info='the list of QNames of the attribute-sets to be applied'/>
</function>
- <function name='xsltApplyImports' file='transform'>
+ <function name='xsltApplyImports' file='transform' module='transform'>
<info>Process the XSLT apply-imports element.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -1674,7 +1695,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the element node of the XSLT &apos;apply-imports&apos; instruction'/>
<arg name='comp' type='xsltElemPreCompPtr' info='the compiled instruction'/>
</function>
- <function name='xsltApplyOneTemplate' file='transform'>
+ <function name='xsltApplyOneTemplate' file='transform' module='transform'>
<info>Processes a sequence constructor on the current node in the source tree. @params are the already computed variable stack items; this function pushes them on the variable stack, and pops them before exiting; it&apos;s left to the caller to free or reuse @params afterwards. The initial states of the variable stack will always be restored before this function exits. NOTE that this does *not* initiate a new distinct variable scope; i.e. variables already on the stack are visible to the process. The caller&apos;s side needs to start a new variable scope if needed (e.g. in exsl:function). @templ is obsolete and not used anymore (e.g. &lt;exslt:function&gt; does not provide a @templ); a non-NULL @templ might raise an error in the future. BIG NOTE: This function is not intended to process the content of an xsl:template; it does not expect xsl:param instructions in @list and will report errors if found. Called by: - xsltEvalVariable() (variables.c) - exsltFuncFunctionFunction() (libexsl/functions.c)</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -1683,20 +1704,20 @@ exits'/>
<arg name='templ' type='xsltTemplatePtr' info='not used'/>
<arg name='params' type='xsltStackElemPtr' info='a set of parameters (xsl:param) or NULL'/>
</function>
- <function name='xsltApplyStripSpaces' file='transform'>
+ <function name='xsltApplyStripSpaces' file='transform' module='transform'>
<info>Strip the unwanted ignorable spaces from the input tree</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='node' type='xmlNodePtr' info='the root of the XML tree'/>
</function>
- <function name='xsltApplyStylesheet' file='transform'>
+ <function name='xsltApplyStylesheet' file='transform' module='transform'>
<info>Apply the stylesheet to the document NOTE: This may lead to a non-wellformed output XML wise !</info>
<return type='xmlDocPtr' info='the result document or NULL in case of error'/>
<arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
<arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
<arg name='params' type='const char **' info='a NULL terminated arry of parameters names/values tuples'/>
</function>
- <function name='xsltApplyStylesheetUser' file='transform'>
+ <function name='xsltApplyStylesheetUser' file='transform' module='transform'>
<info>Apply the stylesheet to the document and allow the user to provide its own transformation context.</info>
<return type='xmlDocPtr' info='the result document or NULL in case of error'/>
<arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
@@ -1706,7 +1727,7 @@ exits'/>
<arg name='profile' type='FILE *' info='profile FILE * output or NULL'/>
<arg name='userCtxt' type='xsltTransformContextPtr' info='user provided transform context'/>
</function>
- <function name='xsltApplyTemplates' file='transform'>
+ <function name='xsltApplyTemplates' file='transform' module='transform'>
<info>Processes the XSLT &apos;apply-templates&apos; instruction on the current node.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT transformation context'/>
@@ -1714,34 +1735,34 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the element node of an XSLT &apos;apply-templates&apos; instruction'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='the compiled instruction'/>
</function>
- <function name='xsltAttrListTemplateProcess' file='templates'>
+ <function name='xsltAttrListTemplateProcess' file='templates' module='templates'>
<info>Processes all attributes of a Literal Result Element. Attribute references are applied via xsl:use-attribute-set attributes. Copies all non XSLT-attributes over to the @target element and evaluates Attribute Value Templates. Called by xsltApplySequenceConstructor() (transform.c).</info>
<return type='xmlAttrPtr' info='a new list of attribute nodes, or NULL in case of error. (Don&apos;t assign the result to @target-&gt;properties; if the result is NULL, you&apos;ll get memory leaks, since the attributes will be disattached.)'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='target' type='xmlNodePtr' info='the element where the attributes will be grafted'/>
<arg name='attrs' type='xmlAttrPtr' info='the first attribute'/>
</function>
- <function name='xsltAttrTemplateProcess' file='templates'>
+ <function name='xsltAttrTemplateProcess' file='templates' module='templates'>
<info>Process one attribute of a Literal Result Element (in the stylesheet). Evaluates Attribute Value Templates and copies the attribute over to the result element. This does *not* process attribute sets (xsl:use-attribute-set).</info>
<return type='xmlAttrPtr' info='the generated attribute node.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='target' type='xmlNodePtr' info='the element where the attribute will be grafted'/>
<arg name='attr' type='xmlAttrPtr' info='the attribute node of a literal result element'/>
</function>
- <function name='xsltAttrTemplateValueProcess' file='templates'>
+ <function name='xsltAttrTemplateValueProcess' file='templates' module='templates'>
<info>Process the given node and return the new string value.</info>
<return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='str' type='const xmlChar *' info='the attribute template node value'/>
</function>
- <function name='xsltAttrTemplateValueProcessNode' file='templates'>
+ <function name='xsltAttrTemplateValueProcessNode' file='templates' module='templates'>
<info>Process the given string, allowing to pass a namespace mapping context and return the new string value. Called by: - xsltAttrTemplateValueProcess() (templates.c) - xsltEvalAttrValueTemplate() (templates.c) QUESTION: Why is this function public? It is not used outside of templates.c.</info>
<return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='str' type='const xmlChar *' info='the attribute template node value'/>
<arg name='inst' type='xmlNodePtr' info='the instruction (or LRE) in the stylesheet holding the attribute with an AVT'/>
</function>
- <function name='xsltAttribute' file='transform'>
+ <function name='xsltAttribute' file='transform' module='attributes'>
<info>Process the xslt attribute node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -1749,12 +1770,12 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:attribute element'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltCalibrateAdjust' file='xsltutils'>
+ <function name='xsltCalibrateAdjust' file='xsltutils' module='xsltutils'>
<info>Used for to correct the calibration for xsltTimestamp()</info>
<return type='void'/>
<arg name='delta' type='long' info='a negative dealy value found'/>
</function>
- <function name='xsltCallTemplate' file='transform'>
+ <function name='xsltCallTemplate' file='transform' module='transform'>
<info>Processes the XSLT call-template instruction on the source node.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT transformation context'/>
@@ -1762,33 +1783,33 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the XSLT &apos;call-template&apos; instruction'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='the compiled information of the instruction'/>
</function>
- <function name='xsltCheckExtPrefix' file='extensions'>
+ <function name='xsltCheckExtPrefix' file='extensions' module='extensions'>
<info>Check if the given prefix is one of the declared extensions. This is intended to be called only at compile-time. Called by: xsltGetInheritedNsList() (xslt.c) xsltParseTemplateContent (xslt.c)</info>
<return type='int' info='1 if this is an extension, 0 otherwise'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='URI' type='const xmlChar *' info='the namespace prefix (possibly NULL)'/>
</function>
- <function name='xsltCheckExtURI' file='extensions'>
+ <function name='xsltCheckExtURI' file='extensions' module='extensions'>
<info>Check if the given prefix is one of the declared extensions. This is intended to be called only at compile-time. Called by: xsltPrecomputeStylesheet() (xslt.c) xsltParseTemplateContent (xslt.c)</info>
<return type='int' info='1 if this is an extension, 0 otherwise'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='URI' type='const xmlChar *' info='the namespace URI (possibly NULL)'/>
</function>
- <function name='xsltCheckRead' file='security'>
+ <function name='xsltCheckRead' file='security' module='security'>
<info>Check if the resource is allowed to be read</info>
<return type='int' info='1 if read is allowed, 0 if not and -1 in case or error.'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security options'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='URL' type='const xmlChar *' info='the resource to be read'/>
</function>
- <function name='xsltCheckWrite' file='security'>
+ <function name='xsltCheckWrite' file='security' module='security'>
<info>Check if the resource is allowed to be written, if necessary makes some preliminary work like creating directories</info>
<return type='int' info='1 if write is allowed, 0 if not and -1 in case or error.'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security options'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='URL' type='const xmlChar *' info='the resource to be written'/>
</function>
- <function name='xsltChoose' file='transform'>
+ <function name='xsltChoose' file='transform' module='transform'>
<info>Processes the xsl:choose instruction on the source node.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -1796,16 +1817,16 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:choose instruction'/>
<arg name='comp' type='xsltElemPreCompPtr' info='compiled information of the instruction'/>
</function>
- <function name='xsltCleanupGlobals' file='xslt'>
+ <function name='xsltCleanupGlobals' file='xslt' module='extensions'>
<info>Unregister all global variables set up by the XSLT library</info>
<return type='void'/>
</function>
- <function name='xsltCleanupTemplates' file='pattern'>
+ <function name='xsltCleanupTemplates' file='pattern' module='pattern'>
<info>Cleanup the state of the templates used by the stylesheet and the ones it imports.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltComment' file='transform'>
+ <function name='xsltComment' file='transform' module='transform'>
<info>Process the xslt comment node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -1813,19 +1834,19 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt comment node'/>
<arg name='comp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltCompMatchClearCache' file='pattern'>
+ <function name='xsltCompMatchClearCache' file='pattern' module='pattern'>
<info>Clear pattern match cache.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='comp' type='xsltCompMatchPtr' info='the precompiled pattern list'/>
</function>
- <function name='xsltCompileAttr' file='xsltInternals'>
+ <function name='xsltCompileAttr' file='xsltInternals' module='attrvt'>
<info>Precompile an attribute in a stylesheet, basically it checks if it is an attribute value template, and if yes, establish some structures needed to process it at transformation time.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='a XSLT process context'/>
<arg name='attr' type='xmlAttrPtr' info='the attribute coming from the stylesheet.'/>
</function>
- <function name='xsltCompilePattern' file='pattern'>
+ <function name='xsltCompilePattern' file='pattern' module='pattern'>
<info>Compile the XSLT pattern and generates a list of precompiled form suitable for fast matching. [1] Pattern ::= LocationPathPattern | Pattern &apos;|&apos; LocationPathPattern</info>
<return type='xsltCompMatchPtr' info='the generated pattern list or NULL in case of failure'/>
<arg name='pattern' type='const xmlChar *' info='an XSLT pattern'/>
@@ -1834,13 +1855,13 @@ exits'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='runtime' type='xsltTransformContextPtr' info='the transformation context, if done at run-time'/>
</function>
- <function name='xsltComputeSortResult' file='xsltutils'>
+ <function name='xsltComputeSortResult' file='xsltutils' module='xsltutils'>
<info>reorder the current node list accordingly to the set of sorting requirement provided by the array of nodes.</info>
<return type='xmlXPathObjectPtr *' info='a ordered XPath nodeset or NULL in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='sort' type='xmlNodePtr' info='node list'/>
</function>
- <function name='xsltCopy' file='transform'>
+ <function name='xsltCopy' file='transform' module='transform'>
<info>Execute the XSLT-copy instruction on the source node.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT process context'/>
@@ -1848,21 +1869,21 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the element node of the XSLT-copy instruction'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='computed information of the XSLT-copy instruction'/>
</function>
- <function name='xsltCopyNamespace' file='namespaces'>
+ <function name='xsltCopyNamespace' file='namespaces' module='namespaces'>
<info>Copies a namespace node (declaration). If @elem is not NULL, then the new namespace will be declared on @elem.</info>
<return type='xmlNsPtr' info='a new xmlNsPtr, or NULL in case of an error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
<arg name='elem' type='xmlNodePtr' info='the target element node'/>
<arg name='ns' type='xmlNsPtr' info='the namespace node'/>
</function>
- <function name='xsltCopyNamespaceList' file='namespaces'>
+ <function name='xsltCopyNamespaceList' file='namespaces' module='namespaces'>
<info>Do a copy of an namespace list. If @node is non-NULL the new namespaces are added automatically. This handles namespaces aliases. This function is intended only for *internal* use at transformation-time for copying ns-declarations of Literal Result Elements. Called by: xsltCopyTreeInternal() (transform.c) xsltShallowCopyElem() (transform.c) REVISIT: This function won&apos;t be used in the refactored code.</info>
<return type='xmlNsPtr' info='a new xmlNsPtr, or NULL in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
<arg name='node' type='xmlNodePtr' info='the target node'/>
<arg name='cur' type='xmlNsPtr' info='the first namespace'/>
</function>
- <function name='xsltCopyOf' file='transform'>
+ <function name='xsltCopyOf' file='transform' module='transform'>
<info>Process the XSLT copy-of instruction.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -1870,7 +1891,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the element node of the XSLT copy-of instruction'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information of the XSLT copy-of instruction'/>
</function>
- <function name='xsltCopyTextString' file='transform'>
+ <function name='xsltCopyTextString' file='transform' module='transform'>
<info>Adds @string to a newly created or an existent text node child of @target.</info>
<return type='xmlNodePtr' info='the text node, where the text content of @cur is copied to. NULL in case of API or internal errors.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -1878,12 +1899,12 @@ exits'/>
<arg name='string' type='const xmlChar *' info='the text string'/>
<arg name='noescape' type='int' info='should disable-escaping be activated for this text node.'/>
</function>
- <function name='xsltCreateRVT' file='xsltInternals'>
+ <function name='xsltCreateRVT' file='xsltInternals' module='variables'>
<info>Creates a Result Value Tree (the XSLT 1.0 term for this is &quot;Result Tree Fragment&quot;)</info>
<return type='xmlDocPtr' info='the result value tree or NULL in case of API or internal errors.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltDebug' file='extra'>
+ <function name='xsltDebug' file='extra' module='extra'>
<info>Process an debug node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT processing context'/>
@@ -1891,48 +1912,48 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
<arg name='comp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltDebugDumpExtensions' file='extensions'>
+ <function name='xsltDebugDumpExtensions' file='extensions' module='extensions'>
<info>Dumps a list of the registered XSLT extension functions and elements</info>
<return type='void'/>
<arg name='output' type='FILE *' info='the FILE * for the output, if NULL stdout is used'/>
</function>
- <function name='xsltDebugGetDefaultTrace' file='xsltutils'>
+ <function name='xsltDebugGetDefaultTrace' file='xsltutils' module='transform'>
<info>Get the current default debug tracing level mask</info>
<return type='xsltDebugTraceCodes' info='the current default debug tracing level mask'/>
</function>
- <function name='xsltDebugSetDefaultTrace' file='xsltutils'>
+ <function name='xsltDebugSetDefaultTrace' file='xsltutils' module='transform'>
<info>Set the default debug tracing level mask</info>
<return type='void'/>
<arg name='val' type='xsltDebugTraceCodes' info='tracing level mask'/>
</function>
- <function name='xsltDecimalFormatGetByName' file='xsltInternals'>
+ <function name='xsltDecimalFormatGetByName' file='xsltInternals' module='xslt'>
<info>Find decimal-format by name</info>
<return type='xsltDecimalFormatPtr' info='the xsltDecimalFormatPtr'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='name' type='xmlChar *' info='the decimal-format name to find'/>
</function>
- <function name='xsltDecimalFormatGetByQName' file='xsltInternals'>
+ <function name='xsltDecimalFormatGetByQName' file='xsltInternals' module='xslt'>
<info>Find decimal-format by QName</info>
<return type='xsltDecimalFormatPtr' info='the xsltDecimalFormatPtr'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='nsUri' type='const xmlChar *' info='the namespace URI of the QName'/>
<arg name='name' type='const xmlChar *' info='the local part of the QName'/>
</function>
- <function name='xsltDefaultSortFunction' file='xsltutils'>
+ <function name='xsltDefaultSortFunction' file='xsltutils' module='xsltutils'>
<info>reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='sorts' type='xmlNodePtr *' info='array of sort nodes'/>
<arg name='nbsorts' type='int' info='the number of sorts in the array'/>
</function>
- <function name='xsltDoSortFunction' file='xsltutils'>
+ <function name='xsltDoSortFunction' file='xsltutils' module='xsltutils'>
<info>reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes. This is a wrapper function, the actual function used is specified using xsltSetCtxtSortFunc() to set the context specific sort function, or xsltSetSortFunc() to set the global sort function. If a sort function is set on the context, this will get called. Otherwise the global sort function is called.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='sorts' type='xmlNodePtr *' info='array of sort nodes'/>
<arg name='nbsorts' type='int' info='the number of sorts in the array'/>
</function>
- <functype name='xsltDocLoaderFunc' file='documents'>
+ <functype name='xsltDocLoaderFunc' file='documents' module='documents'>
<info>An xsltDocLoaderFunc is a signature for a function which can be registered to load document not provided by the compilation or transformation API themselve, for example when an xsl:import, xsl:include is found at compilation time or when a document() call is made at runtime.</info>
<return type='xmlDocPtr' info='the pointer to the document (which will be modified and freed by the engine later), or NULL in case of error.'/>
<arg name='URI' type='const xmlChar *' info='the URI of the document to load'/>
@@ -1941,14 +1962,14 @@ exits'/>
<arg name='ctxt' type='void *' info='the context, either a stylesheet or a transformation context'/>
<arg name='type' type='xsltLoadType' info='the xsltLoadType indicating the kind of loading required'/>
</functype>
- <function name='xsltDocumentComp' file='preproc'>
+ <function name='xsltDocumentComp' file='preproc' module='preproc'>
<info>Pre process an XSLT-1.1 document element</info>
<return type='xsltElemPreCompPtr' info='a precompiled data structure for the element'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
<arg name='function' type='xsltTransformFunction' info='unused'/>
</function>
- <function name='xsltDocumentElem' file='transform'>
+ <function name='xsltDocumentElem' file='transform' module='transform'>
<info>Process an EXSLT/XSLT-1.1 document element</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT processing context'/>
@@ -1956,27 +1977,27 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltDocumentFunction' file='functions'>
+ <function name='xsltDocumentFunction' file='functions' module='functions'>
<info>Implement the document() XSLT function node-set document(object, node-set?)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltDocumentSortFunction' file='xsltutils'>
+ <function name='xsltDocumentSortFunction' file='xsltutils' module='xsltutils'>
<info>reorder the current node list @list accordingly to the document order This function is slow, obsolete and should not be used anymore.</info>
<return type='void'/>
<arg name='list' type='xmlNodeSetPtr' info='the node set'/>
</function>
- <functype name='xsltDropCallCallback' file='xsltutils'>
+ <functype name='xsltDropCallCallback' file='xsltutils' module='xsltutils'>
<info></info>
<return type='void'/>
</functype>
- <functype name='xsltElemPreCompDeallocator' file='xsltInternals'>
+ <functype name='xsltElemPreCompDeallocator' file='xsltInternals' module='xsltInternals'>
<info>Deallocates an #xsltElemPreComp structure.</info>
<return type='void'/>
<arg name='comp' type='xsltElemPreCompPtr' info='the #xsltElemPreComp to free up'/>
</functype>
- <function name='xsltElement' file='transform'>
+ <function name='xsltElement' file='transform' module='transform'>
<info>Process the xslt element node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -1984,20 +2005,20 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt element node'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltElementAvailableFunction' file='functions'>
+ <function name='xsltElementAvailableFunction' file='functions' module='functions'>
<info>Implement the element-available() XSLT function boolean element-available(string)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltEvalAVT' file='xsltInternals'>
+ <function name='xsltEvalAVT' file='xsltInternals' module='attrvt'>
<info>Process the given AVT, and return the new string value.</info>
<return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='avt' type='void *' info='the prevompiled attribute value template info'/>
<arg name='node' type='xmlNodePtr' info='the node hosting the attribute'/>
</function>
- <function name='xsltEvalAttrValueTemplate' file='templates'>
+ <function name='xsltEvalAttrValueTemplate' file='templates' module='templates'>
<info>Evaluate a attribute value template, i.e. the attribute value can contain expressions contained in curly braces ({}) and those are substituted by they computed value.</info>
<return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
@@ -2005,19 +2026,19 @@ exits'/>
<arg name='name' type='const xmlChar *' info='the attribute QName'/>
<arg name='ns' type='const xmlChar *' info='the attribute namespace URI'/>
</function>
- <function name='xsltEvalGlobalVariables' file='variables'>
+ <function name='xsltEvalGlobalVariables' file='variables' module='variables'>
<info>Evaluates all global variables and parameters of a stylesheet. For internal use only. This is called at start of a transformation.</info>
<return type='int' info='0 in case of success, -1 in case of error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
</function>
- <function name='xsltEvalOneUserParam' file='variables'>
+ <function name='xsltEvalOneUserParam' file='variables' module='variables'>
<info>This is normally called from xsltEvalUserParams to process a single parameter from a list of parameters. The @value is evaluated as an XPath expression and the result is stored in the context&apos;s global variable/parameter hash table. To have a parameter treated literally (not as an XPath expression) use xsltQuoteUserParams (or xsltQuoteOneUserParam). For more details see description of xsltProcessOneUserParamInternal.</info>
<return type='int' info='0 in case of success, -1 in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='name' type='const xmlChar *' info='a null terminated string giving the name of the parameter'/>
<arg name='value' type='const xmlChar *' info='a null terminated string giving the XPath expression to be evaluated'/>
</function>
- <function name='xsltEvalStaticAttrValueTemplate' file='templates'>
+ <function name='xsltEvalStaticAttrValueTemplate' file='templates' module='templates'>
<info>Check if an attribute value template has a static value, i.e. the attribute value does not contain expressions contained in curly braces ({})</info>
<return type='const xmlChar *' info='the static string value or NULL, must be deallocated by the caller.'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
@@ -2026,20 +2047,20 @@ exits'/>
<arg name='ns' type='const xmlChar *' info='the attribute namespace URI'/>
<arg name='found' type='int *' info='indicator whether the attribute is present'/>
</function>
- <function name='xsltEvalTemplateString' file='templates'>
+ <function name='xsltEvalTemplateString' file='templates' module='templates'>
<info>Processes the sequence constructor of the given instruction on @contextNode and converts the resulting tree to a string. This is needed by e.g. xsl:comment and xsl:processing-instruction.</info>
<return type='xmlChar *' info='the computed string value or NULL; it&apos;s up to the caller to free the result.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='contextNode' type='xmlNodePtr' info='the current node in the source tree'/>
<arg name='inst' type='xmlNodePtr' info='the XSLT instruction (xsl:comment, xsl:processing-instruction)'/>
</function>
- <function name='xsltEvalUserParams' file='variables'>
+ <function name='xsltEvalUserParams' file='variables' module='variables'>
<info>Evaluate the global variables of a stylesheet. This needs to be done on parsed stylesheets before starting to apply transformations. Each of the parameters is evaluated as an XPath expression and stored in the global variables/parameter hash table. If you want your parameter used literally, use xsltQuoteUserParams.</info>
<return type='int' info='0 in case of success, -1 in case of error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='params' type='const char **' info='a NULL terminated array of parameters name/value tuples'/>
</function>
- <function name='xsltEvalXPathPredicate' file='templates'>
+ <function name='xsltEvalXPathPredicate' file='templates' module='templates'>
<info>Process the expression using XPath and evaluate the result as an XPath predicate</info>
<return type='int' info='1 is the predicate was true, 0 otherwise'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
@@ -2047,13 +2068,13 @@ exits'/>
<arg name='nsList' type='xmlNsPtr *' info='the namespaces in scope'/>
<arg name='nsNr' type='int' info='the number of namespaces in scope'/>
</function>
- <function name='xsltEvalXPathString' file='templates'>
+ <function name='xsltEvalXPathString' file='templates' module='templates'>
<info>Process the expression using XPath and get a string</info>
<return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='comp' type='xmlXPathCompExprPtr' info='the compiled XPath expression'/>
</function>
- <function name='xsltEvalXPathStringNs' file='templates'>
+ <function name='xsltEvalXPathStringNs' file='templates' module='templates'>
<info>Process the expression using XPath, allowing to pass a namespace mapping context and get a string</info>
<return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
@@ -2061,88 +2082,88 @@ exits'/>
<arg name='nsNr' type='int' info='the number of namespaces in the list'/>
<arg name='nsList' type='xmlNsPtr *' info='the list of in-scope namespaces to use'/>
</function>
- <function name='xsltExtElementLookup' file='extensions'>
+ <function name='xsltExtElementLookup' file='extensions' module='extensions'>
<info>Looks up an extension element. @ctxt can be NULL to search only in module elements.</info>
<return type='xsltTransformFunction' info='the element callback or NULL if not found'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT process context'/>
<arg name='name' type='const xmlChar *' info='the element name'/>
<arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
</function>
- <functype name='xsltExtInitFunction' file='extensions'>
+ <functype name='xsltExtInitFunction' file='extensions' module='extensions'>
<info>A function called at initialization time of an XSLT extension module.</info>
<return type='void *' info='a pointer to the module specific data for this transformation.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
</functype>
- <function name='xsltExtModuleElementLookup' file='extensions'>
+ <function name='xsltExtModuleElementLookup' file='extensions' module='extensions'>
<info>Looks up an extension module element</info>
<return type='xsltTransformFunction' info='the callback function if found, NULL otherwise.'/>
<arg name='name' type='const xmlChar *' info='the element name'/>
<arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
</function>
- <function name='xsltExtModuleElementPreComputeLookup' file='extensions'>
+ <function name='xsltExtModuleElementPreComputeLookup' file='extensions' module='extensions'>
<info>Looks up an extension module element pre-computation function</info>
<return type='xsltPreComputeFunction' info='the callback function if found, NULL otherwise.'/>
<arg name='name' type='const xmlChar *' info='the element name'/>
<arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
</function>
- <function name='xsltExtModuleFunctionLookup' file='extensions'>
+ <function name='xsltExtModuleFunctionLookup' file='extensions' module='extensions'>
<info>Looks up an extension module function</info>
<return type='xmlXPathFunction' info='the function if found, NULL otherwise.'/>
<arg name='name' type='const xmlChar *' info='the function name'/>
<arg name='URI' type='const xmlChar *' info='the function namespace URI'/>
</function>
- <function name='xsltExtModuleTopLevelLookup' file='extensions'>
+ <function name='xsltExtModuleTopLevelLookup' file='extensions' module='extensions'>
<info>Looks up an extension module top-level element</info>
<return type='xsltTopLevelFunction' info='the callback function if found, NULL otherwise.'/>
<arg name='name' type='const xmlChar *' info='the top-level element name'/>
<arg name='URI' type='const xmlChar *' info='the top-level element namespace URI'/>
</function>
- <functype name='xsltExtShutdownFunction' file='extensions'>
+ <functype name='xsltExtShutdownFunction' file='extensions' module='extensions'>
<info>A function called at shutdown time of an XSLT extension module.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
<arg name='data' type='void *' info='the data associated to this module'/>
</functype>
- <function name='xsltExtensionInstructionResultFinalize' file='xsltInternals'>
+ <function name='xsltExtensionInstructionResultFinalize' file='xsltInternals' module='variables'>
<info>Finalizes the data (e.g. result tree fragments) created within a value-returning process (e.g. EXSLT&apos;s function). Tree fragments marked as being returned by a function are set to normal state, which means that the fragment garbage collector will free them after the function-calling process exits.</info>
<return type='int' info='0 in case of success and -1 in case of API or internal errors. This function is unsupported in newer releases of libxslt.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltExtensionInstructionResultRegister' file='xsltInternals'>
+ <function name='xsltExtensionInstructionResultRegister' file='xsltInternals' module='variables'>
<info>Marks the result of a value-returning extension instruction in order to avoid it being garbage collected before the extension instruction exits. Note that one still has to additionally register any newly created tree fragments (via xsltCreateRVT()) with xsltRegisterLocalRVT().</info>
<return type='int' info='0 in case of success and -1 in case of error. It isn&apos;t necessary to call this function in newer releases of libxslt.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='obj' type='xmlXPathObjectPtr' info='an XPath object to be inspected for result tree fragments'/>
</function>
- <function name='xsltFindDocument' file='documents'>
+ <function name='xsltFindDocument' file='documents' module='documents'>
<info>Try to find a document within the XSLT transformation context. This will not find document infos for temporary Result Tree Fragments.</info>
<return type='xsltDocumentPtr' info='the desired xsltDocumentPtr or NULL in case of error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
</function>
- <function name='xsltFindElemSpaceHandling' file='imports'>
+ <function name='xsltFindElemSpaceHandling' file='imports' module='imports'>
<info>Find strip-space or preserve-space information for an element respect the import precedence or the wildcards</info>
<return type='int' info='1 if space should be stripped, 0 if not, and 2 if everything should be CDTATA wrapped.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='node' type='xmlNodePtr' info='an XML node'/>
</function>
- <function name='xsltFindTemplate' file='imports'>
+ <function name='xsltFindTemplate' file='imports' module='imports'>
<info>Finds the named template, apply import precedence rule. REVISIT TODO: We&apos;ll change the nameURI fields of templates to be in the string dict, so if the specified @nameURI is in the same dict, then use pointer comparison. Check if this can be done in a sane way. Maybe this function is not needed internally at transformation-time if we hard-wire the called templates to the caller.</info>
<return type='xsltTemplatePtr' info='the xsltTemplatePtr or NULL if not found'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='name' type='const xmlChar *' info='the template name'/>
<arg name='nameURI' type='const xmlChar *' info='the template name URI'/>
</function>
- <function name='xsltFlagRVTs' file='xsltInternals'>
+ <function name='xsltFlagRVTs' file='xsltInternals' module='variables'>
<info>Updates ownership information of RVTs in @obj according to @val. @val = XSLT_RVT_FUNC_RESULT for the result of an extension function, so its RVTs won&apos;t be destroyed after leaving the returning scope. @val = XSLT_RVT_LOCAL for the result of an extension function to reset the state of its RVTs after it was returned to a new scope. @val = XSLT_RVT_GLOBAL for parts of global variables.</info>
<return type='int' info='0 in case of success and -1 in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='obj' type='xmlXPathObjectPtr' info='an XPath object to be inspected for result tree fragments'/>
- <arg name='val' type='void *' info='the flag value'/>
+ <arg name='val' type='int' info='the flag value'/>
</function>
- <function name='xsltForEach' file='transform'>
+ <function name='xsltForEach' file='transform' module='transform'>
<info>Process the xslt for-each node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -2150,7 +2171,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the element node of the xsl:for-each instruction'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='the compiled information of the instruction'/>
</function>
- <function name='xsltFormatNumberConversion' file='xsltInternals'>
+ <function name='xsltFormatNumberConversion' file='xsltInternals' module='numbers'>
<info>format-number() uses the JDK 1.1 DecimalFormat class: http://java.sun.com/products/jdk/1.1/docs/api/java.text.DecimalFormat.html Structure: pattern := subpattern{;subpattern} subpattern := {prefix}integer{.fraction}{suffix} prefix := &apos;\\u0000&apos;..&apos;\\uFFFD&apos; - specialCharacters suffix := &apos;\\u0000&apos;..&apos;\\uFFFD&apos; - specialCharacters integer := &apos;#&apos;* &apos;0&apos;* &apos;0&apos; fraction := &apos;0&apos;* &apos;#&apos;* Notation: X* 0 or more instances of X (X | Y) either X or Y. X..Y any character from X up to Y, inclusive. S - T characters in S, except those in T Special Characters: Symbol Meaning 0 a digit # a digit, zero shows as absent . placeholder for decimal separator , placeholder for grouping separator. ; separates formats. - default negative prefix. % multiply by 100 and show as percentage ? multiply by 1000 and show as per mille X any other characters can be used in the prefix or suffix &apos; used to quote special characters in a prefix or suffix.</info>
<return type='xmlXPathError' info='a possible XPath error'/>
<arg name='self' type='xsltDecimalFormatPtr' info='the decimal format'/>
@@ -2158,130 +2179,141 @@ exits'/>
<arg name='number' type='double' info='the value to format'/>
<arg name='result' type='xmlChar **' info='the place to output the result'/>
</function>
- <function name='xsltFormatNumberFunction' file='functions'>
+ <function name='xsltFormatNumberFunction' file='functions' module='functions'>
<info>Implement the format-number() XSLT function string format-number(number, string, string?)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltFreeAVTList' file='xsltInternals'>
+ <function name='xsltFreeAVTList' file='xsltInternals' module='attrvt'>
<info>Free up the memory associated to the attribute value templates</info>
<return type='void'/>
<arg name='avt' type='void *' info='pointer to an list of AVT structures'/>
</function>
- <function name='xsltFreeAttributeSetsHashes' file='attributes'>
+ <function name='xsltFreeAttributeSetsHashes' file='attributes' module='attributes'>
<info>Free up the memory used by attribute sets</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltFreeCompMatchList' file='pattern'>
+ <function name='xsltFreeCompMatchList' file='pattern' module='pattern'>
<info>Free up the memory allocated by all the elements of @comp</info>
<return type='void'/>
<arg name='comp' type='xsltCompMatchPtr' info='an XSLT comp list'/>
</function>
- <function name='xsltFreeCtxtExts' file='extensions'>
+ <function name='xsltFreeCtxtExts' file='extensions' module='extensions'>
<info>Free the XSLT extension data</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltFreeDocumentKeys' file='keys'>
+ <function name='xsltFreeDocumentKeys' file='keys' module='keys'>
<info>Free the keys associated to a document</info>
<return type='void'/>
<arg name='idoc' type='xsltDocumentPtr' info='a XSLT document'/>
</function>
- <function name='xsltFreeDocuments' file='documents'>
+ <function name='xsltFreeDocuments' file='documents' module='documents'>
<info>Free up all the space used by the loaded documents</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltFreeExts' file='extensions'>
+ <function name='xsltFreeExts' file='extensions' module='extensions'>
<info>Free up the memory used by XSLT extensions in a stylesheet</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltFreeGlobalVariables' file='variables'>
+ <function name='xsltFreeGlobalVariables' file='variables' module='variables'>
<info>Free up the data associated to the global variables its value.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
</function>
- <function name='xsltFreeKeys' file='keys'>
+ <function name='xsltFreeKeys' file='keys' module='keys'>
<info>Free up the memory used by XSLT keys in a stylesheet</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltFreeLocale' file='xsltlocale'>
+ <function name='xsltFreeLocale' file='xsltlocale' module='xsltlocale'>
<info>Frees a locale created with xsltNewLocale</info>
<return type='void'/>
- <arg name='locale' type='xsltLocale' info='the locale to free'/>
+ <arg name='locale' type='void *' info='the locale to free'/>
</function>
- <function name='xsltFreeLocales' file='xsltlocale'>
+ <functype name='xsltFreeLocaleFunc' file='xsltInternals' module='xsltInternals'>
+ <info></info>
+ <return type='void'/>
+ <arg name='locale' type='void *' info=''/>
+ </functype>
+ <function name='xsltFreeLocales' file='xsltlocale' module='xsltlocale'>
<info>Cleanup function for the locale support on shutdown</info>
<return type='void'/>
</function>
- <function name='xsltFreeNamespaceAliasHashes' file='namespaces'>
+ <function name='xsltFreeNamespaceAliasHashes' file='namespaces' module='namespaces'>
<info>Free up the memory used by namespaces aliases</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltFreeRVTs' file='xsltInternals'>
+ <function name='xsltFreeRVTs' file='xsltInternals' module='variables'>
<info>Frees all registered result value trees (Result Tree Fragments) of the transformation. Internal function; should not be called by user-code.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltFreeSecurityPrefs' file='security'>
+ <function name='xsltFreeSecurityPrefs' file='security' module='security'>
<info>Free up a security preference block</info>
<return type='void'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to free'/>
</function>
- <function name='xsltFreeStackElemList' file='xsltInternals'>
+ <function name='xsltFreeStackElemList' file='xsltInternals' module='variables'>
<info>Free up the memory allocated by @elem</info>
<return type='void'/>
<arg name='elem' type='xsltStackElemPtr' info='an XSLT stack element'/>
</function>
- <function name='xsltFreeStyleDocuments' file='documents'>
+ <function name='xsltFreeStyleDocuments' file='documents' module='documents'>
<info>Frees the node-trees (and xsltDocument structures) of all stylesheet-modules of the stylesheet-level represented by the given @style.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet (representing a stylesheet-level)'/>
</function>
- <function name='xsltFreeStylePreComps' file='preproc'>
+ <function name='xsltFreeStylePreComps' file='preproc' module='preproc'>
<info>Free up the memory allocated by all precomputed blocks</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltFreeStylesheet' file='xsltInternals'>
+ <function name='xsltFreeStylesheet' file='xsltInternals' module='xslt'>
<info>Free up the memory allocated by @style</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltFreeTemplateHashes' file='pattern'>
+ <function name='xsltFreeTemplateHashes' file='pattern' module='pattern'>
<info>Free up the memory used by xsltAddTemplate/xsltGetTemplate mechanism</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltFreeTransformContext' file='transform'>
+ <function name='xsltFreeTransformContext' file='transform' module='transform'>
<info>Free up the memory allocated by @ctxt</info>
<return type='void'/>
- <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT parser context'/>
+ <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transform context'/>
</function>
- <function name='xsltFunctionAvailableFunction' file='functions'>
+ <function name='xsltFunctionAvailableFunction' file='functions' module='functions'>
<info>Implement the function-available() XSLT function boolean function-available(string)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltFunctionNodeSet' file='extra'>
+ <function name='xsltFunctionNodeSet' file='extra' module='extra'>
<info>Implement the node-set() XSLT function node-set node-set(result-tree) This function is available in libxslt, saxon or xt namespace.</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltGenerateIdFunction' file='functions'>
+ <functype name='xsltGenSortKeyFunc' file='xsltInternals' module='xsltInternals'>
+ <info></info>
+ <return type='xmlChar *' info=''/>
+ <arg name='locale' type='void *' info=''/>
+ <arg name='lang' type='const xmlChar *' info=''/>
+ </functype>
+ <function name='xsltGenerateIdFunction' file='functions' module='functions'>
<info>Implement the generate-id() XSLT function string generate-id(node-set?)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltGetCNsProp' file='xsltutils'>
+ <function name='xsltGetCNsProp' file='xsltutils' module='xsltutils'>
<info>Similar to xmlGetNsProp() but with a slightly different semantic Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified, or has no namespace and the element is in that namespace. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
<return type='const xmlChar *' info='the attribute value or NULL if not found. The string is allocated in the stylesheet dictionary.'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
@@ -2289,27 +2321,27 @@ exits'/>
<arg name='name' type='const xmlChar *' info='the attribute name'/>
<arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
</function>
- <function name='xsltGetDebuggerStatus' file='xsltutils'>
+ <function name='xsltGetDebuggerStatus' file='xsltutils' module='xsltutils'>
<info>Get xslDebugStatus.</info>
<return type='int' info='the value of xslDebugStatus.'/>
</function>
- <function name='xsltGetDefaultSecurityPrefs' file='security'>
+ <function name='xsltGetDefaultSecurityPrefs' file='security' module='security'>
<info>Get the default security preference application-wide</info>
<return type='xsltSecurityPrefsPtr' info='the current xsltSecurityPrefsPtr in use or NULL if none'/>
</function>
- <function name='xsltGetExtData' file='extensions'>
+ <function name='xsltGetExtData' file='extensions' module='extensions'>
<info>Retrieve the data associated to the extension module in this given transformation.</info>
<return type='void *' info='the pointer or NULL if not present'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='URI' type='const xmlChar *' info='the URI associated to the exension module'/>
</function>
- <function name='xsltGetExtInfo' file='extensions'>
+ <function name='xsltGetExtInfo' file='extensions' module='extensions'>
<info>looks up URI in extInfos of the stylesheet</info>
<return type='xmlHashTablePtr' info='a pointer to the hash table if found, else NULL'/>
<arg name='style' type='xsltStylesheetPtr' info='pointer to a stylesheet'/>
<arg name='URI' type='const xmlChar *' info='the namespace URI desired'/>
</function>
- <function name='xsltGetKey' file='keys'>
+ <function name='xsltGetKey' file='keys' module='keys'>
<info>Looks up a key of the in current source doc (the document info on @ctxt-&gt;document). Computes the key if not already done for the current source doc.</info>
<return type='xmlNodeSetPtr' info='the nodeset resulting from the query or NULL'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -2317,7 +2349,7 @@ exits'/>
<arg name='nameURI' type='const xmlChar *' info='the name URI or NULL'/>
<arg name='value' type='const xmlChar *' info='the key value to look for'/>
</function>
- <function name='xsltGetNamespace' file='namespaces'>
+ <function name='xsltGetNamespace' file='namespaces' module='namespaces'>
<info>Find a matching (prefix and ns-name) ns-declaration for the requested @ns-&gt;prefix and @ns-&gt;href in the result tree. If none is found then a new ns-declaration will be added to @resultElem. If, in this case, the given prefix is already in use, then a ns-declaration with a modified ns-prefix be we created. Called by: - xsltCopyPropList() (*not* anymore) - xsltShallowCopyElement() - xsltCopyTreeInternal() (*not* anymore) - xsltApplySequenceConstructor() (*not* in the refactored code), - xsltElement() (*not* anymore)</info>
<return type='xmlNsPtr' info='a namespace declaration or NULL in case of namespace fixup failures or API or internal errors.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
@@ -2325,14 +2357,14 @@ exits'/>
<arg name='ns' type='xmlNsPtr' info='the namespace'/>
<arg name='out' type='xmlNodePtr' info='the output node (or its parent)'/>
</function>
- <function name='xsltGetNsProp' file='xsltutils'>
+ <function name='xsltGetNsProp' file='xsltutils' module='xsltutils'>
<info>Similar to xmlGetNsProp() but with a slightly different semantic Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified, or has no namespace and the element is in that namespace. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
<return type='xmlChar *' info='the attribute value or NULL if not found. It&apos;s up to the caller to free the memory.'/>
<arg name='node' type='xmlNodePtr' info='the node'/>
<arg name='name' type='const xmlChar *' info='the attribute name'/>
<arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
</function>
- <function name='xsltGetPlainNamespace' file='namespaces'>
+ <function name='xsltGetPlainNamespace' file='namespaces' module='namespaces'>
<info>Obsolete. *Not* called by any Libxslt/Libexslt function. Exaclty the same as xsltGetNamespace().</info>
<return type='xmlNsPtr' info='a namespace declaration or NULL in case of namespace fixup failures or API or internal errors.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
@@ -2340,31 +2372,31 @@ exits'/>
<arg name='ns' type='xmlNsPtr' info='the namespace'/>
<arg name='out' type='xmlNodePtr' info='the result element'/>
</function>
- <function name='xsltGetProfileInformation' file='xsltutils'>
+ <function name='xsltGetProfileInformation' file='xsltutils' module='xsltutils'>
<info>This function should be called after the transformation completed to extract template processing profiling information if available. The information is returned as an XML document tree like &lt;?xml version=&quot;1.0&quot;?&gt; &lt;profile&gt; &lt;template rank=&quot;1&quot; match=&quot;*&quot; name=&quot;&quot; mode=&quot;&quot; calls=&quot;6&quot; time=&quot;48&quot; average=&quot;8&quot;/&gt; &lt;template rank=&quot;2&quot; match=&quot;item2|item3&quot; name=&quot;&quot; mode=&quot;&quot; calls=&quot;10&quot; time=&quot;30&quot; average=&quot;3&quot;/&gt; &lt;template rank=&quot;3&quot; match=&quot;item1&quot; name=&quot;&quot; mode=&quot;&quot; calls=&quot;5&quot; time=&quot;17&quot; average=&quot;3&quot;/&gt; &lt;/profile&gt; The caller will need to free up the returned tree with xmlFreeDoc()</info>
<return type='xmlDocPtr' info='the xmlDocPtr corresponding to the result or NULL if not available.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
</function>
- <function name='xsltGetQNameURI' file='xsltutils'>
+ <function name='xsltGetQNameURI' file='xsltutils' module='xsltutils'>
<info>This function analyzes @name, if the name contains a prefix, the function seaches the associated namespace in scope for it. It will also replace @name value with the NCName, the old value being freed. Errors in the prefix lookup are signalled by setting @name to NULL. NOTE: the namespace returned is a pointer to the place where it is defined and hence has the same lifespan as the document holding it.</info>
<return type='const xmlChar *' info='the namespace URI if there is a prefix, or NULL if @name is not prefixed.'/>
<arg name='node' type='xmlNodePtr' info='the node holding the QName'/>
<arg name='name' type='xmlChar **' info='pointer to the initial QName value'/>
</function>
- <function name='xsltGetQNameURI2' file='xsltutils'>
+ <function name='xsltGetQNameURI2' file='xsltutils' module='xsltutils'>
<info>This function is similar to xsltGetQNameURI, but is used when @name is a dictionary entry.</info>
<return type='const xmlChar *' info='the namespace URI if there is a prefix, or NULL if @name is not prefixed.'/>
<arg name='style' type='xsltStylesheetPtr' info='stylesheet pointer'/>
<arg name='node' type='xmlNodePtr' info='the node holding the QName'/>
<arg name='name' type='const xmlChar **' info='pointer to the initial QName value'/>
</function>
- <function name='xsltGetSecurityPrefs' file='security'>
+ <function name='xsltGetSecurityPrefs' file='security' module='security'>
<info>Lookup the security option to get the callback checking function</info>
<return type='xsltSecurityCheck' info='NULL if not found, the function otherwise'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to update'/>
<arg name='option' type='xsltSecurityOption' info='the option to lookup'/>
</function>
- <function name='xsltGetSpecialNamespace' file='namespaces'>
+ <function name='xsltGetSpecialNamespace' file='namespaces' module='namespaces'>
<info>Find a matching (prefix and ns-name) ns-declaration for the requested @nsName and @nsPrefix in the result tree. If none is found then a new ns-declaration will be added to @resultElem. If, in this case, the given prefix is already in use, then a ns-declaration with a modified ns-prefix be we created. Note that this function&apos;s priority is to preserve ns-prefixes; it will only change a prefix if there&apos;s a namespace clash. If both @nsName and @nsPrefix are NULL, then this will try to &quot;undeclare&quot; a default namespace by declaring an xmlns=&quot;&quot;.</info>
<return type='xmlNsPtr' info='a namespace declaration or NULL.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
@@ -2373,24 +2405,24 @@ exits'/>
<arg name='nsPrefix' type='const xmlChar *' info='the suggested namespace prefix (or NULL)'/>
<arg name='target' type='xmlNodePtr' info='the result element on which to anchor a namespace'/>
</function>
- <function name='xsltGetTemplate' file='pattern'>
+ <function name='xsltGetTemplate' file='pattern' module='pattern'>
<info>Finds the template applying to this node, if @style is non-NULL it means one needs to look for the next imported template in scope.</info>
<return type='xsltTemplatePtr' info='the xsltTemplatePtr or NULL if not found'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='node' type='xmlNodePtr' info='the node being processed'/>
<arg name='style' type='xsltStylesheetPtr' info='the current style'/>
</function>
- <function name='xsltGetUTF8Char' file='xsltutils'>
+ <function name='xsltGetUTF8Char' file='xsltutils' module='xsltutils'>
<info>Read one UTF8 Char from @utf Function copied from libxml2 xmlGetUTF8Char() ... to discard ultimately and use the original API</info>
<return type='int' info='the char value or -1 in case of error and update @len with the number of bytes used'/>
<arg name='utf' type='const unsigned char *' info='a sequence of UTF-8 encoded bytes'/>
<arg name='len' type='int *' info='a pointer to @bytes len'/>
</function>
- <function name='xsltGetXIncludeDefault' file='transform'>
+ <function name='xsltGetXIncludeDefault' file='transform' module='transform'>
<info>Provides the default state for XInclude processing</info>
<return type='int' info='0 if there is no processing 1 otherwise'/>
</function>
- <functype name='xsltHandleDebuggerCallback' file='xsltutils'>
+ <functype name='xsltHandleDebuggerCallback' file='xsltutils' module='xsltutils'>
<info></info>
<return type='void'/>
<arg name='cur' type='xmlNodePtr' info=''/>
@@ -2398,7 +2430,7 @@ exits'/>
<arg name='templ' type='xsltTemplatePtr' info=''/>
<arg name='ctxt' type='xsltTransformContextPtr' info=''/>
</functype>
- <function name='xsltIf' file='transform'>
+ <function name='xsltIf' file='transform' module='transform'>
<info>Processes the xsl:if instruction on the source node.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -2406,34 +2438,34 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:if instruction'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='compiled information of the instruction'/>
</function>
- <function name='xsltInit' file='xslt'>
+ <function name='xsltInit' file='xslt' module='xslt'>
<info>Initializes the processor (e.g. registers built-in extensions, etc.)</info>
<return type='void'/>
</function>
- <function name='xsltInitAllDocKeys' file='xsltInternals'>
+ <function name='xsltInitAllDocKeys' file='xsltInternals' module='keys'>
<info>INTERNAL ROUTINE ONLY Check if any keys on the current document need to be computed</info>
<return type='int' info='0 in case of success, -1 in case of failure'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='transformation context'/>
</function>
- <function name='xsltInitCtxtExts' file='extensions'>
+ <function name='xsltInitCtxtExts' file='extensions' module='extensions'>
<info>Initialize the set of modules with registered stylesheet data</info>
<return type='int' info='the number of modules initialized or -1 in case of error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltInitCtxtKey' file='xsltInternals'>
+ <function name='xsltInitCtxtKey' file='xsltInternals' module='keys'>
<info>Computes the key tables this key and for the current input document.</info>
<return type='int' info='0 on success, -1 on error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='idoc' type='xsltDocumentPtr' info='the document information (holds key values)'/>
<arg name='keyDef' type='xsltKeyDefPtr' info='the key definition'/>
</function>
- <function name='xsltInitCtxtKeys' file='keys'>
+ <function name='xsltInitCtxtKeys' file='keys' module='keys'>
<info>Computes all the keys tables for the current input document. Should be done before global varibales are initialized. NOTE: Not used anymore in the refactored code.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='idoc' type='xsltDocumentPtr' info='a document info'/>
</function>
- <function name='xsltInitElemPreComp' file='extensions'>
+ <function name='xsltInitElemPreComp' file='extensions' module='extensions'>
<info>Initializes an existing #xsltElemPreComp structure. This is usefull when extending an #xsltElemPreComp to store precomputed data. This function MUST be called on any extension element precomputed data struct.</info>
<return type='void'/>
<arg name='comp' type='xsltElemPreCompPtr' info='an #xsltElemPreComp (or generally a derived structure)'/>
@@ -2442,60 +2474,60 @@ exits'/>
<arg name='function' type='xsltTransformFunction' info='the transform function'/>
<arg name='freeFunc' type='xsltElemPreCompDeallocator' info='the @comp deallocator'/>
</function>
- <function name='xsltInitGlobals' file='extensions'>
+ <function name='xsltInitGlobals' file='extensions' module='extensions'>
<info>Initialize the global variables for extensions</info>
<return type='void'/>
</function>
- <function name='xsltIsBlank' file='xsltInternals'>
+ <function name='xsltIsBlank' file='xsltInternals' module='xslt'>
<info>Check if a string is ignorable</info>
<return type='int' info='1 if the string is NULL or made of blanks chars, 0 otherwise'/>
<arg name='str' type='xmlChar *' info='a string'/>
</function>
- <function name='xsltKeyFunction' file='functions'>
+ <function name='xsltKeyFunction' file='functions' module='functions'>
<info>Implement the key() XSLT function node-set key(string, object)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltLoadDocument' file='documents'>
+ <function name='xsltLoadDocument' file='documents' module='documents'>
<info>Try to load a document (not a stylesheet) within the XSLT transformation context</info>
<return type='xsltDocumentPtr' info='the new xsltDocumentPtr or NULL in case of error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='URI' type='const xmlChar *' info='the computed URI of the document'/>
</function>
- <function name='xsltLoadStyleDocument' file='documents'>
+ <function name='xsltLoadStyleDocument' file='documents' module='documents'>
<info>Try to load a stylesheet document within the XSLT transformation context</info>
<return type='xsltDocumentPtr' info='the new xsltDocumentPtr or NULL in case of error'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT style sheet'/>
<arg name='URI' type='const xmlChar *' info='the computed URI of the document'/>
</function>
- <function name='xsltLoadStylesheetPI' file='xsltInternals'>
+ <function name='xsltLoadStylesheetPI' file='xsltInternals' module='xslt'>
<info>This function tries to locate the stylesheet PI in the given document If found, and if contained within the document, it will extract that subtree to build the stylesheet to process @doc (doc itself will be modified). If found but referencing an external document it will attempt to load it and generate a stylesheet from it. In both cases, the resulting stylesheet and the document need to be freed once the transformation is done.</info>
<return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure or NULL if not found.'/>
<arg name='doc' type='xmlDocPtr' info='a document to process'/>
</function>
- <function name='xsltLocalVariablePop' file='transform'>
+ <function name='xsltLocalVariablePop' file='transform' module='transform'>
<info>Pops all variable values at the given @depth from the stack.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
<arg name='limitNr' type='int' info='number of variables which should remain'/>
<arg name='level' type='int' info='the depth in the xsl:template&apos;s tree'/>
</function>
- <function name='xsltLocalVariablePush' file='transform'>
+ <function name='xsltLocalVariablePush' file='transform' module='transform'>
<info>Places the variable onto the local variable stack</info>
<return type='int' info='0 for success, -1 for any error **NOTE:** This is an internal routine and should not be called by users!'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
<arg name='variable' type='xsltStackElemPtr' info='variable to be pushed to the variable stack'/>
<arg name='level' type='int' info='new value for variable&apos;s level'/>
</function>
- <function name='xsltLocaleStrcmp' file='xsltlocale'>
- <info>Compares two strings transformed with xsltStrxfrm</info>
+ <function name='xsltLocaleStrcmp' file='xsltlocale' module='xsltlocale'>
+ <info>DEPRECATED: Same as xmlStrcmp. Compares two strings transformed with xsltStrxfrm.</info>
<return type='int' info='a value &lt; 0 if str1 sorts before str2, a value &gt; 0 if str1 sorts after str2, 0 if str1 and str2 are equal wrt sorting'/>
- <arg name='locale' type='xsltLocale' info='a locale identifier'/>
- <arg name='str1' type='const xsltLocaleChar *' info='a string transformed with xsltStrxfrm'/>
- <arg name='str2' type='const xsltLocaleChar *' info='a string transformed with xsltStrxfrm'/>
+ <arg name='locale' type='void *' info='unused'/>
+ <arg name='str1' type='const xmlChar *' info='a string transformed with xsltStrxfrm'/>
+ <arg name='str2' type='const xmlChar *' info='a string transformed with xsltStrxfrm'/>
</function>
- <function name='xsltMatchPattern' file='pattern'>
+ <function name='xsltMatchPattern' file='pattern' module='pattern'>
<info></info>
<return type='int' info=''/>
<arg name='ctxt' type='xsltTransformContextPtr' info=''/>
@@ -2504,75 +2536,82 @@ exits'/>
<arg name='ctxtdoc' type='xmlDocPtr' info=''/>
<arg name='ctxtnode' type='xmlNodePtr' info=''/>
</function>
- <function name='xsltMessage' file='xsltutils'>
+ <function name='xsltMessage' file='xsltutils' module='xsltutils'>
<info>Process and xsl:message construct</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT processing context'/>
<arg name='node' type='xmlNodePtr' info='The current node'/>
<arg name='inst' type='xmlNodePtr' info='The node containing the message instruction'/>
</function>
- <function name='xsltNamespaceAlias' file='namespaces'>
+ <function name='xsltNamespaceAlias' file='namespaces' module='namespaces'>
<info>Read the stylesheet-prefix and result-prefix attributes, register them as well as the corresponding namespace.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='node' type='xmlNodePtr' info='the xsl:namespace-alias node'/>
</function>
- <function name='xsltNeedElemSpaceHandling' file='imports'>
+ <function name='xsltNeedElemSpaceHandling' file='imports' module='imports'>
<info>Checks whether that stylesheet requires white-space stripping</info>
<return type='int' info='1 if space should be stripped, 0 if not'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltNewDocument' file='documents'>
+ <function name='xsltNewDocument' file='documents' module='documents'>
<info>Register a new document, apply key computations</info>
<return type='xsltDocumentPtr' info='a handler to the document'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context (or NULL)'/>
<arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
</function>
- <function name='xsltNewElemPreComp' file='extensions'>
+ <function name='xsltNewElemPreComp' file='extensions' module='extensions'>
<info>Creates and initializes an #xsltElemPreComp</info>
<return type='xsltElemPreCompPtr' info='the new and initialized #xsltElemPreComp'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='inst' type='xmlNodePtr' info='the element node'/>
<arg name='function' type='xsltTransformFunction' info='the transform function'/>
</function>
- <function name='xsltNewLocale' file='xsltlocale'>
+ <function name='xsltNewLocale' file='xsltlocale' module='xsltlocale'>
<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'/>
+ <return type='void *' 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'/>
+ <arg name='lowerFirst' type='int' info=''/>
</function>
- <function name='xsltNewSecurityPrefs' file='security'>
+ <functype name='xsltNewLocaleFunc' file='xsltInternals' module='xsltInternals'>
+ <info></info>
+ <return type='void *' info=''/>
+ <arg name='lang' type='const xmlChar *' info=''/>
+ <arg name='lowerFirst' type='int' info=''/>
+ </functype>
+ <function name='xsltNewSecurityPrefs' file='security' module='security'>
<info>Create a new security preference block</info>
<return type='xsltSecurityPrefsPtr' info='a pointer to the new block or NULL in case of error'/>
</function>
- <function name='xsltNewStyleDocument' file='documents'>
+ <function name='xsltNewStyleDocument' file='documents' module='documents'>
<info>Register a new document, apply key computations</info>
<return type='xsltDocumentPtr' info='a handler to the document'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT style sheet'/>
<arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
</function>
- <function name='xsltNewStylesheet' file='xsltInternals'>
+ <function name='xsltNewStylesheet' file='xsltInternals' module='xslt'>
<info>Create a new XSLT Stylesheet</info>
<return type='xsltStylesheetPtr' info='the newly allocated xsltStylesheetPtr or NULL in case of error'/>
</function>
- <function name='xsltNewTransformContext' file='transform'>
+ <function name='xsltNewTransformContext' file='transform' module='transform'>
<info>Create a new XSLT TransformContext</info>
<return type='xsltTransformContextPtr' info='the newly allocated xsltTransformContextPtr or NULL in case of error'/>
<arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
<arg name='doc' type='xmlDocPtr' info='the input document'/>
</function>
- <function name='xsltNextImport' file='imports'>
+ <function name='xsltNextImport' file='imports' module='imports'>
<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'>
+ <function name='xsltNormalizeCompSteps' file='pattern' module='pattern'>
<info>This is a hashtable scanner function to normalize the compiled steps of an imported stylesheet.</info>
<return type='void'/>
<arg name='payload' type='void *' info='pointer to template hash table entry'/>
<arg name='data' type='void *' info='pointer to the stylesheet'/>
<arg name='name' type='const xmlChar *' info='template match name'/>
</function>
- <function name='xsltNumber' file='transform'>
+ <function name='xsltNumber' file='transform' module='transform'>
<info>Process the xslt number node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -2580,163 +2619,163 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt number node'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltNumberFormat' file='xsltInternals'>
+ <function name='xsltNumberFormat' file='xsltInternals' module='numbers'>
<info>Convert one number.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='data' type='xsltNumberDataPtr' info='the formatting information'/>
<arg name='node' type='xmlNodePtr' info='the data to format'/>
</function>
- <function name='xsltParseAnyXSLTElem' file='xsltInternals'>
+ <function name='xsltParseAnyXSLTElem' file='xsltInternals' module='xslt'>
<info>Parses, validates the content models and compiles XSLT instructions.</info>
<return type='int' info='0 if everything&apos;s fine; -1 on API or internal errors.'/>
<arg name='cctxt' type='xsltCompilerCtxtPtr' info='the compilation context'/>
<arg name='elem' type='xmlNodePtr' info='the element node of the XSLT instruction'/>
</function>
- <function name='xsltParseGlobalParam' file='variables'>
+ <function name='xsltParseGlobalParam' file='variables' module='variables'>
<info>parse an XSLT transformation param declaration and record its value.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the &quot;param&quot; element'/>
</function>
- <function name='xsltParseGlobalVariable' file='variables'>
+ <function name='xsltParseGlobalVariable' file='variables' module='variables'>
<info>Parses a global XSLT &apos;variable&apos; declaration at compilation time and registers it</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the &quot;variable&quot; element'/>
</function>
- <function name='xsltParseSequenceConstructor' file='xsltInternals'>
+ <function name='xsltParseSequenceConstructor' file='xsltInternals' module='xslt'>
<info>Parses a &quot;template&quot; content (or &quot;sequence constructor&quot; in XSLT 2.0 terms). This will additionally remove xsl:text elements from the tree.</info>
<return type='void'/>
<arg name='cctxt' type='xsltCompilerCtxtPtr' info='the compilation context'/>
<arg name='cur' type='xmlNodePtr' info='the start-node of the content to be parsed'/>
</function>
- <function name='xsltParseStylesheetAttributeSet' file='attributes'>
+ <function name='xsltParseStylesheetAttributeSet' file='attributes' module='attributes'>
<info>parse an XSLT stylesheet attribute-set element</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the &quot;attribute-set&quot; element'/>
</function>
- <function name='xsltParseStylesheetCallerParam' file='variables'>
+ <function name='xsltParseStylesheetCallerParam' file='variables' module='variables'>
<info>Processes an xsl:with-param instruction at transformation time. The value is computed, but not recorded. NOTE that this is also called with an *xsl:param* element from exsltFuncFunctionFunction().</info>
<return type='xsltStackElemPtr' info='the new xsltStackElemPtr or NULL'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:with-param instruction element'/>
</function>
- <function name='xsltParseStylesheetDoc' file='xsltInternals'>
+ <function name='xsltParseStylesheetDoc' file='xsltInternals' module='xslt'>
<info>parse an XSLT stylesheet, building the associated structures. doc is kept as a reference within the returned stylesheet, so changes to doc after the parsing will be reflected when the stylesheet is applied, and the doc is automatically freed when the stylesheet is closed.</info>
<return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
- <arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
+ <arg name='doc' type='xmlDocPtr' info='an xmlDoc parsed XML'/>
</function>
- <function name='xsltParseStylesheetFile' file='xsltInternals'>
+ <function name='xsltParseStylesheetFile' file='xsltInternals' module='xslt'>
<info>Load and parse an XSLT stylesheet</info>
<return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
<arg name='filename' type='const xmlChar *' info='the filename/URL to the stylesheet'/>
</function>
- <function name='xsltParseStylesheetImport' file='imports'>
+ <function name='xsltParseStylesheetImport' file='imports' module='imports'>
<info>parse an XSLT stylesheet import element</info>
<return type='int' info='0 in case of success -1 in case of failure.'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the import element'/>
</function>
- <function name='xsltParseStylesheetImportedDoc' file='xsltInternals'>
+ <function name='xsltParseStylesheetImportedDoc' file='xsltInternals' module='xslt'>
<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='an xmlDoc parsed XML'/>
<arg name='parentStyle' type='xsltStylesheetPtr' info='pointer to the parent stylesheet (if it exists)'/>
</function>
- <function name='xsltParseStylesheetInclude' file='imports'>
+ <function name='xsltParseStylesheetInclude' file='imports' module='imports'>
<info>parse an XSLT stylesheet include element</info>
<return type='int' info='0 in case of success -1 in case of failure'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the include node'/>
</function>
- <function name='xsltParseStylesheetOutput' file='xsltInternals'>
+ <function name='xsltParseStylesheetOutput' file='xsltInternals' module='xslt'>
<info>parse an XSLT stylesheet output element and record information related to the stylesheet output</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='cur' type='xmlNodePtr' info='the &quot;output&quot; element'/>
</function>
- <function name='xsltParseStylesheetParam' file='variables'>
+ <function name='xsltParseStylesheetParam' file='variables' module='variables'>
<info>Registers a local XSLT &apos;param&apos; declaration at transformation time and evaluates its value.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='cur' type='xmlNodePtr' info='the XSLT &apos;param&apos; element'/>
</function>
- <function name='xsltParseStylesheetProcess' file='xsltInternals'>
+ <function name='xsltParseStylesheetProcess' file='xsltInternals' module='xslt'>
<info>Parses an XSLT stylesheet, adding the associated structures. Called by: xsltParseStylesheetImportedDoc() (xslt.c) xsltParseStylesheetInclude() (imports.c)</info>
<return type='xsltStylesheetPtr' info='the value of the @style parameter if everything went right, NULL if something went amiss.'/>
<arg name='ret' type='xsltStylesheetPtr' info='the XSLT stylesheet (the current stylesheet-level)'/>
<arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
</function>
- <function name='xsltParseStylesheetUser' file='xsltInternals'>
+ <function name='xsltParseStylesheetUser' file='xsltInternals' module='xslt'>
<info>Parse an XSLT stylesheet with a user-provided stylesheet struct.</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='style' type='xsltStylesheetPtr' info='pointer to the stylesheet'/>
<arg name='doc' type='xmlDocPtr' info='an xmlDoc parsed XML'/>
</function>
- <function name='xsltParseStylesheetVariable' file='variables'>
+ <function name='xsltParseStylesheetVariable' file='variables' module='variables'>
<info>Registers a local XSLT &apos;variable&apos; instruction at transformation time and evaluates its value.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:variable instruction element'/>
</function>
- <function name='xsltParseTemplateContent' file='xsltInternals'>
+ <function name='xsltParseTemplateContent' file='xsltInternals' module='xslt'>
<info>parse a template content-model Clean-up the template content from unwanted ignorable blank nodes and process xslt:text</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='templ' type='xmlNodePtr' info='the container node (can be a document for literal results)'/>
</function>
- <function name='xsltPointerListAddSize' file='xsltInternals'>
+ <function name='xsltPointerListAddSize' file='xsltInternals' module='xsltutils'>
<info>Adds an item to the list.</info>
<return type='int' info='the position of the added item in the list or -1 in case of an error.'/>
<arg name='list' type='xsltPointerListPtr' info='the pointer list structure'/>
<arg name='item' type='void *' info='the item to be stored'/>
<arg name='initialSize' type='int' info='the initial size of the list'/>
</function>
- <function name='xsltPointerListClear' file='xsltInternals'>
+ <function name='xsltPointerListClear' file='xsltInternals' module='xsltutils'>
<info>Resets the list, but does not free the allocated array and does not free the content of the list.</info>
<return type='void'/>
<arg name='list' type='xsltPointerListPtr' info='pointer to the list to be cleared'/>
</function>
- <function name='xsltPointerListCreate' file='xsltInternals'>
+ <function name='xsltPointerListCreate' file='xsltInternals' module='xsltutils'>
<info>Creates an xsltPointerList structure.</info>
<return type='xsltPointerListPtr' info='a xsltPointerList structure or NULL in case of an error.'/>
<arg name='initialSize' type='int' info='the initial size for the list'/>
</function>
- <function name='xsltPointerListFree' file='xsltInternals'>
+ <function name='xsltPointerListFree' file='xsltInternals' module='xsltutils'>
<info>Frees the xsltPointerList structure. This does not free the content of the list.</info>
<return type='void'/>
<arg name='list' type='xsltPointerListPtr' info='pointer to the list to be freed'/>
</function>
- <function name='xsltPreComputeExtModuleElement' file='extensions'>
+ <function name='xsltPreComputeExtModuleElement' file='extensions' module='extensions'>
<info>Precomputes an extension module element</info>
<return type='xsltElemPreCompPtr' info='the precomputed data'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='inst' type='xmlNodePtr' info='the element node'/>
</function>
- <functype name='xsltPreComputeFunction' file='extensions'>
+ <functype name='xsltPreComputeFunction' file='extensions' module='extensions'>
<info></info>
<return type='xsltElemPreCompPtr' info=''/>
<arg name='style' type='xsltStylesheetPtr' info=''/>
<arg name='inst' type='xmlNodePtr' info=''/>
<arg name='function' type='xsltTransformFunction' info=''/>
</functype>
- <function name='xsltPrintErrorContext' file='xsltutils'>
+ <function name='xsltPrintErrorContext' file='xsltutils' module='xsltutils'>
<info>Display the context of an error.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='node' type='xmlNodePtr' info='the current node being processed'/>
</function>
- <function name='xsltProcessOneNode' file='transform'>
+ <function name='xsltProcessOneNode' file='transform' module='transform'>
<info>Process the source node.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='contextNode' type='xmlNodePtr' info='the &quot;current node&quot; in the source tree'/>
<arg name='withParams' type='xsltStackElemPtr' info='extra parameters (e.g. xsl:with-param) passed to the template if any'/>
</function>
- <function name='xsltProcessingInstruction' file='transform'>
+ <function name='xsltProcessingInstruction' file='transform' module='transform'>
<info>Process the xslt processing-instruction node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -2744,7 +2783,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt processing-instruction node'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltProfileStylesheet' file='transform'>
+ <function name='xsltProfileStylesheet' file='transform' module='transform'>
<info>Apply the stylesheet to the document and dump the profiling to the given output.</info>
<return type='xmlDocPtr' info='the result document or NULL in case of error'/>
<arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
@@ -2752,34 +2791,34 @@ exits'/>
<arg name='params' type='const char **' info='a NULL terminated arry of parameters names/values tuples'/>
<arg name='output' type='FILE *' info='a FILE * for the profiling output'/>
</function>
- <function name='xsltQuoteOneUserParam' file='variables'>
+ <function name='xsltQuoteOneUserParam' file='variables' module='variables'>
<info>This is normally called from xsltQuoteUserParams to process a single parameter from a list of parameters. The @value is stored in the context&apos;s global variable/parameter hash table.</info>
<return type='int' info='0 in case of success, -1 in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='name' type='const xmlChar *' info='a null terminated string giving the name of the parameter'/>
<arg name='value' type='const xmlChar *' info='a null terminated string giving the parameter value'/>
</function>
- <function name='xsltQuoteUserParams' file='variables'>
+ <function name='xsltQuoteUserParams' file='variables' module='variables'>
<info>Similar to xsltEvalUserParams, but the values are treated literally and are * *not* evaluated as XPath expressions. This should be done on parsed stylesheets before starting to apply transformations.</info>
<return type='int' info='0 in case of success, -1 in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='params' type='const char **' info='a NULL terminated arry of parameters names/values tuples'/>
</function>
- <function name='xsltRegisterAllElement' file='transform'>
+ <function name='xsltRegisterAllElement' file='transform' module='transform'>
<info>Registers all default XSLT elements in this context</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XPath context'/>
</function>
- <function name='xsltRegisterAllExtras' file='extra'>
+ <function name='xsltRegisterAllExtras' file='extra' module='extra'>
<info>Registers the built-in extensions</info>
<return type='void'/>
</function>
- <function name='xsltRegisterAllFunctions' file='functions'>
+ <function name='xsltRegisterAllFunctions' file='functions' module='functions'>
<info>Registers all default XSLT functions in this context</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
</function>
- <function name='xsltRegisterExtElement' file='extensions'>
+ <function name='xsltRegisterExtElement' file='extensions' module='extensions'>
<info>Registers an extension element</info>
<return type='int' info='0 in case of success, -1 in case of failure'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -2787,7 +2826,7 @@ exits'/>
<arg name='URI' type='const xmlChar *' info='the URI associated to the element'/>
<arg name='function' type='xsltTransformFunction' info='the actual implementation which should be called'/>
</function>
- <function name='xsltRegisterExtFunction' file='extensions'>
+ <function name='xsltRegisterExtFunction' file='extensions' module='extensions'>
<info>Registers an extension function</info>
<return type='int' info='0 in case of success, -1 in case of failure'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -2795,14 +2834,14 @@ exits'/>
<arg name='URI' type='const xmlChar *' info='the URI associated to the element'/>
<arg name='function' type='xmlXPathFunction' info='the actual implementation which should be called'/>
</function>
- <function name='xsltRegisterExtModule' file='extensions'>
+ <function name='xsltRegisterExtModule' file='extensions' module='extensions'>
<info>Register an XSLT extension module to the library.</info>
<return type='int' info='0 if sucessful, -1 in case of error'/>
<arg name='URI' type='const xmlChar *' info='URI associated to this module'/>
<arg name='initFunc' type='xsltExtInitFunction' info='the module initialization function'/>
<arg name='shutdownFunc' type='xsltExtShutdownFunction' info='the module shutdown function'/>
</function>
- <function name='xsltRegisterExtModuleElement' file='extensions'>
+ <function name='xsltRegisterExtModuleElement' file='extensions' module='extensions'>
<info>Registers an extension module element.</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='name' type='const xmlChar *' info='the element name'/>
@@ -2810,7 +2849,7 @@ exits'/>
<arg name='precomp' type='xsltPreComputeFunction' info='the pre-computation callback'/>
<arg name='transform' type='xsltTransformFunction' info='the transformation callback'/>
</function>
- <function name='xsltRegisterExtModuleFull' file='extensions'>
+ <function name='xsltRegisterExtModuleFull' file='extensions' module='extensions'>
<info>Register an XSLT extension module to the library.</info>
<return type='int' info='0 if sucessful, -1 in case of error'/>
<arg name='URI' type='const xmlChar *' info='URI associated to this module'/>
@@ -2819,72 +2858,72 @@ exits'/>
<arg name='styleInitFunc' type='xsltStyleExtInitFunction' info='the module initialization function'/>
<arg name='styleShutdownFunc' type='xsltStyleExtShutdownFunction' info='the module shutdown function'/>
</function>
- <function name='xsltRegisterExtModuleFunction' file='extensions'>
+ <function name='xsltRegisterExtModuleFunction' file='extensions' module='extensions'>
<info>Registers an extension module function.</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='name' type='const xmlChar *' info='the function name'/>
<arg name='URI' type='const xmlChar *' info='the function namespace URI'/>
<arg name='function' type='xmlXPathFunction' info='the function callback'/>
</function>
- <function name='xsltRegisterExtModuleTopLevel' file='extensions'>
+ <function name='xsltRegisterExtModuleTopLevel' file='extensions' module='extensions'>
<info>Registers an extension module top-level element.</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='name' type='const xmlChar *' info='the top-level element name'/>
<arg name='URI' type='const xmlChar *' info='the top-level element namespace URI'/>
<arg name='function' type='xsltTopLevelFunction' info='the top-level element callback'/>
</function>
- <function name='xsltRegisterExtPrefix' file='extensions'>
+ <function name='xsltRegisterExtPrefix' file='extensions' module='extensions'>
<info>Registers an extension namespace This is called from xslt.c during compile-time. The given prefix is not needed. Called by: xsltParseExtElemPrefixes() (new function) xsltRegisterExtPrefix() (old function)</info>
<return type='int' info='0 in case of success, 1 if the @URI was already registered as an extension namespace and -1 in case of failure'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
<arg name='prefix' type='const xmlChar *' info='the prefix used (optional)'/>
<arg name='URI' type='const xmlChar *' info='the URI associated to the extension'/>
</function>
- <function name='xsltRegisterExtras' file='extra'>
+ <function name='xsltRegisterExtras' file='extra' module='extra'>
<info>Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
</function>
- <function name='xsltRegisterLocalRVT' file='xsltInternals'>
+ <function name='xsltRegisterLocalRVT' file='xsltInternals' module='variables'>
<info>Registers a result value tree (XSLT 1.0 term: Result Tree Fragment) in the RVT garbage collector. The fragment will be freed when the instruction which created the fragment exits.</info>
<return type='int' info='0 in case of success and -1 in case of API or internal errors.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment; xmlDocPtr)'/>
</function>
- <function name='xsltRegisterPersistRVT' file='xsltInternals'>
+ <function name='xsltRegisterPersistRVT' file='xsltInternals' module='variables'>
<info>Register the result value tree (XSLT 1.0 term: Result Tree Fragment) in the fragment garbage collector. The fragment will be freed when the transformation context is freed.</info>
<return type='int' info='0 in case of success and -1 in case of error.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment)'/>
</function>
- <function name='xsltRegisterTestModule' file='extensions'>
+ <function name='xsltRegisterTestModule' file='extensions' module='extensions'>
<info>Registers the test module</info>
<return type='void'/>
</function>
- <function name='xsltRegisterTmpRVT' file='xsltInternals'>
+ <function name='xsltRegisterTmpRVT' file='xsltInternals' module='variables'>
<info>Registers the result value tree (XSLT 1.0 term: Result Tree Fragment) in the garbage collector. The fragment will be freed at the exit of the currently instantiated xsl:template. Obsolete; this function might produce massive memory overhead, since the fragment is only freed when the current xsl:template exits. Use xsltRegisterLocalRVT() instead.</info>
<return type='int' info='0 in case of success and -1 in case of API or internal errors.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment)'/>
</function>
- <function name='xsltReleaseRVT' file='xsltInternals'>
+ <function name='xsltReleaseRVT' file='xsltInternals' module='variables'>
<info>Either frees the RVT (which is an xmlDoc) or stores it in the context&apos;s cache for later reuse.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment)'/>
</function>
- <function name='xsltResolveStylesheetAttributeSet' file='attributes'>
+ <function name='xsltResolveStylesheetAttributeSet' file='attributes' module='attributes'>
<info>resolve the references between attribute sets.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
</function>
- <function name='xsltRestoreDocumentNamespaces' file='xsltInternals'>
+ <function name='xsltRestoreDocumentNamespaces' file='xsltInternals' module='xslt'>
<info>Restore the namespaces for the document</info>
<return type='int' info='0 in case of success, -1 in case of failure'/>
<arg name='ns' type='xsltNsMapPtr' info='map of namespaces'/>
<arg name='doc' type='xmlDocPtr' info='the document'/>
</function>
- <function name='xsltRunStylesheet' file='transform'>
+ <function name='xsltRunStylesheet' file='transform' module='transform'>
<info>Apply the stylesheet to the document and generate the output according to @output @SAX and @IObuf. It&apos;s an error to specify both @SAX and @IObuf. NOTE: This may lead to a non-wellformed output XML wise ! NOTE: This may also result in multiple files being generated NOTE: using IObuf, the result encoding used will be the one used for creating the output buffer, use the following macro to read it from the stylesheet XSLT_GET_IMPORT_PTR(encoding, style, encoding) NOTE: using SAX, any encoding specified in the stylesheet will be lost since the interface uses only UTF8</info>
<return type='int' info='the number of bytes written to the main resource or -1 in case of error.'/>
<arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
@@ -2894,7 +2933,7 @@ exits'/>
<arg name='SAX' type='xmlSAXHandlerPtr' info='a SAX handler for progressive callback output (not implemented yet)'/>
<arg name='IObuf' type='xmlOutputBufferPtr' info='an output buffer for progressive output (not implemented yet)'/>
</function>
- <function name='xsltRunStylesheetUser' file='transform'>
+ <function name='xsltRunStylesheetUser' file='transform' module='transform'>
<info>Apply the stylesheet to the document and generate the output according to @output @SAX and @IObuf. It&apos;s an error to specify both @SAX and @IObuf. NOTE: This may lead to a non-wellformed output XML wise ! NOTE: This may also result in multiple files being generated NOTE: using IObuf, the result encoding used will be the one used for creating the output buffer, use the following macro to read it from the stylesheet XSLT_GET_IMPORT_PTR(encoding, style, encoding) NOTE: using SAX, any encoding specified in the stylesheet will be lost since the interface uses only UTF8</info>
<return type='int' info='the number of by written to the main resource or -1 in case of error.'/>
<arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
@@ -2906,34 +2945,34 @@ exits'/>
<arg name='profile' type='FILE *' info='profile FILE * output or NULL'/>
<arg name='userCtxt' type='xsltTransformContextPtr' info='user provided transform context'/>
</function>
- <function name='xsltSaveProfiling' file='xsltutils'>
+ <function name='xsltSaveProfiling' file='xsltutils' module='xsltutils'>
<info>Save the profiling information on @output</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT context'/>
<arg name='output' type='FILE *' info='a FILE * for saving the information'/>
</function>
- <function name='xsltSaveResultTo' file='xsltutils'>
+ <function name='xsltSaveResultTo' file='xsltutils' module='xsltutils'>
<info>Save the result @result obtained by applying the @style stylesheet to an I/O output channel @buf</info>
<return type='int' info='the number of byte written or -1 in case of failure.'/>
<arg name='buf' type='xmlOutputBufferPtr' info='an output buffer'/>
<arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
- <function name='xsltSaveResultToFd' file='xsltutils'>
+ <function name='xsltSaveResultToFd' file='xsltutils' module='xsltutils'>
<info>Save the result @result obtained by applying the @style stylesheet to an open file descriptor This does not close the descriptor.</info>
<return type='int' info='the number of bytes written or -1 in case of failure.'/>
<arg name='fd' type='int' info='a file descriptor'/>
<arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
- <function name='xsltSaveResultToFile' file='xsltutils'>
+ <function name='xsltSaveResultToFile' file='xsltutils' module='xsltutils'>
<info>Save the result @result obtained by applying the @style stylesheet to an open FILE * I/O. This does not close the FILE @file</info>
<return type='int' info='the number of bytes written or -1 in case of failure.'/>
<arg name='file' type='FILE *' info='a FILE * I/O'/>
<arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
- <function name='xsltSaveResultToFilename' file='xsltutils'>
+ <function name='xsltSaveResultToFilename' file='xsltutils' module='xsltutils'>
<info>Save the result @result obtained by applying the @style stylesheet to a file or @URL</info>
<return type='int' info='the number of byte written or -1 in case of failure.'/>
<arg name='URL' type='const char *' info='a filename or URL'/>
@@ -2941,7 +2980,7 @@ exits'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='compression' type='int' info='the compression factor (0 - 9 included)'/>
</function>
- <function name='xsltSaveResultToString' file='xsltutils'>
+ <function name='xsltSaveResultToString' file='xsltutils' module='xsltutils'>
<info>Save the result @result obtained by applying the @style stylesheet to a new allocated string.</info>
<return type='int' info='0 in case of success and -1 in case of error'/>
<arg name='doc_txt_ptr' type='xmlChar **' info='Memory pointer for allocated XML text'/>
@@ -2949,113 +2988,121 @@ exits'/>
<arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
</function>
- <function name='xsltSecurityAllow' file='security'>
+ <function name='xsltSecurityAllow' file='security' module='security'>
<info>Function used to always allow an operation</info>
<return type='int' info='1 always'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='value' type='const char *' info='unused'/>
</function>
- <functype name='xsltSecurityCheck' file='security'>
+ <functype name='xsltSecurityCheck' file='security' module='security'>
<info>User provided function to check the value of a string like a file path or an URL ...</info>
<return type='int' info=''/>
<arg name='sec' type='xsltSecurityPrefsPtr' info=''/>
<arg name='ctxt' type='xsltTransformContextPtr' info=''/>
<arg name='value' type='const char *' info=''/>
</functype>
- <function name='xsltSecurityForbid' file='security'>
+ <function name='xsltSecurityForbid' file='security' module='security'>
<info>Function used to always forbid an operation</info>
<return type='int' info='0 always'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
<arg name='value' type='const char *' info='unused'/>
</function>
- <function name='xsltSetCtxtParseOptions' file='xsltutils'>
+ <function name='xsltSetCtxtLocaleHandlers' file='xsltutils' module='xsltutils'>
+ <info>Set the locale handlers.</info>
+ <return type='void'/>
+ <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transform context'/>
+ <arg name='newLocale' type='xsltNewLocaleFunc' info='locale constructor'/>
+ <arg name='freeLocale' type='xsltFreeLocaleFunc' info='locale destructor'/>
+ <arg name='genSortKey' type='xsltGenSortKeyFunc' info='sort key generator'/>
+ </function>
+ <function name='xsltSetCtxtParseOptions' file='xsltutils' module='xsltutils'>
<info>Change the default parser option passed by the XSLT engine to the parser when using document() loading.</info>
<return type='int' info='the previous options or -1 in case of error'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='options' type='int' info='a combination of libxml2 xmlParserOption'/>
</function>
- <function name='xsltSetCtxtSecurityPrefs' file='security'>
+ <function name='xsltSetCtxtSecurityPrefs' file='security' module='security'>
<info>Set the security preference for a specific transformation</info>
<return type='int' info='-1 in case of error, 0 otherwise'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltSetCtxtSortFunc' file='xsltutils'>
- <info>Function to set the handler for XSLT sorting for the specified context. If the handler is NULL, then the global sort function will be called</info>
+ <function name='xsltSetCtxtSortFunc' file='xsltutils' module='xsltutils'>
+ <info>DEPRECATED: Use xsltSetCtxtLocaleHandlers. Function to set the handler for XSLT sorting for the specified context. If the handler is NULL, then the global sort function will be called</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='handler' type='xsltSortFunc' info='the new handler function'/>
</function>
- <function name='xsltSetDebuggerCallbacks' file='xsltutils'>
+ <function name='xsltSetDebuggerCallbacks' file='xsltutils' module='xsltutils'>
<info>This function allow to plug a debugger into the XSLT library @block points to a block of memory containing the address of @no callback routines.</info>
<return type='int' info='0 in case of success and -1 in case of error'/>
<arg name='no' type='int' info='number of callbacks'/>
<arg name='block' type='void *' info='the block of callbacks'/>
</function>
- <function name='xsltSetDebuggerStatus' file='xsltutils'>
+ <function name='xsltSetDebuggerStatus' file='xsltutils' module='xsltutils'>
<info>This function sets the value of xslDebugStatus.</info>
<return type='void'/>
<arg name='value' type='int' info='the value to be set'/>
</function>
- <function name='xsltSetDefaultSecurityPrefs' file='security'>
+ <function name='xsltSetDefaultSecurityPrefs' file='security' module='security'>
<info>Set the default security preference application-wide</info>
<return type='void'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
</function>
- <function name='xsltSetGenericDebugFunc' file='xsltutils'>
+ <function name='xsltSetGenericDebugFunc' file='xsltutils' module='xsltutils'>
<info>Function to reset the handler and the error context for out of context error messages. This simply means that @handler will be called for subsequent error messages while not parsing or validating. And @ctx will be passed as first argument to @handler One can simply force messages to be emitted to another FILE * than stderr by setting @ctx to this file handle and @handler to NULL.</info>
<return type='void'/>
<arg name='ctx' type='void *' info='the new error handling context'/>
<arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
</function>
- <function name='xsltSetGenericErrorFunc' file='xsltutils'>
+ <function name='xsltSetGenericErrorFunc' file='xsltutils' module='xsltutils'>
<info>Function to reset the handler and the error context for out of context error messages. This simply means that @handler will be called for subsequent error messages while not parsing nor validating. And @ctx will be passed as first argument to @handler One can simply force messages to be emitted to another FILE * than stderr by setting @ctx to this file handle and @handler to NULL.</info>
<return type='void'/>
<arg name='ctx' type='void *' info='the new error handling context'/>
<arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
</function>
- <function name='xsltSetLoaderFunc' file='documents'>
+ <function name='xsltSetLoaderFunc' file='documents' module='documents'>
<info>Set the new function to load document, if NULL it resets it to the default function.</info>
<return type='void'/>
<arg name='f' type='xsltDocLoaderFunc' info='the new function to handle document loading.'/>
</function>
- <function name='xsltSetSecurityPrefs' file='security'>
+ <function name='xsltSetSecurityPrefs' file='security' module='security'>
<info>Update the security option to use the new callback checking function</info>
<return type='int' info='-1 in case of error, 0 otherwise'/>
<arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to update'/>
<arg name='option' type='xsltSecurityOption' info='the option to update'/>
<arg name='func' type='xsltSecurityCheck' info='the user callback to use for this option'/>
</function>
- <function name='xsltSetSortFunc' file='xsltutils'>
- <info>Function to reset the global handler for XSLT sorting. If the handler is NULL, the default sort function will be used.</info>
+ <function name='xsltSetSortFunc' file='xsltutils' module='xsltutils'>
+ <info>DEPRECATED: Use xsltSetCtxtLocaleHandlers. Function to reset the global handler for XSLT sorting. If the handler is NULL, the default sort function will be used.</info>
<return type='void'/>
<arg name='handler' type='xsltSortFunc' info='the new handler function'/>
</function>
- <function name='xsltSetTransformErrorFunc' file='xsltutils'>
+ <function name='xsltSetTransformErrorFunc' file='xsltutils' module='xsltutils'>
<info>Function to reset the handler and the error context for out of context error messages specific to a given XSLT transromation. This simply means that @handler will be called for subsequent error messages while running the transformation.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='ctx' type='void *' info='the new error handling context'/>
<arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
</function>
- <function name='xsltSetXIncludeDefault' file='transform'>
+ <function name='xsltSetXIncludeDefault' file='transform' module='transform'>
<info>Set whether XInclude should be processed on document being loaded by default</info>
<return type='void'/>
<arg name='xinclude' type='int' info='whether to do XInclude processing'/>
</function>
- <function name='xsltShutdownCtxtExts' file='extensions'>
+ <function name='xsltShutdownCtxtExts' file='extensions' module='extensions'>
<info>Shutdown the set of modules loaded</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
</function>
- <function name='xsltShutdownExts' file='extensions'>
+ <function name='xsltShutdownExts' file='extensions' module='extensions'>
<info>Shutdown the set of modules loaded</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
</function>
- <function name='xsltSort' file='transform'>
+ <function name='xsltSort' file='transform' module='transform'>
<info>function attached to xsl:sort nodes, but this should not be called directly</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -3063,77 +3110,77 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt sort node'/>
<arg name='comp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <functype name='xsltSortFunc' file='xsltInternals'>
+ <functype name='xsltSortFunc' file='xsltInternals' module='xsltInternals'>
<info>Signature of the function to use during sorting</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
<arg name='sorts' type='xmlNodePtr *' info='the node-set to sort'/>
<arg name='nbsorts' type='int' info='the number of sorts'/>
</functype>
- <function name='xsltSplitQName' file='xsltutils'>
+ <function name='xsltSplitQName' file='xsltutils' module='xsltutils'>
<info>Split QNames into prefix and local names, both allocated from a dictionary.</info>
<return type='const xmlChar *' info='the localname or NULL in case of error.'/>
<arg name='dict' type='xmlDictPtr' info='a dictionary'/>
<arg name='name' type='const xmlChar *' info='the full QName'/>
<arg name='prefix' type='const xmlChar **' info='the return value'/>
</function>
- <function name='xsltStrxfrm' file='xsltlocale'>
- <info>Transforms a string according to locale. The transformed string must then be compared with xsltLocaleStrcmp and freed with xmlFree.</info>
- <return type='xsltLocaleChar *' info='the transformed string or NULL on error'/>
- <arg name='locale' type='xsltLocale' info='locale created with xsltNewLocale'/>
+ <function name='xsltStrxfrm' file='xsltlocale' module='xsltlocale'>
+ <info>Transforms a string according to locale. The transformed string must be freed with xmlFree.</info>
+ <return type='xmlChar *' info='the transformed string or NULL on error'/>
+ <arg name='vlocale' type='void *' info=''/>
<arg name='string' type='const xmlChar *' info='UTF-8 string to transform'/>
</function>
- <functype name='xsltStyleExtInitFunction' file='extensions'>
+ <functype name='xsltStyleExtInitFunction' file='extensions' module='extensions'>
<info>A function called at initialization time of an XSLT extension module.</info>
<return type='void *' info='a pointer to the module specific data for this transformation.'/>
<arg name='style' type='xsltStylesheetPtr' info=''/>
<arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
</functype>
- <functype name='xsltStyleExtShutdownFunction' file='extensions'>
+ <functype name='xsltStyleExtShutdownFunction' file='extensions' module='extensions'>
<info>A function called at shutdown time of an XSLT extension module.</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info=''/>
<arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
<arg name='data' type='void *' info='the data associated to this module'/>
</functype>
- <function name='xsltStyleGetExtData' file='extensions'>
+ <function name='xsltStyleGetExtData' file='extensions' module='extensions'>
<info>Retrieve the data associated to the extension module in this given stylesheet. Called by: xsltRegisterExtPrefix(), ( xsltExtElementPreCompTest(), xsltExtInitTest )</info>
<return type='void *' info='the pointer or NULL if not present'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
<arg name='URI' type='const xmlChar *' info='the URI associated to the exension module'/>
</function>
- <function name='xsltStylePreCompute' file='preproc'>
+ <function name='xsltStylePreCompute' file='preproc' module='preproc'>
<info>Precompute an XSLT stylesheet element</info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
<arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
</function>
- <function name='xsltStyleStylesheetLevelGetExtData' file='extensions'>
+ <function name='xsltStyleStylesheetLevelGetExtData' file='extensions' module='extensions'>
<info>Retrieve the data associated to the extension module in this given stylesheet.</info>
<return type='void *' info='the pointer or NULL if not present'/>
<arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
<arg name='URI' type='const xmlChar *' info='the URI associated to the exension module'/>
</function>
- <function name='xsltSystemPropertyFunction' file='functions'>
+ <function name='xsltSystemPropertyFunction' file='functions' module='functions'>
<info>Implement the system-property() XSLT function object system-property(string)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltTemplateProcess' file='templates'>
+ <function name='xsltTemplateProcess' file='templates' module='templates'>
<info>Obsolete. Don&apos;t use it.</info>
<return type='xmlNodePtr *' info='NULL.'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='node' type='xmlNodePtr' info='the attribute template node'/>
</function>
- <function name='xsltTestCompMatchList' file='pattern'>
+ <function name='xsltTestCompMatchList' file='pattern' module='pattern'>
<info>Test whether the node matches one of the patterns in the list</info>
<return type='int' info='1 if it matches, 0 if it doesn&apos;t and -1 in case of failure'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
<arg name='node' type='xmlNodePtr' info='a node'/>
<arg name='comp' type='xsltCompMatchPtr' info='the precompiled pattern list'/>
</function>
- <function name='xsltText' file='transform'>
+ <function name='xsltText' file='transform' module='transform'>
<info>Process the xslt text node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -3141,17 +3188,17 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt text node'/>
<arg name='comp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltTimestamp' file='xsltutils'>
+ <function name='xsltTimestamp' file='xsltutils' module='xsltutils'>
<info>Used for gathering profiling data</info>
<return type='long' info='the number of tenth of milliseconds since the beginning of the profiling'/>
</function>
- <functype name='xsltTopLevelFunction' file='extensions'>
+ <functype name='xsltTopLevelFunction' file='extensions' module='extensions'>
<info></info>
<return type='void'/>
<arg name='style' type='xsltStylesheetPtr' info=''/>
<arg name='inst' type='xmlNodePtr' info=''/>
</functype>
- <function name='xsltTransformError' file='xsltutils'>
+ <function name='xsltTransformError' file='xsltutils' module='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'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
@@ -3160,7 +3207,7 @@ exits'/>
<arg name='msg' type='const char *' info='the message to display/transmit'/>
<arg name='...' type='...' info='extra parameters for the message display'/>
</function>
- <functype name='xsltTransformFunction' file='xsltInternals'>
+ <functype name='xsltTransformFunction' file='xsltInternals' module='xsltInternals'>
<info>Signature of the function associated to elements part of the stylesheet language like xsl:if or xsl:apply-templates.</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
@@ -3168,40 +3215,40 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the stylesheet node'/>
<arg name='comp' type='xsltElemPreCompPtr' info='the compiled information from the stylesheet'/>
</functype>
- <function name='xsltUninit' file='xsltInternals'>
+ <function name='xsltUninit' file='xsltInternals' module='xslt'>
<info>Uninitializes the processor.</info>
<return type='void'/>
</function>
- <function name='xsltUnparsedEntityURIFunction' file='functions'>
+ <function name='xsltUnparsedEntityURIFunction' file='functions' module='functions'>
<info>Implement the unparsed-entity-uri() XSLT function string unparsed-entity-uri(string)</info>
<return type='void'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
<arg name='nargs' type='int' info='the number of arguments'/>
</function>
- <function name='xsltUnregisterExtModule' file='extensions'>
+ <function name='xsltUnregisterExtModule' file='extensions' module='extensions'>
<info>Unregister an XSLT extension module from the library.</info>
<return type='int' info='0 if sucessful, -1 in case of error'/>
<arg name='URI' type='const xmlChar *' info='URI associated to this module'/>
</function>
- <function name='xsltUnregisterExtModuleElement' file='extensions'>
+ <function name='xsltUnregisterExtModuleElement' file='extensions' module='extensions'>
<info>Unregisters an extension module element</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='name' type='const xmlChar *' info='the element name'/>
<arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
</function>
- <function name='xsltUnregisterExtModuleFunction' file='extensions'>
+ <function name='xsltUnregisterExtModuleFunction' file='extensions' module='extensions'>
<info>Unregisters an extension module function</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='name' type='const xmlChar *' info='the function name'/>
<arg name='URI' type='const xmlChar *' info='the function namespace URI'/>
</function>
- <function name='xsltUnregisterExtModuleTopLevel' file='extensions'>
+ <function name='xsltUnregisterExtModuleTopLevel' file='extensions' module='extensions'>
<info>Unregisters an extension module top-level element</info>
<return type='int' info='0 if successful, -1 in case of error.'/>
<arg name='name' type='const xmlChar *' info='the top-level element name'/>
<arg name='URI' type='const xmlChar *' info='the top-level element namespace URI'/>
</function>
- <function name='xsltValueOf' file='transform'>
+ <function name='xsltValueOf' file='transform' module='transform'>
<info>Process the xslt value-of node on the source node</info>
<return type='void'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
@@ -3209,39 +3256,39 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xslt value-of node'/>
<arg name='castedComp' type='xsltElemPreCompPtr' info='precomputed information'/>
</function>
- <function name='xsltVariableLookup' file='variables'>
+ <function name='xsltVariableLookup' file='variables' module='variables'>
<info>Search in the Variable array of the context for the given variable value.</info>
<return type='xmlXPathObjectPtr' info='the value or NULL if not found'/>
<arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
<arg name='name' type='const xmlChar *' info='the variable name'/>
<arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
</function>
- <function name='xsltXPathCompile' file='xsltutils'>
+ <function name='xsltXPathCompile' file='xsltutils' module='xsltutils'>
<info>Compile an XPath expression</info>
<return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='str' type='const xmlChar *' info='the XPath expression'/>
</function>
- <function name='xsltXPathCompileFlags' file='xsltutils'>
+ <function name='xsltXPathCompileFlags' file='xsltutils' module='xsltutils'>
<info>Compile an XPath expression</info>
<return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
<arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
<arg name='str' type='const xmlChar *' info='the XPath expression'/>
<arg name='flags' type='int' info='extra compilation flags to pass down to libxml2 XPath'/>
</function>
- <function name='xsltXPathFunctionLookup' file='functions'>
+ <function name='xsltXPathFunctionLookup' file='functions' module='functions'>
<info>This is the entry point when a function is needed by the XPath interpretor.</info>
<return type='xmlXPathFunction' info='the callback function or NULL if not found'/>
<arg name='vctxt' type='void *' info='a void * but the XSLT transformation context actually'/>
<arg name='name' type='const xmlChar *' info='the function name'/>
<arg name='ns_uri' type='const xmlChar *' info='the function namespace URI'/>
</function>
- <function name='xsltXPathGetTransformContext' file='extensions'>
+ <function name='xsltXPathGetTransformContext' file='extensions' module='extensions'>
<info>Provides the XSLT transformation context from the XPath transformation context. This is useful when an XPath function in the extension module is called by the XPath interpreter and that the XSLT context is needed for example to retrieve the associated data pertaining to this XSLT transformation.</info>
<return type='xsltTransformContextPtr' info='the XSLT transformation context or NULL in case of error.'/>
<arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath transformation context'/>
</function>
- <function name='xsltXPathVariableLookup' file='variables'>
+ <function name='xsltXPathVariableLookup' file='variables' module='variables'>
<info>This is the entry point when a varibale is needed by the XPath interpretor.</info>
<return type='xmlXPathObjectPtr' info='the value or NULL if not found'/>
<arg name='ctxt' type='void *' info='a void * but the the XSLT transformation context actually'/>