You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sh...@apache.org on 2012/07/14 01:30:29 UTC

svn commit: r1361443 - in /xalan/site: stylebook/stylebook.xslt xdocs/sources/stylebook.xslt

Author: shathaway
Date: Fri Jul 13 23:30:28 2012
New Revision: 1361443

URL: http://svn.apache.org/viewvc?rev=1361443&view=rev
Log:
Update stylebook output codepage to UTF-8

Modified:
    xalan/site/stylebook/stylebook.xslt
    xalan/site/xdocs/sources/stylebook.xslt

Modified: xalan/site/stylebook/stylebook.xslt
URL: http://svn.apache.org/viewvc/xalan/site/stylebook/stylebook.xslt?rev=1361443&r1=1361442&r2=1361443&view=diff
==============================================================================
--- xalan/site/stylebook/stylebook.xslt (original)
+++ xalan/site/stylebook/stylebook.xslt Fri Jul 13 23:30:28 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <!--
@@ -28,7 +28,7 @@
   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
   omit-xml-declaration="no"
-  encoding="ISO-8859-1"
+  encoding="UTF-8"
   standalone="no"
 />
 
@@ -126,7 +126,7 @@
     <xsl:element name='title'>
       <xsl:value-of select="concat('ASF: ',$xalantitle)"/>
     </xsl:element><!--/title-->
-    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
     <meta http-equiv="Content-Style-Type" content="text/css"/>
     <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css"/>
   </xsl:element><!--/head-->

Modified: xalan/site/xdocs/sources/stylebook.xslt
URL: http://svn.apache.org/viewvc/xalan/site/xdocs/sources/stylebook.xslt?rev=1361443&r1=1361442&r2=1361443&view=diff
==============================================================================
--- xalan/site/xdocs/sources/stylebook.xslt (original)
+++ xalan/site/xdocs/sources/stylebook.xslt Fri Jul 13 23:30:28 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <!--
@@ -28,7 +28,7 @@
   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
   omit-xml-declaration="no"
-  encoding="ISO-8859-1"
+  encoding="UTF-8"
   standalone="no"
 />
 
@@ -126,7 +126,7 @@
     <xsl:element name='title'>
       <xsl:value-of select="concat('ASF: ',$xalantitle)"/>
     </xsl:element><!--/title-->
-    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
     <meta http-equiv="Content-Style-Type" content="text/css"/>
     <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css"/>
   </xsl:element><!--/head-->



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org