summaryrefslogtreecommitdiff
path: root/test/testdocs/indexterm.005.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdocs/indexterm.005.xml')
-rw-r--r--test/testdocs/indexterm.005.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/testdocs/indexterm.005.xml b/test/testdocs/indexterm.005.xml
new file mode 100644
index 00000000..02c4f422
--- /dev/null
+++ b/test/testdocs/indexterm.005.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!ENTITY index SYSTEM '../indexterm.005.index.xml'>
+]>
+<article id="indexterm.005">
+<articleinfo>
+<title>Unit Test: indexterm.005</title>
+<releaseinfo role="CVS">$Id: indexterm.005.xml 5270 2005-10-13 01:11:51Z xmldoc $</releaseinfo>
+<author><firstname>Adam</firstname><surname>Di Carlo</surname>
+ <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+ <section id="sec1">
+ <title>Bizarre Indexterm Test</title>
+ <para>
+ This is first test paragraph.
+ <programlisting>#include &lt;stdio.h&gt;
+ </programlisting>
+ <indexterm>
+ <primary>&lt;stdio.h&gt;</primary>
+ </indexterm>
+ </para>
+ </section>
+
+ <index/>
+ <!-- * Note: To test DSSSL index support, comment out the <index/> above -->
+ <!-- * and uncomment the entity ref below -->
+ <!-- * -->
+ <!-- * &index; -->
+ <!-- * -->
+</article>