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:
@@ -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">
|
||||
|
||||
<!--**********************************************
|
||||
|
||||
Reference in New Issue
Block a user