Move tutorial images
@ -11,16 +11,6 @@ EXTRA_DIST = \
|
||||
api.xsl \
|
||||
apibuild.py \
|
||||
checkapisym.xsl \
|
||||
images/callouts/1.png \
|
||||
images/callouts/10.png \
|
||||
images/callouts/2.png \
|
||||
images/callouts/3.png \
|
||||
images/callouts/4.png \
|
||||
images/callouts/5.png \
|
||||
images/callouts/6.png \
|
||||
images/callouts/7.png \
|
||||
images/callouts/8.png \
|
||||
images/callouts/9.png \
|
||||
libxslt-api.xml \
|
||||
libxslt-refs.xml \
|
||||
symbols.xml \
|
||||
@ -31,6 +21,16 @@ EXTRA_DIST = \
|
||||
xsltproc.xml
|
||||
|
||||
nobase_doc_DATA = \
|
||||
tutorial/images/callouts/1.png \
|
||||
tutorial/images/callouts/10.png \
|
||||
tutorial/images/callouts/2.png \
|
||||
tutorial/images/callouts/3.png \
|
||||
tutorial/images/callouts/4.png \
|
||||
tutorial/images/callouts/5.png \
|
||||
tutorial/images/callouts/6.png \
|
||||
tutorial/images/callouts/7.png \
|
||||
tutorial/images/callouts/8.png \
|
||||
tutorial/images/callouts/9.png \
|
||||
tutorial/libxslt_tutorial.c \
|
||||
tutorial/libxslttutorial.html \
|
||||
tutorial2/libxslt_pipes.c \
|
||||
@ -54,7 +54,7 @@ wildcards = \
|
||||
*.1 \
|
||||
*.html \
|
||||
*.xsl \
|
||||
images/callouts/*.png \
|
||||
tutorial/images/callouts/*.png \
|
||||
tutorial*/libxslt*
|
||||
|
||||
# This target verifies that EXTRA_DIST contains all the files matched by
|
||||
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
@ -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>
|
||||
|