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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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