<xsl:with-param name="current_indent" select="$current_indent"/>
</xsl:apply-templates>
</xsl:when>
- </xsl:choose>
- <xsl:choose>
<xsl:when test="name(.)='Def'">
<xsl:choose>
<xsl:when test="@name">
<xsl:with-param name="current_indent" select="$current_indent"/>
</xsl:apply-templates>
</xsl:when>
+ <xsl:otherwise>
+ <xsl:text> _ :? _ </xsl:text>
+ </xsl:otherwise>
</xsl:choose>
- <xsl:otherwise>
- <xsl:text> _ :? _ </xsl:text>
- </xsl:otherwise>
</xsl:for-each>
|- <xsl:value-of select="./@no"/> :
<xsl:apply-templates select="./Goal/*[1]">