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.
定義済みのタグ (例: container-tag) を別のタグで自動的に囲む方法を知っている人はいますか?
例えば。article.tag、video.tag、image.tag などのさまざまなコンテナー タイプがあります。このようなコンテナーを呼び出すたびに、別のエンベロープ タグで自動的に囲まれるようにします。
<myc:article/>
これは可能ですか?これを行う方法を知っている人はいますか?
これを回避する 1 つの方法は、カスタム タグ (たとえば、envelope.tag と呼ばれる) をセットアップし、内部タグの名前を属性としてコミットすることです。次に、名前を解決します..そして「ほら」内部タグを挿入します(例:inner.tag)
<myc:envelope containerType="inner"/>
これです..