<!--

# =============================================================================

# Copyright © 2016 Typéfi Systems. All rights reserved.

#

# Unless required by applicable law or agreed to in writing, software

# is distributed on an "as is" basis, without warranties or conditions of any

# kind, either express or implied.

# =============================================================================

-->

<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>

                
<!-- pediatrics-pap.xsl Build 12376-11988 31-05-2016 01:19 PM -->

            
</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