Showing:

Documentation
Used by
References
Overriding
Included from
Source
Stylesheet VERSION
Documentation

Description

 -*- nxml -*- vim: set foldlevel=2: 
Included from
Template /
Documentation
<fm:project>
  <fm:Project>DocBook</fm:Project>
  <fm:Branch>XSL-NS Stylesheets</fm:Branch>
  
  
  <fm:Version>1.75.2</fm:Version>

  <fm:Release-Focus>





* Minor bugfixes 



  </fm:Release-Focus>
  <fm:Home-Page-URL>http://sourceforge.net/projects/docbook/</fm:Home-Page-URL>
  <fm:Gzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.tar.gz?download</fm:Gzipped-Tar-URL>
  <fm:Zipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.zip?download</fm:Zipped-Tar-URL>
  <fm:Bzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.bz2?download</fm:Bzipped-Tar-URL>
  <fm:Changelog-URL>http://sourceforge.net/project/shownotes.php?release_id={SFRELID}</fm:Changelog-URL>
  <fm:CVS-URL>http://docbook.svn.sourceforge.net/viewvc/docbook/</fm:CVS-URL>
  <fm:Mailing-List-URL>http://lists.oasis-open.org/archives/docbook-apps/</fm:Mailing-List-URL>
  <fm:Changes>This is a release with bugfixes.</fm:Changes>
</fm:project>
Namespace No namespace
Match /
Mode #default
References
Overriding
Template /
Import precedence 0
Priority -100
Source
<xsl:template match="/" priority="-100">
  <xsl:choose>
    <xsl:when test="$get = 'Tag'">
      <xsl:value-of select="$Tag"/>
    </xsl:when>
    <xsl:when test="$get = 'PreviousRelease'">
      <xsl:value-of select="$PreviousRelease"/>
    </xsl:when>
    <xsl:when test="$get = 'PreviousReleaseRevision'">
      <xsl:value-of select="$PreviousReleaseRevision"/>
    </xsl:when>
    <xsl:when test="$get = 'DistroTitle'">
      <xsl:value-of select="$DistroTitle"/>
    </xsl:when>
    <xsl:when test="$get = 'VERSION'">
      <xsl:value-of select="$VERSION"/>
    </xsl:when>
    <xsl:otherwise>
      <xsl:if test="$sf-relid = 0">
        <xsl:message terminate="yes">
          <xsl:text>You must specify the sf-relid as a parameter.</xsl:text>
        </xsl:message>
      </xsl:if>
      <xsl:apply-templates select="//fm:project"/>
    </xsl:otherwise>
  </xsl:choose>
</xsl:template>
Template fm:project
Namespace No namespace
Match fm:project
Mode #default
Import precedence 0
Source
<xsl:template match="fm:project">
  <xsl:apply-templates/>
  <xsl:text>
</xsl:text>
  <xsl:apply-templates select="fm:Changes" mode="text"/>
</xsl:template>
Template fm:Changes
Namespace No namespace
Match fm:Changes
Mode #default
Import precedence 0
Source
<xsl:template match="fm:Changes"/>
Template fm:Gzipped-Tar-URL|fm:Zipped-Tar-URL|fm:Bzipped-Tar-URL
Namespace No namespace
Match fm:Gzipped-Tar-URL|fm:Zipped-Tar-URL|fm:Bzipped-Tar-URL
Mode #default
References
Parameters DistroName; VERSION
Import precedence 0
Source
<xsl:template match="fm:Gzipped-Tar-URL|fm:Zipped-Tar-URL|fm:Bzipped-Tar-URL">
  <xsl:value-of select="local-name(.)"/>
  <xsl:text>: </xsl:text>
  <xsl:value-of select="substring-before(., '{DISTRONAME-VERSION}')"/>
  <xsl:value-of select="concat($DistroName, '-', $VERSION)"/>
  <xsl:value-of select="substring-after(., '{DISTRONAME-VERSION}')"/>
  <xsl:text>
</xsl:text>
</xsl:template>
Template fm:Changelog-URL
Namespace No namespace
Match fm:Changelog-URL
Mode #default
References
Parameter sf-relid
Import precedence 0
Source
<xsl:template match="fm:Changelog-URL">
  <xsl:value-of select="local-name(.)"/>
  <xsl:text>: </xsl:text>
  <xsl:value-of select="substring-before(., '{SFRELID}')"/>
  <xsl:value-of select="$sf-relid"/>
  <xsl:value-of select="substring-after(., '{SFRELID}')"/>
  <xsl:text>
</xsl:text>
</xsl:template>
Template fm:*
Namespace No namespace
Match fm:*
Mode #default
Import precedence 0
Source
<xsl:template match="fm:*">
  <xsl:value-of select="local-name(.)"/>
  <xsl:text>: </xsl:text>
  <xsl:value-of select="normalize-space(.)"/>
  <xsl:text>
</xsl:text>
</xsl:template>
Parameter get
Documentation

Description

 ********************************************************************
     $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.

     ******************************************************************** 
 ==================================================================== 
Namespace No namespace
Used by
Template /
Source
<xsl:param name="get"/>
Parameter VERSION
Namespace No namespace
Select string(document('')//fm:Version[1])
Used by
Source
<xsl:param name="VERSION" select="string(document('')//fm:Version[1])"/>
Parameter Tag
Namespace No namespace
Select concat('V',translate(string(document('')//fm:Version[1]),'.',''))
Used by
Template /
Source
<xsl:param name="Tag" select="concat('V',translate(string(document('')//fm:Version[1]),'.',''))"/>
Parameter DistroTitle
Namespace No namespace
Select string(document('')//fm:Branch[1])
Used by
Templates head.content; /
Source
<xsl:param name="DistroTitle" select="string(document('')//fm:Branch[1])"/>
Parameter sf-relid
Namespace No namespace
Select 0
Used by
Templates /; fm:Changelog-URL
Source
<xsl:param name="sf-relid" select="0"/>
Parameter DistroName
Namespace No namespace
Used by
Source
<xsl:param name="DistroName">docbook-xsl-ns</xsl:param>
Parameter PreviousRelease
Namespace No namespace
Used by
Template /
Source
<xsl:param name="PreviousRelease">1.75.1</xsl:param>
Parameter PreviousReleaseRevision
Namespace No namespace
Used by
Template /
Source
<xsl:param name="PreviousReleaseRevision">8444</xsl:param>
Parameter Revision
Namespace No namespace
Source
<xsl:param name="Revision">$Revision$</xsl:param>
Parameter VersionFileURL
Namespace No namespace
Source
<xsl:param name="VersionFileURL">$URL: https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/VERSION $</xsl:param>