1
0
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:
Daniel Veillard
2001-08-29 21:00:50 +00:00
parent 1991eb6c48
commit 561909b311
5 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -90,6 +90,8 @@ main(int argc, char **argv) {
xmlFreeDoc(res); xmlFreeDoc(res);
xmlFreeDoc(doc); xmlFreeDoc(doc);
xsltCleanupGlobals();
xmlCleanupParser();
return(0); return(0);
} }

View File

@ -409,6 +409,8 @@ main(int argc, char **argv) {
xmlFreeDoc(res); xmlFreeDoc(res);
xmlFreeDoc(doc); xmlFreeDoc(doc);
xsltCleanupGlobals();
xmlCleanupParser();
return(0); return(0);
} }

View File

@ -275,4 +275,4 @@ xsltSaveResultToFile(stdout, res, cur);
</para> </para>
</appendix> </appendix>
</article> </article>

View File

@ -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