Re: [Xsltforms-support] add attribute to instance element by selectingattribute name from list
Brought to you by:
alain-couthures
|
From: Klotz, L. <Lei...@xe...> - 2010-02-24 19:44:41
|
We documented how to do it in the XForms 1.1 as it's possible but not obvious. In the XForms 1.1 I don't know if XSLTForms implements the feature, but here's the magic: http://www.w3.org/TR/xforms11/#data-mutation-patterns-set-attribute Leigh. ________________________________ From: Christian Meisenbichler [mailto:ch...@gm...] Sent: Wednesday, February 24, 2010 8:06 AM To: xsl...@li... Subject: [Xsltforms-support] add attribute to instance element by selectingattribute name from list Dear XSLTforms Mailing List, Hi I am new to the xforms, but very fascinated. I have an exist db application that renders a form from a XML Schema. I have inputs and bindings for all possible inputs. meaning I can display the content of the instance completely in the form. I would like to have a way to insert new attributes from a list to the instance. I need a select widget that allows me to select a attribute to add, and allows for adding it to the instance. The input for that attribute should then appear in the list. Maybe you can throw some hints and starting points to me. Thank you very much |