- From: Winona Salesky <wsalesky@gmail.com>
- Date: Thu, 22 Oct 2009 22:03:49 -0400
- To: www-forms@w3.org
Received on Friday, 23 October 2009 12:08:16 UTC
I've been using the firefox extntion for a while and you used to be able to
insert attributes from one instance to another using the following syntax:
<xforms:trigger appearance="minimal" ref="self::node()[not(@type)]">
<xforms:label>Add type</xforms:label>
<xforms:insert ev:event="DOMActivate"
context="instance('metadata')//mods:mods/
mods:titleInfo[index('titleInfo')]"
origin="instance('template')/mods:titleInfo/@type"/>
</xforms:trigger>
This does not appear to work anymore, is my syntax wrong, or is this no
longer supported?
Thanks.
-Winona
Received on Friday, 23 October 2009 12:08:16 UTC