xml2xhtml.xsl: add UTF-8 encoding

To make arrows appear nicely in the browser. Currently it is shown as
some garbled something in mine (Firefox).

* data/xslt/xml2xhtml.xsl: here.
This commit is contained in:
Jannick
2018-10-14 15:15:34 +02:00
committed by Akim Demaille
parent 45ef3d92a1
commit 20a6c3175f

View File

@@ -38,6 +38,7 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title> <title>
<xsl:value-of select="bison-xml-report/filename"/> <xsl:value-of select="bison-xml-report/filename"/>
<xsl:text> - GNU Bison XML Automaton Report</xsl:text> <xsl:text> - GNU Bison XML Automaton Report</xsl:text>