File: test.dtd

package info (click to toggle)
flexml 1.9.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: perl: 1,304; makefile: 264; 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.-->