- Ensure XSL templates generate the correct encoding

Reported by:	rene
This commit is contained in:
Gabor Kovesdan 2009-06-02 17:33:09 +00:00
parent 27c3e1daf6
commit 30321624f9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34370
4 changed files with 8 additions and 8 deletions

View file

@ -5,14 +5,14 @@
<!ENTITY email "freebsd-www">
]>
<!-- $FreeBSD: www/share/sgml/templates.news-rdf.xsl,v 1.1 2006/08/19 21:20:54 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/templates.news-rdf.xsl,v 1.2 2006/08/21 18:27:43 hrs Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml" indent="yes"/>
<xsl:output method="xml" indent="yes" encoding="$xml.encoding;"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>

View file

@ -7,7 +7,7 @@
<!ENTITY realname "Webmaster Team">
]>
<!-- $FreeBSD: www/share/sgml/templates.news-rss.xsl,v 1.1 2008/01/07 07:50:27 murray Exp $ -->
<!-- $FreeBSD: www/share/sgml/templates.news-rss.xsl,v 1.2 2008/01/08 06:07:52 murray Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
@ -15,7 +15,7 @@
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml" indent="yes"/>
<xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>

View file

@ -7,7 +7,7 @@
<!ENTITY realname "Webmaster Team">
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/share/sgml/templates.press-rss.xsl,v 1.1 2008/01/16 08:21:47 murray Exp $ -->
<!-- Copyright (c) 2008 Murray Stokely <murray@FreeBSD.org>
@ -41,7 +41,7 @@
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml" indent="yes"/>
<xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>

View file

@ -6,14 +6,14 @@
<!ENTITY % navinclude.community "INCLUDE">
]>
<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.10 2008/04/20 22:22:34 murray Exp $ -->
<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.11 2008/04/20 22:49:25 murray Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
exclude-result-prefixes="cvs">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml"
<xsl:output method="xml" encoding="&xml.encoding;"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>