1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00

added some exclude-result-prefixes to avoid extra namespace declaration

* tests/REC/test-8-1.xsl tests/REC/test-9.1-2.xsl
  tests/general/bug-83.xsl tests/multiple/dict.xsl: added some
  exclude-result-prefixes to avoid extra namespace declaration being
  dumped following the fix for #102920 in libxml2
Daniel
This commit is contained in:
Daniel Veillard
2003-01-09 13:30:35 +00:00
parent f090c052e5
commit dda2ed17ba
5 changed files with 13 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
xmlns:xt="http://www.jclark.com/xt"
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
version="1.0"
exclude-result-prefixes="doc"
exclude-result-prefixes="doc xt"
extension-element-prefixes="xt">
<!--**********************************************