mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-06-15 10:41:43 +03:00
preparing libxslt-1.0.32 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxslt-1.0.32 release * doc/* : updated the doc and rebuilt Daniel
This commit is contained in:
@ -360,14 +360,14 @@ Save the profiling informations on <i><tt>output</tt></i></p><p>
|
||||
This function should be called after the transformation completed
|
||||
to extract template processing profiling informations if availble.
|
||||
The informations are returned as an XML document tree like
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0"?>
|
||||
<profile>
|
||||
<template rank="1" match="*" name=""
|
||||
mode="" calls="6" time="48" average="8"/>
|
||||
<template rank="2" match="item2|item3" name=""
|
||||
mode="" calls="10" time="30" average="3"/>
|
||||
<template rank="3" match="item1" name=""
|
||||
mode="" calls="5" time="17" average="3"/>
|
||||
<template rank="1" match="*" name=""
|
||||
mode="" calls="6" time="48" average="8"/>
|
||||
<template rank="2" match="item2|item3" name=""
|
||||
mode="" calls="10" time="30" average="3"/>
|
||||
<template rank="3" match="item1" name=""
|
||||
mode="" calls="5" time="17" average="3"/>
|
||||
</profile>
|
||||
The caller will need to free up the returned tree with <GTKDOCLINK xmlns="http://www.w3.org/TR/xhtml1/transitional" HREF="xmlFreeDoc">xmlFreeDoc</GTKDOCLINK>()</p><p>
|
||||
|
||||
@ -432,7 +432,7 @@ callback routines.</p><p>
|
||||
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>0 in case of success and -1 in case of error
|
||||
</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xslAddCall"></a>xslAddCall ()</h3><pre class="programlisting">int xslAddCall (<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templ,
|
||||
<GTKDOCLINK xmlns="http://www.w3.org/TR/xhtml1/transitional" HREF="xmlNodePtr">xmlNodePtr</GTKDOCLINK> source);</pre><p>
|
||||
Add template "call" to call stack</p><p>
|
||||
Add template "call" to call stack</p><p>
|
||||
|
||||
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>templ</tt></i><EFBFBD>:</span></td><td> current template being applied
|
||||
</td></tr><tr><td><span class="term"><i><tt>source</tt></i><EFBFBD>:</span></td><td> the source node being processed
|
||||
|
Reference in New Issue
Block a user