|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Inserting attributes from one instance to anotherI'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 |
||||||||||
|
|
Re: Inserting attributes from one instance to anotherDo you have an extra blank in your context xpath or is that just a cut&paste issue? Charlie Wiecha
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 |
||||||||||
|
|
Re: Inserting attributes from one instance to anotherSorry, that is just a cut and past issue. This code works in Orbeon, and I believe it used to work with the firefox extension, but I'm not sure when it stopped working.
-Winon On Fri, Oct 23, 2009 at 8:55 AM, Charles F Wiecha <wiecha@...> wrote:
|
||||||||||
|
|
Re: Inserting attributes from one instance to anotherIt seems like a bug in our code. At least I could recreate your issue
with a testcase that I think is valid (fails in our code, works in Orbeon). I opened a bug on it -> https://bugzilla.mozilla.org/show_bug.cgi?id=524164 --Aaron Winona Salesky wrote: > Sorry, that is just a cut and past issue. This code works in Orbeon, and > I believe it used to work with the firefox extension, but I'm not sure > when it stopped working. > -Winon > > On Fri, Oct 23, 2009 at 8:55 AM, Charles F Wiecha <wiecha@... > <mailto:wiecha@...>> wrote: > > Do you have an extra blank in your context xpath or is that just a > cut&paste issue? Charlie Wiecha > > > Inactive hide details for Winona Salesky ---10/23/2009 08:11:13 > AM---I've been using the firefox extntion for a while and you Winona > Salesky ---10/23/2009 08:11:13 AM---I've been using the firefox > extntion for a while and you used to be able to insert attributes from > > > From: > Winona Salesky <wsalesky@... <mailto:wsalesky@...>> > > To: > www-forms@... <mailto:www-forms@...> > > Date: > 10/23/2009 08:11 AM > > Subject: > Inserting attributes from one instance to another > > Sent by: > www-forms-request@... <mailto:www-forms-request@...> > > ------------------------------------------------------------------------ > > > > 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 > > |
||||||||||
|
|
Re: Inserting attributes from one instance to anotherHi Winona, FWIW, in answer to the question "is this supported", your syntax does follow the pattern described in appendix B.4: http://www.w3.org/TR/xforms11/#data-mutation-patterns-set-attribute Cheers, John M. Boyer, Ph.D. STSM, Interactive Documents and Web 2.0 Applications Chair, W3C Forms Working Group Workplace, Portal and Collaboration Software IBM Victoria Software Lab E-Mail: boyerj@... Blog: http://www.ibm.com/developerworks/blogs/page/JohnBoyer Blog RSS feed: http://www.ibm.com/developerworks/blogs/rss/JohnBoyer?flavor=rssdw
It seems like a bug in our code. At least I could recreate your issue with a testcase that I think is valid (fails in our code, works in Orbeon). I opened a bug on it -> https://bugzilla.mozilla.org/show_bug.cgi?id=524164 --Aaron Winona Salesky wrote: > Sorry, that is just a cut and past issue. This code works in Orbeon, and > I believe it used to work with the firefox extension, but I'm not sure > when it stopped working. > -Winon > > On Fri, Oct 23, 2009 at 8:55 AM, Charles F Wiecha <wiecha@... > <mailto:wiecha@...>> wrote: > > Do you have an extra blank in your context xpath or is that just a > cut&paste issue? Charlie Wiecha > > > Inactive hide details for Winona Salesky ---10/23/2009 08:11:13 > AM---I've been using the firefox extntion for a while and you Winona > Salesky ---10/23/2009 08:11:13 AM---I've been using the firefox > extntion for a while and you used to be able to insert attributes from > > > From: > Winona Salesky <wsalesky@... <mailto:wsalesky@...>> > > To: > www-forms@... <www-forms@...> > > Date: > 10/23/2009 08:11 AM > > Subject: > Inserting attributes from one instance to another > > Sent by: > www-forms-request@... <www-forms-request@...> > > ------------------------------------------------------------------------ > > > > 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 > > |
||||||||||
|
|
Re: Inserting attributes from one instance to anotherThanks for the update.
-Winona On Fri, Oct 23, 2009 at 2:49 PM, John Boyer <boyerj@...> wrote:
|
| Free embeddable forum powered by Nabble | Forum Help |