Allow literalExample in subexpressions of examples

This commit is contained in:
Eelco Dolstra 2013-10-23 19:46:11 +02:00
parent 0def73f390
commit fad83a9560

View file

@ -125,6 +125,11 @@
</xsl:template>
<xsl:template match="attrs[attr[@name = '_type' and string[@value = 'literalExample']]]">
<xsl:value-of select="attr[@name = 'text']/string/@value" />
</xsl:template>
<xsl:template match="attrs">
{
<xsl:for-each select="attr">