File: example.xml

package info (click to toggle)
libxml%2B%2B2.6 2.42.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,384 kB
  • sloc: cpp: 7,958; xml: 443; makefile: 231; python: 178; perl: 53; sh: 5
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE example PUBLIC "" "example.dtd">

<example>
  <examplechild id="1">
    <child_of_child/>
  </examplechild>
  <examplechild id="2">
    <child_of_child/>
  </examplechild>
</example>