mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Allow per-context override of xsltMaxDepth, introduce xsltMaxVars
We also add a maxTemplateVars parameter
This commit is contained in:
committed by
Daniel Veillard
parent
a2e32666e0
commit
adff7c36bd
@ -291,6 +291,7 @@
|
||||
<exports symbol='xsltEngineVersion' type='variable'/>
|
||||
<exports symbol='xsltLibxsltVersion' type='variable'/>
|
||||
<exports symbol='xsltMaxDepth' type='variable'/>
|
||||
<exports symbol='xsltMaxVars' type='variable'/>
|
||||
<exports symbol='xsltCleanupGlobals' type='function'/>
|
||||
<exports symbol='xsltInit' type='function'/>
|
||||
</file>
|
||||
@ -1560,6 +1561,7 @@ exits'/>
|
||||
<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='xsltMaxVars' file='xslt' type='int'/>
|
||||
<variable name='xsltXSLTAttrMarker' file='xsltInternals' type='const xmlChar *'/>
|
||||
<function name='xslAddCall' file='xsltutils'>
|
||||
<info>Add template "call" to call stack</info>
|
||||
|
Reference in New Issue
Block a user