- Set output to iso8859-1 (latin1) encoding instead of default Utf-8
XSLT clue provided by: fenner
This commit is contained in:
parent
2d4551f0e7
commit
787e06fec3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26486
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.3 2005/10/04 17:18:41 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.4 2005/11/06 17:21:28 hrs Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
||||
|
@ -9,7 +9,7 @@
|
|||
<xsl:import href="includes.xsl" />
|
||||
<xsl:variable name="section" select="'community'"/>
|
||||
|
||||
<xsl:output method="xml"
|
||||
<xsl:output method="xml" encoding="iso8859-1"
|
||||
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
||||
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue