2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5 <xsl:import href="tabular.xsl"/>
7 <xsl:output method="xml"
10 doctype-public="-//Norman Walsh//DTD DocBook OLink Summary V2.0//EN"
11 doctype-system="http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd"/>
14 <!-- Used only when processing autolayout.xml -->
15 <xsl:template match="/">
16 <xsl:apply-templates mode="collect.targets"/>
19 <xsl:template match="*"/>
21 <xsl:template match="autolayout" mode="collect.targets">
23 <xsl:apply-templates mode="olink.mode"/>