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 (12 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<map xmlns="http://gitorious.org/orcus/xml-map">
    <ns alias="x" uri="http://ns-1"/>
    <ns alias="y" uri="http://ns-2" default="true"/>
    <sheet name="data"/>
    <range row="1" column="1" sheet="data">
        <field path="/x:data/entries/entry/@date-received"/>
        <field path="/x:data/entries/entry/@date-processed"/>
        <field path="/x:data/entries/entry/@received-by"/>
        <row-group path="/x:data/entries/entry"/>
    </range>
</map>