我尝试使用 UpdateDataInstance 函数来使用 xslt 函数更新一些全局数据。我没有收到任何错误,但数据没有更新。有谁知道可能出了什么问题?
如果我尽可能简化我的代码,它看起来像这样:
<f:function xmlns:f="http://www.composite.net/ns/function/1.0" name="Composite.Community.OpenID.Users.UpdateDataInstance">
<f:param name="Location" value="My city" />
</f:function>
<xsl:template match="/">
我在 xslt 函数中的标记之前运行代码。
提前致谢
——马丁