view doc/wiki2docbook/html2db/index.html @ 1773:2ae81598b254

scripts for converting wiki documentation to docbook
author nadvornik
date Sun, 22 Nov 2009 09:12:22 +0000
parents
children
line wrap: on
line source

<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>html2db.xsl</title><meta content="DocBook XSL Stylesheets V1.65.1" name="generator"><link rel="home" href="index.html" title="html2db.xsl"><link rel="next" href="ar01s02.html" title="Features"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">html2db.xsl</th></tr><tr><td align="left" width="20%">&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ar01s02.html">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N10001"></a>html2db.xsl</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Oliver</span> <span class="surname">Steele</span></h3></div></div><div><div class="revhistory"><table summary="Revision history" width="100%" border="1"><tr><th colspan="2" valign="top" align="left"><b>Revision History</b></th></tr><tr><td align="left">Revision 1</td><td align="left">2004-07-30</td></tr><tr><td align="left">Revision 1.0.1</td><td align="left">2004-08-01</td></tr><tr><td colspan="2" align="left"><p>Editorial changes to the
      readme.</p></td></tr></table></div></div></div><div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="index.html#N10020">Overview</a></span></dt><dt><span class="section"><a href="ar01s02.html">Features</a></span></dt><dt><span class="section"><a href="ar01s03.html">Requirements</a></span></dt><dt><span class="section"><a href="ar01s04.html">License</a></span></dt><dt><span class="section"><a href="ar01s05.html">Installation</a></span></dt><dt><span class="section"><a href="ar01s06.html">Usage</a></span></dt><dt><span class="section"><a href="ar01s07.html">Specification</a></span></dt><dd><dl><dt><span class="section"><a href="ar01s07.html#N100DF">XHTML Elements</a></span></dt><dt><span class="section"><a href="ar01s07.html#N1017E">Links</a></span></dt><dt><span class="section"><a href="ar01s07.html#tables">Tables</a></span></dt><dt><span class="section"><a href="ar01s07.html#implicit-blocks">Implicit Blocks</a></span></dt><dt><span class="section"><a href="ar01s07.html#docbook-elements">Docbook Elements</a></span></dt><dt><span class="section"><a href="ar01s07.html#N10275">Output Processing Instructions</a></span></dt></dl></dd><dt><span class="section"><a href="ar01s08.html">Customization</a></span></dt><dd><dl><dt><span class="section"><a href="ar01s08.html#N102C9">XSLT Parameters</a></span></dt><dt><span class="section"><a href="ar01s08.html#processing-instructions">Processing instructions</a></span></dt><dt><span class="section"><a href="ar01s08.html#embedding">Overriding the built-in templates</a></span></dt></dl></dd><dt><span class="section"><a href="ar01s09.html">FAQ</a></span></dt><dd><dl><dt><span class="section"><a href="ar01s09.html#N1037C">Why generate Docbook?</a></span></dt><dt><span class="section"><a href="ar01s09.html#N1039D">Why write in XHTML?</a></span></dt><dt><span class="section"><a href="ar01s09.html#N103AF">Why not use an existing convertor?</a></span></dt><dt><span class="section"><a href="ar01s09.html#N103D8">I got this error.  What does it mean?</a></span></dt></dl></dd><dt><span class="section"><a href="ar01s10.html">Implementation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="ar01s10.html#N10418">Bugs</a></span></dt><dt><span class="section"><a href="ar01s10.html#N1042F">Limitations</a></span></dt><dt><span class="section"><a href="ar01s10.html#N1045A">Wishlist</a></span></dt><dt><span class="section"><a href="ar01s10.html#N1049D">Design Notes</a></span></dt><dt><span class="section"><a href="ar01s10.html#N104C3">History</a></span></dt><dt><span class="section"><a href="ar01s10.html#N104DE">Credits</a></span></dt></dl></dd></dl></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N10020"></a>Overview</h2></div></div><div></div></div><p><tt class="literal">html2db.xsl</tt> converts an XHTML source document into a Docbook output
document.  It provides features for customizing the generation of the
output, so that the output can be tuned by annotating
the source, rather than hand-editing the output.  This makes it useful
in a processing pipeline where the source documents are maintained in
HTML, although it can be used as a one-time conversion tool
too.</p><p>This document is an example of <tt class="literal">html2db.xsl</tt> used in conjunction with
the Docbook XSL stylesheets.  The <a href="index.src.html" target="_top">source
file</a> is an XHTML file with some embedded Docbook elements and
processing instructions.  <tt class="literal">html2db.xsl</tt> compiles it into a <a href="index.xml" target="_top">Docbook document</a>, which can be used to generate
this output file (which includes a Table of Contents), a <a href="docs/index.html" target="_top">chunked HTML file</a>, a <a href="html2db.pdf" target="_top">PDF</a>, or other formats.</p><p></p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%">&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ar01s02.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%">&nbsp;</td><td valign="top" align="right" width="40%">&nbsp;Features</td></tr></table></div></body></html>