[Xsltforms-support] Repeat/Insert with context and origin attributes not working
Brought to you by:
alain-couthures
From: Elias M. <eli...@gm...> - 2013-01-09 21:32:11
|
Hi. I'm trying to use the "context" and "origin" attributes with xf:insert to insert blank records. I have an instance with the fields I need to display empty. The insert statement is: <xf:insert context="instance('sd-model_substance')" nodeset="hl7v3:component3" at="last()" position="after" origin="instance('sd-model_substance_empty')/component3"/> It does work but it seems to be inserting a row that is the same as the last on in the model used to capture the data, not the empty one referred to by the "origin" attribute. Any ideas? Thanks. Elias |