Allow literalExample in subexpressions of examples
This commit is contained in:
parent
0def73f390
commit
fad83a9560
@ -125,6 +125,11 @@
|
|||||||
</xsl:template>
|
</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:template match="attrs">
|
||||||
{
|
{
|
||||||
<xsl:for-each select="attr">
|
<xsl:for-each select="attr">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user