| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 | 
							- <?xml version="1.0" encoding="ASCII"?>
 
- <!--This file was created automatically by html2xhtml-->
 
- <!--from the HTML stylesheets.-->
 
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="doc" version="1.0">
 
- <!-- ********************************************************************
 
-      $Id$
 
-      ********************************************************************
 
-      This file is part of the XSL DocBook Stylesheet distribution.
 
-      See ../README or http://docbook.sf.net/release/xsl/current/ for
 
-      copyright and other information.
 
-      ******************************************************************** -->
 
- <!-- ==================================================================== -->
 
- <xsl:template match="qandaset">
 
-   <xsl:variable name="title" select="(blockinfo/title|info/title|title)[1]"/>
 
-   <xsl:variable name="preamble" select="*[local-name(.) != 'title'                                           and local-name(.) != 'titleabbrev'                                           and local-name(.) != 'qandadiv'                                           and local-name(.) != 'qandaentry']"/>
 
-   <xsl:variable name="toc">
 
-     <xsl:call-template name="pi.dbhtml_toc"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="toc.params">
 
-     <xsl:call-template name="find.path.params">
 
-       <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
 
-     </xsl:call-template>
 
-   </xsl:variable>
 
-   <div>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <xsl:apply-templates select="$title"/>
 
-     <xsl:if test="((contains($toc.params, 'toc') and $toc != '0') or $toc = '1')                   and not(ancestor::answer and not($qanda.nested.in.toc=0))">
 
-       <xsl:call-template name="process.qanda.toc"/>
 
-     </xsl:if>
 
-     <xsl:apply-templates select="$preamble"/>
 
-     <xsl:call-template name="process.qandaset"/>
 
-   </div>
 
- </xsl:template>
 
- <xsl:template match="qandaset/blockinfo/title|                      qandaset/info/title|                      qandaset/title">
 
-   <xsl:variable name="qalevel">
 
-     <xsl:call-template name="qanda.section.level"/>
 
-   </xsl:variable>
 
-   <xsl:element name="h{string(number($qalevel)+1)}" namespace="http://www.w3.org/1999/xhtml">
 
-     <xsl:attribute name="class">
 
-       <xsl:value-of select="local-name(.)"/>
 
-     </xsl:attribute>
 
-     <xsl:call-template name="anchor">
 
-       <xsl:with-param name="node" select=".."/>
 
-       <xsl:with-param name="conditional" select="0"/>
 
-     </xsl:call-template>
 
-     <xsl:apply-templates/>
 
-   </xsl:element>
 
- </xsl:template>
 
- <xsl:template match="qandaset/blockinfo|qandaset/info">
 
-   <!-- what should this template really do? -->
 
-   <xsl:apply-templates select="legalnotice" mode="titlepage.mode"/>
 
- </xsl:template>
 
- <xsl:template match="qandadiv">
 
-   <xsl:variable name="preamble" select="*[local-name(.) != 'title'                                           and local-name(.) != 'titleabbrev'                                           and local-name(.) != 'qandadiv'                                           and local-name(.) != 'qandaentry']"/>
 
-   <xsl:if test="blockinfo/title|info/title|title">
 
-     <tr class="qandadiv">
 
-       <td align="left" valign="top" colspan="2">
 
-         <xsl:apply-templates select="(blockinfo/title|info/title|title)[1]"/>
 
-       </td>
 
-     </tr>
 
-   </xsl:if>
 
-   <xsl:variable name="toc">
 
-     <xsl:call-template name="pi.dbhtml_toc"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="toc.params">
 
-     <xsl:call-template name="find.path.params">
 
-       <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
 
-     </xsl:call-template>
 
-   </xsl:variable>
 
-   <xsl:if test="(contains($toc.params, 'toc') and $toc != '0') or $toc = '1'">
 
-     <tr class="toc">
 
-       <td align="left" valign="top" colspan="2">
 
-         <xsl:call-template name="process.qanda.toc"/>
 
-       </td>
 
-     </tr>
 
-   </xsl:if>
 
-   <xsl:if test="$preamble">
 
-     <tr class="toc">
 
-       <td align="left" valign="top" colspan="2">
 
-         <xsl:apply-templates select="$preamble"/>
 
-       </td>
 
-     </tr>
 
-   </xsl:if>
 
-   <xsl:apply-templates select="qandadiv|qandaentry"/>
 
- </xsl:template>
 
- <xsl:template match="qandadiv/blockinfo/title|                      qandadiv/info/title|                      qandadiv/title">
 
-   <xsl:variable name="qalevel">
 
-     <xsl:call-template name="qandadiv.section.level"/>
 
-   </xsl:variable>
 
-   <xsl:element name="h{string(number($qalevel)+1)}" namespace="http://www.w3.org/1999/xhtml">
 
-     <xsl:attribute name="class">
 
-       <xsl:value-of select="local-name(.)"/>
 
-     </xsl:attribute>
 
-     <xsl:call-template name="anchor">
 
-       <xsl:with-param name="node" select=".."/>
 
-       <xsl:with-param name="conditional" select="0"/>
 
-     </xsl:call-template>
 
