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.
同じウィンドウでリンクを開く次のXsLがあります。タブに新しいウィンドウを開くのではなく、新しいウィンドウを開くtarget_blankを追加したいと思います。また、サイズを変更します。以下を試しましたが、機能しません。
<a href="{$modifiedUrl}" target="_blank"> view more </a>
_blankを引用符で囲みます。
<a href="{$modifiedUrl}" target="_blank">
現在のマークアップは有効なxmlではありません。