gpt4 book ai didi

xml - XSLT:属性内的 'xsl:value-of'

转载 作者:数据小太阳 更新时间:2023-10-29 02:02:29 25 4
gpt4 key购买 nike

我有以下 XSL 转换:

<xsl:for-each select="refsect1[@id = 'seealso']/para/citerefentry">
/// <seealso cref=""/>
<xsl:value-of select="refentrytitle" />
</xsl:for-each>

如何将 refentrytitle 的值放在模板中 seealso 标签的 cref 属性中?

最佳答案

I don't understand how place the value of refentrytitle in the cref attribute of the seealso tag in the template.

只需将您的表达式放在大括号内(这称为 Attribute Value Templates 或简称为 AVT 语法),如下所示:

<seealso cref="{refentrytitle}"/>

关于xml - XSLT:属性内的 'xsl:value-of',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7290149/

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