Skip to content

Commit

Permalink
12494: update all specs to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Oct 26, 2023
1 parent 936614a commit 0bc68f2
Show file tree
Hide file tree
Showing 26 changed files with 104 additions and 26 deletions.
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/allows_incomplete.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -8,6 +8,9 @@
<*itemcode1*/>
<ir01/>
<ir02/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/bilingual.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>Sample Form 1</h:title>
<model>
<instance>
<data id="*form1*" version="*formver1*">
<*itemcode1*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/conditional_logic.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -17,6 +17,9 @@
<*itemcode9*/>
<*itemcode10*/>
<*itemcode11*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode2*_level2">
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/default_patterns.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -17,6 +17,9 @@
<*itemcode5*_2/>
</*itemcode1*>
<*itemcode6*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode2*_level2">
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/dynamic_values.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>Dynamic answers for option sets</h:title>
<model>
Expand All @@ -11,6 +11,9 @@
<*itemcode3*/>
<*itemcode4*/>
</*itemcode2*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode1*_numeric_values">
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/empty_and_disabled.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -16,6 +16,9 @@
<*itemcode6* jr:template="">
<header/>
</*itemcode6*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/empty_and_hidden.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -22,6 +22,9 @@
<header/>
<*itemcode9*/>
</*itemcode8*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/grid_group_with_condition.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -13,6 +13,9 @@
<*itemcode4*/>
</*itemcode2*>
<*itemcode5*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/media_prompts.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -8,6 +8,9 @@
<*itemcode1*/>
<*itemcode2*/>
<*itemcode3*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/media_questions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -12,6 +12,9 @@
<*itemcode5*/>
<*itemcode6*/>
<*itemcode7*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/multi_screen_gridable.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -10,6 +10,9 @@
<*itemcode2*/>
<*itemcode3*/>
</*itemcode1*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/multi_screen_group.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -11,6 +11,9 @@
<*itemcode3*/>
<*itemcode4*/>
</*itemcode1*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -13,6 +13,9 @@
<*itemcode4*_2/>
<*itemcode5*/>
</*itemcode1*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode1*_level2">
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/nested_group_with_multilevel.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -17,6 +17,9 @@
</*itemcode4*>
<*itemcode7*/>
</*itemcode1*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode1*_level2">
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/nested_repeat_group.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -26,6 +26,9 @@
<*itemcode12*/>
<*itemcode13*/>
</*itemcode9*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/non_repeat_group_with_condition.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -12,6 +12,9 @@
<*itemcode4*/>
<*itemcode5*/>
</*itemcode2*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -13,6 +13,9 @@
<*itemcode4*_2/>
<*itemcode5*/>
</*itemcode1*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode1*_level2">
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/preload_last_saved.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -8,6 +8,9 @@
<*itemcode1*/>
<*itemcode2*/>
<*itemcode3*/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="last-saved" src="jr://instance/last-saved"/>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/repeat_group.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -21,6 +21,9 @@
<*itemcode9*/>
<*itemcode10*/>
</*itemcode8*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/repeat_group_count.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -22,6 +22,9 @@
<*itemcode10*/>
<*itemcode11*/>
</*itemcode9*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/repeat_group_count_nested.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -25,6 +25,9 @@
<*itemcode11*/>
<*itemcode12*/>
</*itemcode10*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -11,6 +11,9 @@
<*itemcode3*/>
<*itemcode4*/>
</*itemcode1*>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<itext>
Expand Down
5 changes: 4 additions & 1 deletion spec/fixtures/odk/forms/small_large_multilevel.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orx="https://openrosa.org/xforms">
<h:head>
<h:title>*formname1*</h:title>
<model>
Expand All @@ -10,6 +10,9 @@
<*itemcode2*_1/>
<*itemcode2*_2/>
<*itemcode2*_3/>
<orx:meta>
<orx:instanceID/>
</orx:meta>
</data>
</instance>
<instance id="*optsetcode1*_level2">
Expand Down
Loading

0 comments on commit 0bc68f2

Please sign in to comment.