File: test.dtd

package info (click to toggle)
libxml-validate-perl 1.025-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 839; xml: 119; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<!ELEMENT plants (plant)*>
<!ELEMENT plant (flower, name)>
<!ELEMENT flower (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ATTLIST flower colour CDATA #IMPLIED>