diff options
author | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-06-21 13:16:57 +0000 |
---|---|---|
committer | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-06-21 13:16:57 +0000 |
commit | 36615d1c6d582ef9bd2f2a451fae6c12b97d3ede (patch) | |
tree | 02fb18b5ce9b5495e7b6f8a20f202a8f3c723665 /tests/REC/test-7.1.4.xsl | |
parent | c09974f82f86d2eca4d3788c089eb41a7ad8bb65 (diff) | |
download | libxslt-36615d1c6d582ef9bd2f2a451fae6c12b97d3ede.tar.gz libxslt-36615d1c6d582ef9bd2f2a451fae6c12b97d3ede.tar.bz2 libxslt-36615d1c6d582ef9bd2f2a451fae6c12b97d3ede.zip |
Fixed incorrect regression tests/results.
* tests/docs/bug-54.xml tests/general/bug-54.out
tests/general/bug-99.out tests/general/bug-136.out
tests/REC/test-7.1.3.xsl tests/REC/test-7.1.4.xsl
tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl:
Fixed incorrect regression tests/results.
Diffstat (limited to 'tests/REC/test-7.1.4.xsl')
-rw-r--r-- | tests/REC/test-7.1.4.xsl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/REC/test-7.1.4.xsl b/tests/REC/test-7.1.4.xsl index 88c61b99..ab0e7689 100644 --- a/tests/REC/test-7.1.4.xsl +++ b/tests/REC/test-7.1.4.xsl @@ -1,10 +1,7 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:fo="http://www.w3.org/1999/XSL/Format" - xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias"> - -<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/> + xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:template match="chapter/heading"> <fo:block quadding="start" xsl:use-attribute-sets="title-style"> |