File: testdoc.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 (29 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<chapter>
<?dbhtml filename="index.html">
<title>Test Chapter</title>

<para>First para</para>

<graphicco>
<areaspec id="clientsidemap">
   <area id="foo" otherunits="rect" coords="8,13,141,37" label="http://nwalsh.com/">
   <area id="bar" otherunits="rect" COORDS="165,16,282,37" linkends="sfoo">
   <area id="baz" otherunits="rect" COORDS="13,55,276,81" label="http://www.oasis-open.org/docbook/">
</areaspec>
<graphic fileref="testimg.jpg"></graphic>
</graphicco>

<para>Second para</para>

<sect1><title>test1</title>
<para>test1</para>
</sect1>
<sect1 id=sfoo><title>test2</title>
<para>test2</para>
</sect1>
<sect1 id=sbar><title>test3</title>
<para>test3</para>
</sect1>

</chapter>