diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl b/Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl index de6b5bfaf4c..4ca722afb02 100644 --- a/Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl +++ b/Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl @@ -1,11 +1,13 @@ -<?xml version='1.0' encoding="UTF-8"?> -<xsl:stylesheet version="1.0" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> -<xsl:output method="html" encoding="utf-8"/> +<?xml version='1.0'?> +<xsl:stylesheet + xmlns:xsl="http://www.w3.org/XSL/Transform/1.0" + xmlns="http://www.w3.org/TR/REC-html40" + result-ns=""> <xsl:template match="/"> - <html> + <html xmlns="http://www.w3.org/Profiles/xhtml1-transitional.dtd"> <head> - <title>UTF8 file</title> + <title>UTF8 files</title> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> </head> <body> <h1>Handling UTF-8 files</h1> @@ -34,3 +36,4 @@ <p>● <xsl:apply-templates/></p> </xsl:template> </xsl:stylesheet> + |