Good questions ;-)
 
I downloaded the file "docbook-xsl-nons-1.79.2.zip" from 
https://github.com/docbook/xslt10-stylesheets/releases
 
I have a template that pulls the docbook xsl version ($VERSION) variable  
out and displays it (along with other info).
 
---
  <xsl:message>
<xsl:text>DocBook  XSL VERSION is: </xsl:text>
<xsl:value-of  select="$VERSION"/>  <xsl:text>
</xsl:text>
<xsl:text>XSLT  Version: </xsl:text> <xsl:value-of select="system-property( 
 'xsl:version' ) "/>
<xsl:text>   XSLT  Processor: </xsl:text> <xsl:value-of 
select="system-property(  'xsl:vendor' ) "/>
  </xsl:message>
---
 
This $VERSION is coming from the distribution. It looks like it is  from 
VERSION.xsl:
 
<xsl:param name="VERSION"  select="string(document('')//fm:Version[1])"/>
 
and  then fm:version is set
 
  <fm:Version>snapshot</fm:Version>
 
 
Regards,
Dean Nelson
 
 
In a message dated 12/15/2016 4:41:30 P.M. Pacific Standard Time,  
ste...@seefeld.name writes:

On  15.12.2016 19:37, deannel...@aol.com wrote:
> Stefan,
> Sorry  about the mislead. It is actually is the $VERSION that is
> "snapshot".  I am also using the nons version,
> I don't know where $VERSION is  actually generated - maybe version.xsl?
> I think it is formatted from  something else, buty I may be wrong.
Same question: in what location do you  see that value of $VERSION ? (And
are you sure you are looking at package  files from the 1.79.2 release,
not a more recent snapshot build  ?)

Stefan

-- 

...ich hab' noch einen Koffer in  Berlin...


Reply via email to