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/REC/Makefile.am | 1 + tests/REC/test-15-1.out | 2 ++ tests/REC/test-15-1.xml | 1 + tests/REC/test-15-1.xsl | 11 +++++++++++ 4 files changed, 15 insertions(+) create mode 100644 tests/REC/test-15-1.out create mode 100644 tests/REC/test-15-1.xml create mode 100644 tests/REC/test-15-1.xsl (limited to 'tests/REC') diff --git a/tests/REC/Makefile.am b/tests/REC/Makefile.am index 09534939..04eeedf8 100644 --- a/tests/REC/Makefile.am +++ b/tests/REC/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = \ test-11.2-6.out test-11.2-6.xml test-11.2-6.xsl \ test-12.2-1.out test-12.2-1.xml test-12.2-1.xsl \ test-12.2-2.out test-12.2-2.xml test-12.2-2.xsl \ + test-15-1.out test-15-1.xml test-15-1.xsl \ test-2.3-1.out test-2.3-1.xml test-2.3-1.xsl \ test-2.3-2.out test-2.3-2.xml test-2.3-2.xsl \ test-2.5-1.out test-2.5-1.xml test-2.5-1.xsl \ diff --git a/tests/REC/test-15-1.out b/tests/REC/test-15-1.out new file mode 100644 index 00000000..965f7cdd --- /dev/null +++ b/tests/REC/test-15-1.out @@ -0,0 +1,2 @@ + +SUCCESS diff --git a/tests/REC/test-15-1.xml b/tests/REC/test-15-1.xml new file mode 100644 index 00000000..69d62f2c --- /dev/null +++ b/tests/REC/test-15-1.xml @@ -0,0 +1 @@ + diff --git a/tests/REC/test-15-1.xsl b/tests/REC/test-15-1.xsl new file mode 100644 index 00000000..524f1e6f --- /dev/null +++ b/tests/REC/test-15-1.xsl @@ -0,0 +1,11 @@ + + + + +SUCCESS + + + -- cgit v1.2.3