File: sample100.xml

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (19 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE x:a [
<!ELEMENT x:a ANY>
<!ATTLIST x:a q CDATA #IMPLIED>
<!ATTLIST x:a x:r CDATA #IMPLIED>
<!ELEMENT y:a ANY>
]>

<x:a xmlns:x="http://www.ocaml-programming.de/pxp" q="1">
  xy
  <y:a xmlns:y="http://www.ocaml-programming.de/pxp/2">123</y:a>
  <a xmlns="http://www.ocaml-programming.de/pxp">
    abc
    <a xmlns="http://www.ocaml-programming.de/pxp/2">345</a>
    <a>def</a>
    <a xmlns:z="http://www.ocaml-programming.de/pxp" z:r="1">mno</a>
  </a>
</x:a>