Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Tridion 富文本编辑器中提取 XML 标记的值属性。
我正在尝试将此代码添加到过滤 XSLT。但它不起作用。
<xsl:template match="dynamicVariable"> <dynamicVariable name="{//dynamicVariable/@name}"/> </xsl:template>
我想知道你是否可以举一个更具体的例子来说明你想要实现的目标。我相信当您将内容粘贴到字段中、更改选项卡(从源代码到设计)以及保存时,都会应用 XSLT。