<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:comment><xsl:copy-of select="."/></xsl:comment>
</xsl:template>
</xsl:stylesheet>
Causes the error. It should produce a comment containing the string-value
of the source document.
Error in full is:
sabcmd: ../output.cpp:870: Bool OutputterObj::eventElementStart(const class QName &):
Assertion `!"eventElementStart"' failed.
.robin.
