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

@@ -1,3 +1,10 @@
Thu Jan 9 14:28:19 CET 2003 Daniel Veillard <daniel@veillard.com>
* 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
Wed Jan 8 12:33:47 CET 2003 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: fixed a problem related to directory

View File

@@ -1,6 +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:fo="http://www.w3.org/1999/XSL/Format"
exclude-result-prefixes="fo">
<xsl:template match="/">
<html>
<head>

View File

@@ -1,6 +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:fo="http://www.w3.org/1999/XSL/Format"
exclude-result-prefixes="fo">
<xsl:strip-space elements="itemlist"/>

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
exclude-result-prefixes="fo"
version="1.0">
<xsl:output method="html"
encoding="ISO-8859-1"

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">
<!--**********************************************