From 15ea351154262cd724dd151c0c684c26eacca3e3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 5 Jul 2001 08:59:37 +0000 Subject: updated do not dump document for which there have been no generated * FEATURES: updated * libxslt/xsltutils.c: do not dump document for which there have been no generated content * tests/multiple/result.xml tests/namespaces/extra2.out: fixed test output accordingly * libxslt/transform.c libxslt/preproc.c: added xsl:fallback support * tests/REC/Makefile.am tests/REC/test-15-1.*: xsl:fallback test * tests/xmlspec/Makefile.am tests/docbook/Makefile.am: cleanups Daniel --- tests/docbook/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/docbook') diff --git a/tests/docbook/Makefile.am b/tests/docbook/Makefile.am index 2eef7e4a..a519dbf6 100644 --- a/tests/docbook/Makefile.am +++ b/tests/docbook/Makefile.am @@ -58,7 +58,7 @@ single: xtchunk: @(echo > .memdump) @(for i in $(srcdir)/test/gdp-handbook.xml ; do \ - echo "Texting HTML chunking on $$i :" ; \ + echo "Testing HTML chunking on $$i :" ; \ html=$(srcdir)/result/html/`basename $$i .xml`.html; \ $(top_builddir)/libxslt/xsltproc -o $(srcdir)/result/xtchunk/html/gdp-handbook $(srcdir)/html/xtchunk.xsl $$i ; \ for html in $(srcdir)/result/xtchunk/html/*.html ; do \ -- cgit v1.2.3