mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-28 04:41:59 +03:00
added global variables cleanups to the example. mjcox pointed to some
* doc/tutorial/libxslt_tutorial.c doc/tutorial/libxslttutorial.html doc/tutorial/libxslttutorial.xml: added global variables cleanups to the example. * tests/documents/Makefile.am: mjcox pointed to some missing files Daniel
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
Wed Aug 29 22:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* doc/tutorial/libxslt_tutorial.c doc/tutorial/libxslttutorial.html
|
||||||
|
doc/tutorial/libxslttutorial.xml: added global variables cleanups
|
||||||
|
to the example.
|
||||||
|
* tests/documents/Makefile.am: mjcox pointed to some missing files
|
||||||
|
|
||||||
Wed Aug 29 15:32:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
|
Wed Aug 29 15:32:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
|
||||||
|
|
||||||
* libexslt/common.c: fixed a bug in exsltNodeSetFunction
|
* libexslt/common.c: fixed a bug in exsltNodeSetFunction
|
||||||
|
@ -90,6 +90,8 @@ main(int argc, char **argv) {
|
|||||||
xmlFreeDoc(res);
|
xmlFreeDoc(res);
|
||||||
xmlFreeDoc(doc);
|
xmlFreeDoc(doc);
|
||||||
|
|
||||||
|
xsltCleanupGlobals();
|
||||||
|
xmlCleanupParser();
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -409,6 +409,8 @@ main(int argc, char **argv) {
|
|||||||
xmlFreeDoc(res);
|
xmlFreeDoc(res);
|
||||||
xmlFreeDoc(doc);
|
xmlFreeDoc(doc);
|
||||||
|
|
||||||
|
xsltCleanupGlobals();
|
||||||
|
xmlCleanupParser();
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -275,4 +275,4 @@ xsltSaveResultToFile(stdout, res, cur);
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
</appendix>
|
</appendix>
|
||||||
</article>
|
</article>
|
||||||
|
@ -6,7 +6,8 @@ $(top_builddir)/xsltproc/xsltproc:
|
|||||||
EXTRA_DIST = bredfort.css index.xml system.xml \
|
EXTRA_DIST = bredfort.css index.xml system.xml \
|
||||||
bredfort.xsl menu.xml worklog.xml \
|
bredfort.xsl menu.xml worklog.xml \
|
||||||
result.xhtml docfile.xml doc\ file.xml \
|
result.xhtml docfile.xml doc\ file.xml \
|
||||||
test.xml test.xsl test.result
|
test.xml test.xsl test.result \
|
||||||
|
message.xml message.xsl message.result
|
||||||
|
|
||||||
|
|
||||||
all: test
|
all: test
|
||||||
|
Reference in New Issue
Block a user