diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-08 16:25:24 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-08 16:25:24 +0000 |
commit | 8b43203f5ddd5a2e2af9bec5ad38334588404ae0 (patch) | |
tree | 3b31612eafccb23d583f42d3b9e60615d80d84a2 /tests | |
parent | 87f19fd476539ecca436fe49660c9a3915aca725 (diff) | |
download | libxslt-8b43203f5ddd5a2e2af9bec5ad38334588404ae0.tar.gz libxslt-8b43203f5ddd5a2e2af9bec5ad38334588404ae0.tar.bz2 libxslt-8b43203f5ddd5a2e2af9bec5ad38334588404ae0.zip |
added the --stringparam option applied John Fleck's patch to correct the
* xsltproc/xsltproc.c: added the --stringparam option
* xsltproc/xsltproc.c: applied John Fleck's patch to correct
the --novalid behaviour.
Daniel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/REC/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/REC/Makefile.am b/tests/REC/Makefile.am index 969e419a..020bd60b 100644 --- a/tests/REC/Makefile.am +++ b/tests/REC/Makefile.am @@ -67,7 +67,10 @@ EXTRA_DIST = \ test-8-1.out test-8-1.xml test-8-1.xsl \ test-9.1-1.out test-9.1-1.xml test-9.1-1.xsl \ test-9.1-2.out test-9.1-2.xml test-9.1-2.xsl \ - test-9.2-1.xsl + test-9.2-1.xsl \ + stand-2.7-1.dtd stand-2.7-1.stand.out stand-2.7-1.xsl \ + stand-2.7-1.out stand-2.7-1.xml + all: test |