File: ibm76i01.xml

package info (click to toggle)
haskell-xmlhtml 0.2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,808 kB
  • sloc: xml: 8,109; haskell: 5,279; sh: 43; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (31)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<!DOCTYPE root 
[
<!ELEMENT root (#PCDATA)>
<!ATTLIST root att CDATA #IMPLIED>

<!ENTITY % pe1 '<!ATTLIST root att2 CDATA "&ge1;">'>
<!ENTITY ge1 "attdefaultvalue" >
%pe1;

<!--* notation JPGformat not declared *-->
<!ENTITY ge2  SYSTEM "image.jpg" NDATA JPGformat>

]>
<root att2="any" />
<!-- a invalid test case: test P76 VC: Notation Declared -->