-
Notifications
You must be signed in to change notification settings - Fork 14
SkeletonSuite
Simon Kelly edited this page Feb 5, 2015
·
1 revision
<suite version="1">
<!-- Parse and cache the XForm -->
<xform>
<resource id="demo_form" version="1">
<location authority="local">./demo_form.xml</location>
<location authority="remote">./demo_form.xml</location>
</resource>
</xform>
<!-- Read and locally store the translation strings-->
<locale language="default">
<resource id="default_strings" version="1">
<location authority="local">./messages_cc_default.txt</location>
<location authority="remote">./messages_cc_default.txt</location>
</resource>
</locale>
<entry>
<!-- the 'form' field identifies xforms by their xmlns -->
<form>http://dev.commcarehq.org/test/demo</form>
<command id="demo-xform">
<text>Demo Xform</text>
</command>
</entry>
<menu id="root">
<text>Demo Xform</text>
<command id="demo-xform"/>
</menu>
</suite>