summaryrefslogtreecommitdiff
path: root/test/testdocs/inline.002.xml
blob: bdccac46a61a9a8f0eb24856cc72b07c6c59f5d3 (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
27
28
29
<?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 id="article">
  <articleinfo>
    <title>Unit Test: inline.002.xml</title>
    <releaseinfo role="CVS">$Id: inline.002.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
    <author><firstname>Michael</firstname><surname>Smith</surname>
    <affiliation><address><email>smith@sideshowbarker.net</email></address></affiliation>
    </author>
  </articleinfo>

  <para>This article tests <sgmltag>userinput</sgmltag> and
  <sgmltag>computeroutput</sgmltag> and maybe eventually some of the
  other "computer" inlines whose HTML renderings people like to argue
  about.</para>

  <section><title>Computer stuff</title>

  <para>Sometimes when you are working at a computer, things will go
  sorta like the following. You type in something:
  <literallayout><userinput><command>tail</command>&#xa0;<option>-f</option>&#xa0;<filename>mta.log</filename></userinput></literallayout>
  And then the computer outputs something like:
  <literallayout><computeroutput>stuff here
then more stuff here
and further stuff here</computeroutput></literallayout></para>
  </section>

</article>