我的x
<root>
<tests>
<test id="222">
<actionId>233</actionId>
</test>
<test id="22">
<actionId>23333</actionId>
</test>
</tests>
<confs>
<conf id="2211"></conf>
</confs>
</root>
<xsl:key name="confId"
match="confs/conf"
use="@id" /
<xsl:template match="main">
Test:
<xsl:apply-templates select="tests/test" />
</xsl:template>
<xsl:template match="tests/test">
<xsl:choose>
<xsl:when test="actionId[.= ]">
<li>
<xsl:choose>
<xsl:when test="key( confId , @id)">
Used </xsl:when>
<xsl:otherwise> Not found</xsl:otherwise>
</xsl:choose>
</li>
</xsl:when>
<xsl:otherwise> <li>Not at all found</li></xsl:otherwise>
</xsl:choose>
</xsl:template>
现在 并非所有已发现的电文都印在每张印本上,作为行动匹配的模板上。 Id并非无效,它只需要一度印刷,但不能执行。
预期产出