File: simple.xml

package info (click to toggle)
libgraph-readwrite-perl 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 1,853; xml: 14; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<graph>
  <node id="a" />
  <node id="b" />
  <node id="c" />
  <node id="d" />
  <node id="e" />
  <edge from="a" to="b" />
  <edge from="a" to="c" />
  <edge from="b" to="c" />
  <edge from="b" to="d" />
  <edge from="c" to="d" />
  <edge from="c" to="e" />
  <edge from="e" to="e" />
</graph>