This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch git-svn in repository https://gitbox.apache.org/repos/asf/xalan-site.git
commit 8c97a8f41955d84671fe239a8b5f506e2e45e54e Author: Steven J. Hathaway <[email protected]> AuthorDate: Fri Jul 13 23:30:28 2012 +0000 Update stylebook output codepage to UTF-8 --- stylebook/stylebook.xslt | 6 +++--- xdocs/sources/stylebook.xslt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stylebook/stylebook.xslt b/stylebook/stylebook.xslt index c27d351..859d413 100644 --- a/stylebook/stylebook.xslt +++ b/stylebook/stylebook.xslt @@ -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--> diff --git a/xdocs/sources/stylebook.xslt b/xdocs/sources/stylebook.xslt index c27d351..859d413 100644 --- a/xdocs/sources/stylebook.xslt +++ b/xdocs/sources/stylebook.xslt @@ -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: [email protected] For additional commands, e-mail: [email protected]
