我在 rules.xml 中有以下片段
<!-- Fix search box to honour Plone rules-->
<replace css:theme="form#search">
<form action="http://localhost:8080/LS/search" name="form1" id="search">
<input type="text" name="SearchableText" onclick="make_blank();" onblur="keep_search();" class="search_text_style content_text2"/>
<input type="image" src="++resource++lsm/images/template/search.png" width="22" height="22" class="search_btn" />
</form>
</replace>
如何将动态属性传递给 XSL,以便我根据 Plone 站点对象设置为真实 URL?
我可以通过提供帮助视图、修改 XDVTransform 等来做到这一点,但我想首先知道这里推荐的方法是什么。