Simplify
This commit is contained in:
parent
ba29614578
commit
30d0864dc6
@ -23,10 +23,7 @@
|
|||||||
<term xlink:href="#{$id}">
|
<term xlink:href="#{$id}">
|
||||||
<xsl:attribute name="xml:id"><xsl:value-of select="$id"/></xsl:attribute>
|
<xsl:attribute name="xml:id"><xsl:value-of select="$id"/></xsl:attribute>
|
||||||
<option>
|
<option>
|
||||||
<xsl:for-each select="attr[@name = 'name']/string">
|
<xsl:value-of select="attr[@name = 'name']/string/@value" />
|
||||||
<xsl:value-of select="@value" />
|
|
||||||
<xsl:if test="position() != last()">.</xsl:if>
|
|
||||||
</xsl:for-each>
|
|
||||||
</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user