diff options
Diffstat (limited to 'contrib/imagemap/testdoc.sgm')
-rw-r--r-- | contrib/imagemap/testdoc.sgm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/imagemap/testdoc.sgm b/contrib/imagemap/testdoc.sgm new file mode 100644 index 0000000..27a833b --- /dev/null +++ b/contrib/imagemap/testdoc.sgm @@ -0,0 +1,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> |