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

Move tutorial images

This commit is contained in:
Nick Wellnhofer
2022-03-31 02:14:04 +02:00
parent 74e87f96aa
commit d7d267e44e
12 changed files with 25 additions and 25 deletions

View File

@ -282,11 +282,11 @@ xsltSaveResultToFile(stdout, res, cur);
<p>
<pre class="programlisting">
xsltFreeStylesheet(cur);<a name="cleanupstylesheet"></a><img src="../images/callouts/1.png" alt="1" border="0">
xmlFreeDoc(res);<a name="cleanupresults"></a><img src="../images/callouts/2.png" alt="2" border="0">
xmlFreeDoc(doc);<a name="cleanupdoc"></a><img src="../images/callouts/3.png" alt="3" border="0">
xsltCleanupGlobals();<a name="cleanupglobals"></a><img src="../images/callouts/4.png" alt="4" border="0">
xmlCleanupParser();<a name="cleanupparser"></a><img src="../images/callouts/5.png" alt="5" border="0">
xsltFreeStylesheet(cur);<a name="cleanupstylesheet"></a><img src="images/callouts/1.png" alt="1" border="0">
xmlFreeDoc(res);<a name="cleanupresults"></a><img src="images/callouts/2.png" alt="2" border="0">
xmlFreeDoc(doc);<a name="cleanupdoc"></a><img src="images/callouts/3.png" alt="3" border="0">
xsltCleanupGlobals();<a name="cleanupglobals"></a><img src="images/callouts/4.png" alt="4" border="0">
xmlCleanupParser();<a name="cleanupparser"></a><img src="images/callouts/5.png" alt="5" border="0">
</pre>
@ -294,28 +294,28 @@ xsltSaveResultToFile(stdout, res, cur);
<a name="id2708994"></a><table border="0" summary="Callout list">
<tr>
<td width="5%" valign="top" align="left">
<a name="id2709000"></a><a href="#cleanupstylesheet"><img src="../images/callouts/1.png" alt="1" border="0"></a> </td>
<a name="id2709000"></a><a href="#cleanupstylesheet"><img src="images/callouts/1.png" alt="1" border="0"></a> </td>
<td valign="top" align="left"><p>Free the memory used by your stylesheet.</p></td>
</tr>
<tr>
<td width="5%" valign="top" align="left">
<a name="id2709117"></a><a href="#cleanupresults"><img src="../images/callouts/2.png" alt="2" border="0"></a> </td>
<a name="id2709117"></a><a href="#cleanupresults"><img src="images/callouts/2.png" alt="2" border="0"></a> </td>
<td valign="top" align="left"><p>Free the memory used by the results document.</p></td>
</tr>
<tr>
<td width="5%" valign="top" align="left">
<a name="id2709136"></a><a href="#cleanupdoc"><img src="../images/callouts/3.png" alt="3" border="0"></a> </td>
<a name="id2709136"></a><a href="#cleanupdoc"><img src="images/callouts/3.png" alt="3" border="0"></a> </td>
<td valign="top" align="left"><p>Free the memory used by your original document.</p></td>
</tr>
<tr>
<td width="5%" valign="top" align="left">
<a name="id2709155"></a><a href="#cleanupglobals"><img src="../images/callouts/4.png" alt="4" border="0"></a> </td>
<a name="id2709155"></a><a href="#cleanupglobals"><img src="images/callouts/4.png" alt="4" border="0"></a> </td>
<td valign="top" align="left"><p>Free memory used by libxslt global
variables</p></td>
</tr>
<tr>
<td width="5%" valign="top" align="left">
<a name="id2709176"></a><a href="#cleanupparser"><img src="../images/callouts/5.png" alt="5" border="0"></a> </td>
<a name="id2709176"></a><a href="#cleanupparser"><img src="images/callouts/5.png" alt="5" border="0"></a> </td>
<td valign="top" align="left"><p>Free memory used by the XML parser</p></td>
</tr>
</table>