diff xsls/article.xsls @ 111:f31230984540

Fixed DOCTYPE generation to include the public system identifier.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 13:09:11 +0000
parents 1aa4f50144e4
children 871ea104fdbf
line wrap: on
line diff
--- a/xsls/article.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/article.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";