# HG changeset patch # User Ruslan Ermilov # Date 1319013046 0 # Node ID 1aa4f50144e4bd65951aada53f6e0df22e336525 # Parent 3ae68fe2e938648b02b8b17f671e9aeb610670dc Adding document type declaration with the public identifier. diff -r 3ae68fe2e938 -r 1aa4f50144e4 xsls/article.xsls --- a/xsls/article.xsls Wed Oct 19 08:29:21 2011 +0000 +++ b/xsls/article.xsls Wed Oct 19 08:30:46 2011 +0000 @@ -1,6 +1,7 @@ X:stylesheet { -X:output method="html" indent="no" encoding="utf-8"; +X:output method="html" indent="no" encoding="utf-8" + doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"; X:strip-space elements = "*";