Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.

This commit is contained in:
Jason Evans
2016-11-01 13:25:42 -07:00
parent b599b32280
commit f19bedb04c
2 changed files with 21 additions and 20 deletions

View File

@@ -5,6 +5,6 @@
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
<xsl:template match="mallctl">
"<xsl:call-template name="inline.monoseq"/>"
<quote><xsl:call-template name="inline.monoseq"/></quote>
</xsl:template>
</xsl:stylesheet>