有没有办法使用某种“控件”将 xsl 代码块添加到 xsl 文件中。
例子:
我经常输入这三行代码:
<xsl:comment> some custom attributes and values here </xsl:comment>
<xsl:comment>#include virtual="[filepath]" </xsl:comment>
<xsl:comment> end custom tags </xsl:comment>
我可以把这个块变成某种类型的控制,我可以通过属性访问包含的属性和文件路径吗?