File: city.xml

package info (click to toggle)
python-stetl 1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 89,988 kB
  • sloc: python: 5,007; xml: 707; sql: 430; makefile: 155; sh: 50
file content (8 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
<?xml version='1.0' encoding='utf-8'?>
<!-- A very basic template, to be substituted by values from csv. -->
<city>
    <name>amsterdam</name>
    <lat>52.4</lat> <!-- either $ or ${}  allowed (we're escaping here) -->
    <lon>4.9</lon>
    <desc>The city of amsterdam is at location 4.9, 52.4</desc>
</city>