File: map.xml

package info (click to toggle)
liborcus 0.20.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,872 kB
  • sloc: xml: 78,842; cpp: 75,171; sh: 4,626; makefile: 2,838; python: 2,614
file content (13 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (6)
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>