ある種の「コントロール」を使用して、ブロックを xsl コードから xsl ファイルに追加する方法はありますか?
例:
私はよく次の 3 行のコードを入力します。
<xsl:comment> some custom attributes and values here </xsl:comment>
<xsl:comment>#include virtual="[filepath]" </xsl:comment>
<xsl:comment> end custom tags </xsl:comment>
このブロックを、プロパティを介してインクルードの属性とファイルパスにアクセスできる制御のタイプに変えることはできますか?