-     <xsl:apply-templates select="parent::qandadiv" mode="label.markup"/>
 
-     <xsl:if test="$qandadiv.autolabel != 0">
 
-       <xsl:apply-templates select="." mode="intralabel.punctuation"/>
 
-       <xsl:text> </xsl:text>
 
-     </xsl:if>
 
-     <xsl:apply-templates/>
 
-   </xsl:element>
 
- </xsl:template>
 
- <xsl:template match="qandaentry">
 
-   <xsl:apply-templates/>
 
- </xsl:template>
 
- <xsl:template match="question">
 
-   <xsl:variable name="deflabel">
 
-     <xsl:choose>
 
-       <xsl:when test="ancestor-or-self::*[@defaultlabel]">
 
-         <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]                               /@defaultlabel"/>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
-         <xsl:value-of select="$qanda.defaultlabel"/>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
-   <tr>
 
-     <xsl:apply-templates select="." mode="class.attribute"/>
 
-     <td align="left" valign="top">
 
-       <xsl:call-template name="anchor">
 
-         <xsl:with-param name="node" select=".."/>
 
-         <xsl:with-param name="conditional" select="0"/>
 
-       </xsl:call-template>
 
-       <xsl:call-template name="anchor">
 
-         <xsl:with-param name="conditional" select="0"/>
 
-       </xsl:call-template>
 
-       <xsl:variable name="label.content">
 
-         <xsl:apply-templates select="." mode="label.markup"/>
 
-         <xsl:if test="$deflabel = 'number' and not(label)">
 
-           <xsl:apply-templates select="." mode="intralabel.punctuation"/>
 
-         </xsl:if>
 
-       </xsl:variable>
 
-       <xsl:if test="string-length($label.content) > 0">
 
-         <p><b>
 
-           <xsl:copy-of select="$label.content"/>
 
-         </b></p>
 
-       </xsl:if>
 
-     </td>
 
-     <td align="left" valign="top">
 
-       <xsl:choose>
 
-         <xsl:when test="$deflabel = 'none' and not(label)">
 
-           <b><xsl:apply-templates select="*[local-name(.) != 'label']"/></b>
 
-         </xsl:when>
 
-         <xsl:otherwise>
 
-           <xsl:apply-templates select="*[local-name(.) != 'label']"/>
 
-         </xsl:otherwise>
 
-       </xsl:choose>
 
-     </td>
 
-   </tr>
 
- </xsl:template>
 
- <xsl:template match="answer">
 
-   <xsl:variable name="deflabel">
 
-     <xsl:choose>
 
-       <xsl:when test="ancestor-or-self::*[@defaultlabel]">
 
-         <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]                               /@defaultlabel"/>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
-         <xsl:value-of select="$qanda.defaultlabel"/>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
-   <tr class="{local-name(.)}">
 
-     <td align="left" valign="top">
 
-       <xsl:call-template name="anchor"/>
 
-       <xsl:variable name="answer.label">
 
-         <xsl:apply-templates select="." mode="label.markup"/>
 
-       </xsl:variable>
 
-       <xsl:if test="string-length($answer.label) > 0">
 
-         <p><b>
 
-           <xsl:copy-of select="$answer.label"/>
 
-         </b></p>
 
-       </xsl:if>
 
-     </td>
 
-     <td align="left" valign="top">
 
-       <xsl:apply-templates select="*[local-name(.) != 'label'         and local-name(.) != 'qandaentry']"/>
 
-       <!-- * handle nested answer/qandaentry instances -->
 
-       <!-- * (bug 1509043 from Daniel Leidert) -->
 
-       <xsl:if test="descendant::question">
 
-         <xsl:call-template name="process.qandaset"/>
 
-       </xsl:if>
 
-     </td>
 
-   </tr>
 
- </xsl:template>
 
- <xsl:template match="label">
 
-   <xsl:apply-templates/>
 
- </xsl:template>
 
- <!-- ==================================================================== -->
 
- <xsl:template name="process.qanda.toc">
 
-   <!-- * if user wants nested qandaset and qandaentry in main Qandaset TOC, -->
 
-   <!-- * then don't also include the nested stuff in the sub TOCs -->
 
-   <dl>
 
-     <xsl:apply-templates select="qandadiv" mode="qandatoc.mode"/>
 
-     <xsl:apply-templates select="qandaset|qandaentry" mode="qandatoc.mode"/>
 
-   </dl>
 
- </xsl:template>
 
- <xsl:template match="qandadiv" mode="qandatoc.mode">
 
-   <dt><xsl:apply-templates select="title" mode="qandatoc.mode"/></dt>
 
-   <dd><xsl:call-template name="process.qanda.toc"/></dd>
 
- </xsl:template>
 
- <xsl:template match="qandadiv/blockinfo/title|                      qandadiv/info/title|                      qandadiv/title" mode="qandatoc.mode">
 
-   <xsl:variable name="qalevel">
 
-     <xsl:call-template name="qandadiv.section.level"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="id">
 
-     <xsl:call-template name="object.id">
 
-       <xsl:with-param name="object" select="parent::*"/>
 
-     </xsl:call-template>
 
