File: multi-parser-run.dtd

package info (click to toggle)
flexml 1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 640 kB
  • ctags: 225
  • sloc: perl: 1,304; makefile: 261; xml: 188; ansic: 117
file content (7 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
<!ELEMENT foo (bar)*>
<!ATTLIST foo name CDATA #REQUIRED>
<!ATTLIST foo toz CDATA "0.0">
<!ATTLIST foo gaz CDATA "0.0">

<!ELEMENT bar EMPTY>
<!ATTLIST bar name CDATA #REQUIRED>