altoslib: Don't record 'pad' state in FlightSeries
[fw/altos] / doc / am-html.xsl
1 <!--
2   Generates single XHTML document from DocBook XML source using DocBook XSL
3   stylesheets.
4
5   NOTE: The URL reference to the current DocBook XSL stylesheets is
6   rewritten to point to the copy on the local disk drive by the XML catalog
7   rewrite directives so it doesn't need to go out to the Internet for the
8   stylesheets. This means you don't need to edit the <xsl:import> elements on
9   a machine by machine basis.
10 -->
11 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
12 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
13 <xsl:import href="common.xsl"/>
14 </xsl:stylesheet>