File: ids.xml

package info (click to toggle)
rust-libxml 0.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: xml: 239; ansic: 45; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<document>
  <test>
    <empty/>
  </test>
  <test>
    <p xml:id="start">Hello</p>
    <deeper>
      <p xml:id="mid"> </p>
    </deeper>
    <deeper>
      <still>
        <p xml:id="end">World!</p>
      </still>
    </deeper>
  </test>
</document>