get.refentry.version
get.refentry.version
 — Gets version metadata for a refentry
 
Synopsis
<xsl:template name="get.refentry.version">
<xsl:param name="refname"/>
<xsl:param name="info"/>
<xsl:param name="prefs"/>
  ...
</xsl:template>
 
Description
    
A "version" is one part of a (potentially) two-part
    Name Version
    source field. For more details, see the documentation for the
    get.refentry.source template.
  Parameters
    
- refname
 - 
          
The first refname in the refentry
         - info
 - 
          
A set of info nodes (from a refentry
          element and its ancestors)
         - prefs
 - 
          
A node containing users preferences (from global
          stylesheet parameters)
         
 
  Returns
    
Depending on what output method is used for the
  current stylesheet, either returns a text node or possibly an element
  node, containing "version" data.