rouge icon indicating copy to clipboard operation
rouge copied to clipboard

lib/rouge/demos/xml is not valid XML

Open voxik opened this issue 4 years ago • 0 comments

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="/"/>

voxik avatar Dec 07 '21 10:12 voxik