diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-26 23:07:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-26 23:07:28 +0000 |
commit | d3535e838cefea309221187bb9e62698c0df8c51 (patch) | |
tree | dbee8197e1bfecefe547d53e843f0acff729a3fe /Master/texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl | |
parent | 33353453d22fc5877a8ced58c673c7008ce8c00a (diff) |
latex-web-companion non-update
git-svn-id: svn://tug.org/texlive/trunk@27531 c570f23f-e606-0410-a88d-b1316a301751
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> + |