Don't propagate non-XHTML namespaces to XHTML output. This makes some
pages validate as XHTML on mirrors with certain versions of xsltproc (e.g. http://www.freebsd.cz/gnome/). PR: 55973 Submitted by: Pav Lucistnik <pav@oook.cz>
This commit is contained in:
parent
118853c33d
commit
691b9b7c1b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17991
2 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.36 2003/07/15 21:26:05 marcus Exp $ -->
|
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.37 2003/07/20 17:54:30 marcus Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
|
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
|
||||||
version="1.0">
|
exclude-result-prefixes="rdf rdf1" version="1.0">
|
||||||
|
|
||||||
<xsl:import href="../includes.xsl"/>
|
<xsl:import href="../includes.xsl"/>
|
||||||
<xsl:import href="includes.xsl"/>
|
<xsl:import href="includes.xsl"/>
|
||||||
|
|
||||||
<xsl:variable name="base" select="'..'"/>
|
<xsl:variable name="base" select="'..'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.36 2003/07/15 21:26:05 marcus Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.37 2003/07/20 17:54:30 marcus Exp $'"/>
|
||||||
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
|
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
|
||||||
|
|
||||||
<xsl:output type="html" encoding="iso-8859-1"
|
<xsl:output type="html" encoding="iso-8859-1"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.2 2002/01/28 16:38:30 sobomax Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
|
||||||
|
|
||||||
<xsl:import href="../includes.xsl"/>
|
<xsl:import href="../includes.xsl"/>
|
||||||
<xsl:import href="includes.xsl"/>
|
<xsl:import href="includes.xsl"/>
|
||||||
|
|
Loading…
Reference in a new issue