gpt4 book ai didi

templates - xslt 模板标签的匹配属性变量

转载 作者:行者123 更新时间:2023-12-02 23:21:31 25 4
gpt4 key购买 nike

是否可以为xslt模板标签中的匹配属性值设置变量名。有什么帮助吗?

最佳答案

我不完全确定你想要实现什么,但这里有一个例子:

   <!-- a variable -->
<xsl:variable name="x" select="//some/path"/>

<!-- a template to match all elements with the name of the variable -->
<xsl:template match="*[name(.)=$x]">
Yes! <xsl:value-of select="."/>
</xsl:template>

关于templates - xslt 模板标签的匹配属性变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5337487/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com