File: foo.dtd

package info (click to toggle)
libxml-parser-perl 2.34-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 804 kB
  • ctags: 150
  • sloc: xml: 3,937; perl: 1,478; makefile: 47; ansic: 27
file content (20 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml encoding="x-sjis-unicode"?>
<!ENTITY joy "D">

<!ATTLIST foo zz CDATA 'here'>

<!ENTITY % bar 'IGNORE'>
<!ENTITY % foo 'IGNORE'>

<!ENTITY more SYSTEM 'ext2.ent'>

<!ENTITY % ext SYSTEM 'ext.ent'>
%ext;

<![%bar;[
<!ATTLIST bar xyz (a|b|c) 'b'>
]]>

<![%foo;[
<!ATTLIST foo top CDATA "hello">
]]>