File: complex_pe.xml

package info (click to toggle)
libnanoxml2-java 2.2.3.dfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 988 kB
  • sloc: java: 5,085; xml: 150; makefile: 86; sh: 59
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0'?>
<!DOCTYPE test [
	<!ELEMENT test (#PCDATA)>
	<!ENTITY % xx '&#37;zz;'>
	<!ENTITY % zz '&#60;!ENTITY tricky "error-prone" >' >
	%xx;
	<!ENTITY % Boolean '(True|False)'>
	<!ATTLIST test foo %Boolean; 'True'>
]>

<test>This sample shows a &tricky; method.</test>