<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://www.w3.org/1999/xhtml">
   <head>
      <title>Get real 2: docbook</title><style type="text/css">
      math { font-size: 30pt }
      mi { color: red }
    </style><link href="./w3ctalk-640w.css" rel="stylesheet" type="text/css" title="640w" />
      <link href="./w3ctalk-640.css" rel="alternate stylesheet" type="text/css" title="640" />
      <link href="./w3ctalk-800w.css" rel="alternate stylesheet" type="text/css" title="800w" />
      <link href="./w3ctalk-800.css" rel="alternate stylesheet" type="text/css" title="800" />
      <link href="./w3ctalk-1024w.css" rel="alternate stylesheet" type="text/css" title="1024w" />
      <link href="./w3ctalk-1024.css" rel="alternate stylesheet" type="text/css" title="1024" />
      <link rel="next" href="slide16.xml" title="Next" />
      <link rel="previous" href="slide14.xml" title="Previous" />
      <link rel="contents" href="Overview.xml" title="Contents" />
      <link rel="up" href="Overview.xml" title="Up" />
   </head>
   <body><a href="http://www.w3.org/"><img src="./w3c_home.gif" alt="W3C  " /></a><h1 class="slide">
         <h2>Get real 2: docbook</h2>
      </h1>
      <hr class="top" />
      <div>
         <p><a href="http://www.docbook.org">docbook</a> is probably the most
            widely used XML Document Management system
         </p>
         <ul>
            
            <li>One source DTD. Example instance:
               <pre>&lt;!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN"&gt;
&lt;book&gt;
&lt;bookinfo&gt;
  &lt;title&gt;My First Book&lt;/title&gt;
  &lt;author&gt;&lt;firstname&gt;Jane&lt;/firstname&gt;&lt;surname&gt;Doe&lt;/surname&gt;&lt;/author&gt;
  &lt;copyright&gt;&lt;year&gt;1998&lt;/year&gt;&lt;holder&gt;Jane Doe&lt;/holder&gt;&lt;/copyright&gt;
&lt;/bookinfo&gt;
&lt;preface&gt;&lt;title&gt;Foreword&lt;/title&gt; ... &lt;/preface&gt;
&lt;chapter&gt; ... &lt;/chapter&gt;
&lt;chapter&gt; ... &lt;/chapter&gt;
&lt;chapter&gt; ... &lt;/chapter&gt;
&lt;appendix&gt; ... &lt;/appendix&gt;
&lt;appendix&gt; ... &lt;/appendix&gt;
&lt;index&gt; ... &lt;/index&gt;
&lt;/book&gt;</pre>
               </li>
            
            <li>Many XSLT stylesheets for:
               
               <ul>
                  
                  <li>Formatting for print publication (heavily used by O'reily publishers): PS, PDF output</li>
                  
                  <li>Formatting for Web sites: HTML, XHTML</li>
                  
                  <li>Formatting for computer documentation (GNOME, FreeBSD, PHP, etc.)</li>
                  
                  <li>Formatting slides</li>
                  
                  <li>Documenting code</li>
                  
                  <li>Formal specifications</li>
                  
                  <li>Theses/dissertations</li>
                  
                  <li>and so on...</li>
                  
               </ul>
               
            </li>
            
         </ul>
      </div>
      <hr class="bottom" />
      <table class="navbar" cellspacing="0" cellpadding="0" width="97%" summary="footer">
         <tr valign="bottom">
            <td>
               <p class="author">Max Froumentin, W3C</p>
            </td>
            <td>
               <p class="index">15 of 23</p>
            </td>
            <td valign="top">
               <div><a rel="previous" href="slide14.xml" accesskey="P"><img src="./left.gif" width="32" height="32" alt=" previous" title="Back to &#34;Get Real&#34;" /></a><a rel="contents" href="Overview.xml" accesskey="C"><img src="./toc.png" width="32" height="32" alt=" contents" title="Table of Contents" /></a><a rel="next" href="slide16.xml" accesskey="N"><img src="./right.gif" width="32" height="32" alt=" next" title="On to &#34;XSLT in your browser&#34;" /></a></div>
            </td>
         </tr>
      </table>
   </body>
</html>