File: nested.xml

package info (click to toggle)
libxml-struct-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 600; xml: 17; sh: 6; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<nested>
  <items>
    <a>X</a>
  </items>
  <foo><bar/></foo>
  <items>
    <b x="42"/>
    <a>Y</a>
  </items>
</nested>