To do this, you will need some code that looks (something) like this:
<xf:trigger id="add-xml-fragment">
<xf:label>Add an XML fragment</xf:label>
<xf:action ev:event="DOMActivate">
<xf:insert origin="instance('your-storage-instance')//your/xpath/expression" context="instance('the-main-instance')//your/xpath/expression" />
</xf:action>
</xf:trigger>
Thanks once again to the Orbeon forums (http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html) for helping me out once again with this one!
Hope this info helps someone else.
0 comments:
Post a Comment