File: test.dtd

package info (click to toggle)
flexml 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 640 kB
  • sloc: perl: 1,305; makefile: 260; xml: 188; ansic: 117
file content (3 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (10)
1
2
3
<!ENTITY % Test SYSTEM "test.ent">
<!ELEMENT top (bot,bot)>%Test;<!ELEMENT bot (#PCDATA)>
<!--The end.-->