Xform features supported by JavaRosa

This is not a complete list yet

Just looking at the class that parses the xforms (org.javarosa.clforms.xml.XMLUtil.java) it curretnly supports the following tags for different elements:

  • bind
    • id
    • nodeset
    • relevant
    • required
    • type
  • input
    • ref
    • bind
    • relevant
  • select1
    • ref
    • bind
  • select
    • ref
    • bind
  • textbox
    • ref
    • bind
    • relevant

Special Tags