File: city.xml

package info (click to toggle)
python-stetl 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 90,324 kB
  • sloc: python: 5,618; xml: 707; sql: 430; makefile: 154; sh: 71
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>