File: 2.xml

package info (click to toggle)
haskell-xmlgen 0.6.2.2-7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 578; xml: 38; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<foo key="value" key2="value2">
  <bar/>
  <spam key="value"/>
  <egg>ham</egg>
  <foo:bar xmlns:foo="http://www.example.com"/>
  <foo:spam xmlns:foo="http://www.example.com" foo:key="value"/>
  <foo:egg xmlns:foo="http://www.example.com">
    <ham/>
  </foo:egg>
</foo>