I asked this on the XSLTForms list, but it’s worth casting a wider net.
Say I have an XML instance like this:
<root>
<format>xml</format>
</root>
Possible values for the format element are “xml”, “text”, “binary”, or a default setting, indicated by a complete absence of the <format> element. I’d like this to attach to a select1 with four choices:
<xf:select1 ref=”format”>…
* [...]
schema
XForms: binding to an optional element
Submitted by administrator on Wed, 01/20/2010 - 08:06.XSLTForms beta
Submitted by administrator on Wed, 02/04/2009 - 07:54.XSLTForms, the cross-browser XForms engine (written about previously) that makes ingenious use of built-in XSLT processing, reached an important milestone today, with a beta release. Tons of bug fixes and additional support for CSS and Schema.
If you’re thinking about getting involved with XForms and are looking for something small and approachable, give it a look. [...]
