File: book.sgm

package info (click to toggle)
php-doc 20081024-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 57,752 kB
  • ctags: 3,858
  • sloc: xml: 686,554; php: 19,446; perl: 610; cpp: 500; makefile: 336; sh: 114; awk: 28
file content (13 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE book SYSTEM "subdoc.dtd" [
<!ENTITY subdoc1 SYSTEM "subdoc1.sgm" NDATA SGML>
<!ENTITY subdoc2 SYSTEM "subdoc2.sgm" NDATA SGML>
]>
<book><title>Book Title</title>
<chapter><title>Chapter Title</title>
<para>
This is a test.
</para>
<subdocsection subdoc=subdoc1>
<subdocsection subdoc=subdoc2>
</chapter>
</book>