diff options
Diffstat (limited to 'test/xml-mapped/custom-labels/map.xml')
-rw-r--r-- | test/xml-mapped/custom-labels/map.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/xml-mapped/custom-labels/map.xml b/test/xml-mapped/custom-labels/map.xml new file mode 100644 index 0000000..0a7b64e --- /dev/null +++ b/test/xml-mapped/custom-labels/map.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<map xmlns="https://gitlab.com/orcus/orcus"> + <sheet name="data"/> + <cell path="/data/label" row="0" column="0" sheet="data"/> + <cell path="/data/header/title" row="1" column="0" sheet="data"/> + <cell path="/data/footer/date" row="1" column="2" sheet="data"/> + <range row="3" column="0" sheet="data"> + <field path="/data/entries/entry/id" label="ID"/> + <field path="/data/entries/entry/name/first" label="First Name"/> + <field path="/data/entries/entry/name/last" label="Last Name"/> + <field path="/data/entries/entry/score" label="Test Score"/> + <row-group path="/data/entries/entry"/> + </range> +</map> |