File: example.xml

package info (click to toggle)
anymarkup-core 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: python: 730; xml: 12; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<foo>
    <bar>ěšč</bar>
    <spam>1</spam>
    <baz>1.1</baz>
    <blah>
        <blahblah>True</blahblah>
        <blahblah>text4</blahblah>
        <nothing/>
    </blah>
</foo>