Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
47 lines
1.1 KiB
XML
47 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE article
|
|
PUBLIC "-//Norman Walsh//DTD Simplified DocBk XML V3.1.7.1//EN"
|
|
"../dtd/simple/3.1.7.1/sdocbook.dtd">
|
|
|
|
<!-- test document -->
|
|
|
|
<article><title>Article Test Document Title</title>
|
|
|
|
<para>
|
|
This is a <quote>short quote</quote>.
|
|
This is a <quote>Quotation with a <quote>nested quotation
|
|
containing a <quote>nested quotation and another <quote>nested
|
|
quotation</quote></quote></quote></quote>.
|
|
</para>
|
|
|
|
<figure id="testfig1"><title>Test Figure</title>
|
|
<programlisting>This is a
|
|
ProgramListing
|
|
</programlisting>
|
|
</figure>
|
|
|
|
<para>This para contains an xref to a figure: <xref linkend="testfig1"/>.
|
|
</para>
|
|
|
|
<figure id="testfig2"><title>Test Figure2</title>
|
|
<programlisting>A Second
|
|
Test Figure
|
|
</programlisting>
|
|
</figure>
|
|
|
|
<para>This para contains an <link linkend="testfig2">link</link> to a
|
|
figure. And an xref: <xref linkend="testfig2"/>.
|
|
</para>
|
|
|
|
<figure id="testfig3"><title>Test Figure</title>
|
|
<programlisting>This is a
|
|
ProgramListing
|
|
</programlisting>
|
|
</figure>
|
|
|
|
<para>This para contains an xref to a figure: <xref linkend="testfig3"/>.
|
|
</para>
|
|
|
|
</article>
|
|
|