【发布时间】:2016-09-21 08:28:09
【问题描述】:
使用 XSL 我想生成一些如下所示的 HTML
<span title="some text">some other text</span>
替换some other text 很简单
<span title="some text"><xsl:value-of select="$someothertext"/></span>
some text 如何做到这一点?该文本在 HTML 元素的属性中,因此这成为无效的 XSL。
【问题讨论】: