这是我输入的部分内容。
<w:tc>
first
</w:tc>
<w:tc>
second
</w:tc>
我使用的是xslt1.0,我的模板是
<xsl:template match="tc">
<!-- When the first match occurs, i am setting a value for a
global variable and when the template matches for second time,
i have to fetch the value from that variable -->
</xsl:template>
答案 0 :(得分:0)
第一场比赛发生时,我是 设置全局变量的值
这是不可能的。
查看这些类似问题的答案: