rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.32k stars 733 forks source link

lib/rouge/demos/xml is not valid XML #1772

Open voxik opened 2 years ago

voxik commented 2 years ago

It seems that the lib/rouge/demos/xml is not valid XML:

$ xmllint lib/rouge/demos/xml
xml:2: namespace error : Namespace prefix xsl on template is not defined
<xsl:template match="/"></xsl:template>
                       ^
<?xml version="1.0" encoding="utf-8"?>
<xsl:template match="/"/>