diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-09-12 11:34:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-09-12 11:34:55 +0000 |
commit | 27979ecf09d98c7a081b2e1adfe94b7b8bd5937b (patch) | |
tree | 58ec87494951ca253b1651af1009bd53f2caf1ff /tests/general | |
parent | 71921e738476fd0ba600017cc10b1006b0c2429c (diff) | |
download | libxslt-27979ecf09d98c7a081b2e1adfe94b7b8bd5937b.tar.gz libxslt-27979ecf09d98c7a081b2e1adfe94b7b8bd5937b.tar.bz2 libxslt-27979ecf09d98c7a081b2e1adfe94b7b8bd5937b.zip |
fixes some output divergeances with libxml2-2.6.0beta1, daniel
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/array.xsl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/general/array.xsl b/tests/general/array.xsl index 2124caa4..9f59c3e3 100644 --- a/tests/general/array.xsl +++ b/tests/general/array.xsl @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <!-- filename: test.xsl created on: 2001 Jun 14 01:35:21 +0200 (CEST) last modified: 2001 Jun 14 01:47:18 +0200 (CEST) (c) 2001 by Goetz Bock <bock@blacknet.de> --> -<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:local="data local to this file" version='1.0'> +<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:local="data_local_to_this_file" + version='1.0'> <xsl:output method="text" /> <local:benefit> <local:period ID='12M'>1</local:period> |