Home | History | Annotate | Download | only in tutorial
      1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>B.Sample Document</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="index.html" title="Libxml Tutorial"><link rel="up" href="index.html" title="Libxml Tutorial"><link rel="previous" href="apa.html" title="A.Compilation"><link rel="next" href="apc.html" title="C.Code for Keyword Example"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">B.Sample Document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apa.html">Prev</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="apc.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="sampledoc"></a>B.Sample Document</h2></div></div><div></div></div><pre class="programlisting">
      2 &lt;?xml version="1.0"?&gt;
      3 &lt;story&gt;
      4   &lt;storyinfo&gt;
      5     &lt;author&gt;John Fleck&lt;/author&gt;
      6     &lt;datewritten&gt;June 2, 2002&lt;/datewritten&gt;
      7     &lt;keyword&gt;example keyword&lt;/keyword&gt;
      8   &lt;/storyinfo&gt;
      9   &lt;body&gt;
     10     &lt;headline&gt;This is the headline&lt;/headline&gt;
     11     &lt;para&gt;This is the body text.&lt;/para&gt;
     12   &lt;/body&gt;
     13 &lt;/story&gt;
     14 </pre></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apa.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="apc.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">A.Compilation</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">C.Code for Keyword Example</td></tr></table></div></body></html>
     15