File: map.xml

package info (click to toggle)
liborcus 0.20.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,644 kB
  • sloc: xml: 78,349; cpp: 74,365; sh: 4,626; makefile: 2,787; python: 2,614
file content (13 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<map xmlns="http://gitorious.org/orcus/xml-map">
    <ns alias="x" uri="http://namespace-1"/>
    <ns alias="y" uri="http://namespace-2"/>
    <ns alias="z" uri="http://namespace-3"/>
    <sheet name="data"/>
    <range row="2" column="0" sheet="data">
        <field path="/x:data/y:monthly/y:entries/y:entry/z:date"/>
        <field path="/x:data/y:monthly/y:entries/y:entry/z:category"/>
        <field path="/x:data/y:monthly/y:entries/y:entry/z:amount"/>
        <row-group path="/x:data/y:monthly/y:entries/y:entry"/>
    </range>
</map>