File: topic-like.dtd

package info (click to toggle)
xml-light 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: ml: 1,750; xml: 42; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
<!ELEMENT topic (title,body)>
<!ATTLIST topic
id NMTOKEN #REQUIRED>
<!ELEMENT title (#PCDATA)>
<!ELEMENT body (p)+>
<!ELEMENT p (#PCDATA|term)*>
<!ELEMENT term (#PCDATA)>