- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 09:33:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv26434/tools
Modified Files:
postprocess.xsl
Log Message:
updated
Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- postprocess.xsl 22 Apr 2011 07:13:01 -0000 1.13
+++ postprocess.xsl 22 Apr 2011 09:33:21 -0000 1.14
@@ -2,8 +2,9 @@
xmlns:h="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="h"
version='1.0'>
- <xsl:output method="html" indent="no" encoding="ascii"
+ <xsl:output method="html" indent="no" encoding="utf-8"
doctype-public="-//W3C//DTD HTML 4.01//EN"
+ doctype-system="http://www.w3.org/TR/html4/strict.dtd"
/>
<xsl:key name="local-frags" match="." use="concat('#',@id)"/>
<xsl:key name="filename-map" match="." use="h:li"/>
Received on Friday, 22 April 2011 09:33:25 UTC