diff options
Diffstat (limited to 'test/xml-mapped/nested-repeats/map.xml')
-rw-r--r-- | test/xml-mapped/nested-repeats/map.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/xml-mapped/nested-repeats/map.xml b/test/xml-mapped/nested-repeats/map.xml new file mode 100644 index 0000000..60b1743 --- /dev/null +++ b/test/xml-mapped/nested-repeats/map.xml @@ -0,0 +1,10 @@ +<?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/way/@id"/> + <field path="/osm/way/nd/@ref"/> + <row-group path="/osm/way"/> + <row-group path="/osm/way/nd"/> + </range> +</map> |