/[gentoo]/xml/htdocs/xsl/handbook.xsl
Gentoo

Diff of /xml/htdocs/xsl/handbook.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 Revision 1.4
196<!-- Content of /book/chapter/section --> 196<!-- Content of /book/chapter/section -->
197<xsl:template name="bookchaptersectioncontent"> 197<xsl:template name="bookchaptersectioncontent">
198 <xsl:call-template name="menubar" /> 198 <xsl:call-template name="menubar" />
199 <h1><xsl:number level="multiple" format="1. " select="position()"/><xsl:value-of select="title" /></h1> 199 <h1><xsl:number level="multiple" format="1. " select="position()"/><xsl:value-of select="title" /></h1>
200 <xsl:variable name="doc" select="include/@href"/> 200 <xsl:variable name="doc" select="include/@href"/>
201 <xsl:variable name="FILE" select="document(concat('/doc/en/handbook/',$doc))" /> 201 <xsl:variable name="FILE" select="document($doc)" />
202 <xsl:if test="$FILE/section/subsection/title"> 202 <xsl:if test="$FILE/section/subsection/title">
203 <b>Content: </b> 203 <b>Content: </b>
204 <ul> 204 <ul>
205 <xsl:for-each select="$FILE/section/subsection/title"> 205 <xsl:for-each select="$FILE/section/subsection/title">
206 <xsl:param name="pos" select="position()" /> 206 <xsl:param name="pos" select="position()" />

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.13