summaryrefslogtreecommitdiffstats
path: root/test/xml-mapped/nested-repeats-2/map.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml-mapped/nested-repeats-2/map.xml')
-rw-r--r--test/xml-mapped/nested-repeats-2/map.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/xml-mapped/nested-repeats-2/map.xml b/test/xml-mapped/nested-repeats-2/map.xml
new file mode 100644
index 0000000..3a03807
--- /dev/null
+++ b/test/xml-mapped/nested-repeats-2/map.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<map xmlns="http://gitorious.org/orcus/xml-map">
+ <sheet name="data"/>
+ <range row="0" column="0" sheet="data">
+ <field path="/osm/parent/@name"/>
+ <field path="/osm/parent/way/@id"/>
+ <field path="/osm/parent/way/nd/@ref"/>
+ <row-group path="/osm/parent"/>
+ <row-group path="/osm/parent/way"/>
+ <row-group path="/osm/parent/way/nd"/>
+ </range>
+</map>