-   </xsl:variable>
 
-   <xsl:apply-templates select="parent::qandadiv" mode="label.markup"/>
 
-   <xsl:value-of select="$autotoc.label.separator"/>
 
-   <xsl:text> </xsl:text>
 
-   <a>
 
-     <xsl:attribute name="href">
 
-       <xsl:call-template name="href.target">
 
-         <xsl:with-param name="object" select="parent::*"/>
 
-       </xsl:call-template>
 
-     </xsl:attribute>
 
-     <xsl:apply-templates/>
 
-   </a>
 
- </xsl:template>
 
- <xsl:template match="qandaset" mode="qandatoc.mode">
 
-   <xsl:for-each select="qandaentry">
 
-     <xsl:apply-templates select="." mode="qandatoc.mode"/>
 
-   </xsl:for-each>
 
- </xsl:template>
 
- <xsl:template match="qandaentry" mode="qandatoc.mode">
 
-   <xsl:apply-templates select="question" mode="qandatoc.mode"/>
 
- </xsl:template>
 
- <xsl:template match="question" mode="qandatoc.mode">
 
-   <xsl:variable name="firstch">
 
-     <xsl:apply-templates select="(*[local-name(.)!='label'])[1]"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="deflabel">
 
-     <xsl:choose>
 
-       <xsl:when test="ancestor-or-self::*[@defaultlabel]">
 
-         <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]                               /@defaultlabel"/>
 
-       </xsl:when>
 
-       <xsl:otherwise>
 
-         <xsl:value-of select="$qanda.defaultlabel"/>
 
-       </xsl:otherwise>
 
-     </xsl:choose>
 
-   </xsl:variable>
 
-   <dt>
 
-     <xsl:apply-templates select="." mode="label.markup"/>
 
-     <xsl:if test="$deflabel = 'number' and not(label)">
 
-       <xsl:apply-templates select="." mode="intralabel.punctuation"/>
 
-     </xsl:if>
 
-     <xsl:text> </xsl:text>
 
-     <a>
 
-       <xsl:attribute name="href">
 
-         <xsl:call-template name="href.target">
 
-           <xsl:with-param name="object" select=".."/>
 
-         </xsl:call-template>
 
-       </xsl:attribute>
 
-       <xsl:value-of select="$firstch"/>
 
-     </a>
 
-   </dt>
 
-   <!-- * include nested qandaset/qandaentry in TOC if user wants it -->
 
-   <xsl:if test="not($qanda.nested.in.toc = 0)">
 
-     <xsl:apply-templates select="following-sibling::answer" mode="qandatoc.mode"/>
 
-   </xsl:if>
 
- </xsl:template>
 
- <xsl:template match="answer" mode="qandatoc.mode">
 
-   <xsl:if test="descendant::question">
 
-     <dd>
 
-       <xsl:call-template name="process.qanda.toc"/>
 
-     </dd>
 
-   </xsl:if>
 
- </xsl:template>
 
- <!-- ==================================================================== -->
 
- <xsl:template name="process.qandaset">
 
-   <xsl:variable name="label-width">
 
-     <xsl:call-template name="pi.dbhtml_label-width"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="table-summary">
 
-     <xsl:call-template name="pi.dbhtml_table-summary"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="cellpadding">
 
-     <xsl:call-template name="pi.dbhtml_cellpadding"/>
 
-   </xsl:variable>
 
-   <xsl:variable name="cellspacing">
 
-     <xsl:call-template name="pi.dbhtml_cellspacing"/>
 
-   </xsl:variable>
 
-   <table border="0" summary="Q and A Set">
 
-     <xsl:if test="$table-summary != ''">
 
-       <xsl:attribute name="summary">
 
-         <xsl:value-of select="$table-summary"/>
 
-       </xsl:attribute>
 
-     </xsl:if>
 
-     <xsl:if test="$cellpadding != ''">
 
-       <xsl:attribute name="cellpadding">
 
-         <xsl:value-of select="$cellpadding"/>
 
-       </xsl:attribute>
 
-     </xsl:if>
 
-     <xsl:if test="$cellspacing != ''">
 
-       <xsl:attribute name="cellspacing">
 
-         <xsl:value-of select="$cellspacing"/>
 
-       </xsl:attribute>
 
-     </xsl:if>
 
-     <col align="left">
 
-       <xsl:attribute name="width">
 
-         <xsl:choose>
 
-           <xsl:when test="$label-width != ''">
 
-             <xsl:value-of select="$label-width"/>
 
-           </xsl:when>
 
-           <xsl:otherwise>1%</xsl:otherwise>
 
-         </xsl:choose>
 
-       </xsl:attribute>
 
-     </col>
 
-     <tbody>
 
-       <xsl:apply-templates select="qandaentry|qandadiv"/>
 
-     </tbody>
 
-   </table>
 
- </xsl:template>
 
- <!-- ==================================================================== -->
 
- <xsl:template match="*" mode="no.wrapper.mode">
 
-   <xsl:apply-templates/>
 
- </xsl:template>
 
- <!-- ==================================================================== -->
 
- </xsl:stylesheet>
 
 
  |