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 が適用されると思います。