<!---->
<
xsl:
stylesheet xmlns:xsl="
http://www.w3.org/1999/XSL/Transform"
xmlns:xs="
http://www.w3.org/2001/XMLSchema"
xmlns:tps="
http://www.typefi.com/ContentXML"
xmlns:xd="
http://www.pnp-software.com/XSLTdoc"
version="
2.0"
exclude-result-prefixes="
#all">
<
xd:
doc type="
stylesheet">
<
xd:
short>
This stylesheet contains variables whose values will be populated with transformation metadata upon generation of delivery build.
</
xd:
short>
<
xd:
detail>
The metadata values will be saved in the beginning of the CXML file as a comment, e.g.:
<
xd:
xml>
<!---->
</
xd:
xml>
</
xd:
detail>
<
xd:
cvsId>
$Revision$</
xd:
cvsId>
</
xd:
doc>
<
xsl:
variable name="
build.core.revision.number"
select="
'@CORE-REVISION-NUMBER@'" />
<
xsl:
variable name="
build.customer.revision.number"
select="
'@CUSTOMER-REVISION-NUMBER@'" />
<
xsl:
variable name="
build.entry.point.stylesheet"
select="
'@ENTRY-POINT-STYLESHEET@'" />
<
xsl:
variable name="
build.datetime"
select="
'@DATETIME@'" />
</
xsl:
stylesheet>
v