only copy comment content over

git-svn-id: http://yolanda.mister-muffin.de/svn@322 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2008-04-27 12:40:42 +00:00
parent 6c172e1057
commit fdefa19b59

View file

@ -109,7 +109,8 @@
<xsl:value-of select="@username" />
</a>:
<br />
<xsl:copy-of select="." />
<!-- TODO: somehow use <xsl:element name="{local-name()}"> to remove the xhtml namespace prefix -->
<xsl:copy-of select="node()" />
</div>
</xsl:for-each>
</div>