File: 2.xml

package info (click to toggle)
haskell-xmlgen 0.6.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 120 kB
  • sloc: haskell: 578; xml: 38; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (5)
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>