diff options
Diffstat (limited to 'test/xml-mapped/attribute-single-element-2/map.xml')
-rw-r--r-- | test/xml-mapped/attribute-single-element-2/map.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/xml-mapped/attribute-single-element-2/map.xml b/test/xml-mapped/attribute-single-element-2/map.xml new file mode 100644 index 0000000..0ba42ff --- /dev/null +++ b/test/xml-mapped/attribute-single-element-2/map.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<map xmlns="http://gitorious.org/orcus/xml-map"> + <sheet name="data"/> + <cell path="/root-only/@version" row="2" column="3" sheet="data"/> + <cell path="/root-only/@date" row="2" column="4" sheet="data"/> +</map> |