summaryrefslogtreecommitdiff
path: root/test/testdocs/emphasis.001.xml
blob: 3939e45c8a7da048d3479e81f6ef967c07f4628f (plain)
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
<?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">
<article>
<articleinfo>
<title>Unit Test: emphasis.001</title>
<releaseinfo role="CVS">$Id: emphasis.001.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>

<para>This is <emphasis>emphasis</emphasis>.</para>

<para>Should these variants, with role, be supported?</para>

<para>This is <emphasis role="bold">bold emphasis</emphasis>.</para>

<para>This is <emphasis role="strikethrough">strikethrough emphasis</emphasis>.</para>

<para>This is <emphasis role="underline">underline emphasis</emphasis>.</para>

<para>This is <emphasis>nested <emphasis>emphasis</emphasis> inside
emphasis</emphasis>.</para>

</article>