Show
Ignore:
Timestamp:
05/25/11 12:14:20 (13 years ago)
Author:
yaolu
Message:

done the changes according to the powerpoint.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/ddr_HTMLReport_transformation_2011_02_07.xsl

    r244 r245  
    215215                                                                                                </td> 
    216216                                                                                                <td valign="top"> 
    217                                                                                                         <xsl:value-of select="witsml:mdHoleEnd"/> 
     217                                                                                                        <xsl:value-of select="witsml:md"/> 
    218218                                                                                                </td> 
    219219                                                                                                <td valign="top"> 
    220                                                                                                         <xsl:value-of select="witsml:md"/> 
     220                                                                                                        <xsl:value-of select="format-number(witsml:md - witsml:mdHoleStart, '0.0#')"/> 
    221221                                                                                                </td> 
    222222                                                                                                <td valign="top" align="center"> 
     
    25622562                        <xsl:value-of select="$element_drillReportStatusInfo//xsd:element[@name='avgPresBH']/@sawsdl:modelReference"/> 
    25632563                </xsl:variable> 
    2564                 <xsl:variable name="url_expTempBH"> 
    2565                         <xsl:value-of select="$element_drillReportStatusInfo//xsd:element[@name='expTempBH']/@sawsdl:modelReference"/> 
     2564                <xsl:variable name="url_avgTempBH"> 
     2565                        <xsl:value-of select="$element_drillReportStatusInfo//xsd:element[@name='avgTempBH']/@sawsdl:modelReference"/> 
    25662566                </xsl:variable> 
    25672567                <xsl:variable name="url_fixedRig"> 
     
    25952595                        </td> 
    25962596                        <td class="dark"> 
    2597                                 <a target="_blank" href="{$url_expTempBH}">Temperature <xsl:value-of select="witsml:expTempBH/@uom" />:</a> 
     2597                                <a target="_blank" href="{$url_avgTempBH}">Temperature <xsl:value-of select="witsml:avgTempBH/@uom" />:</a> 
    25982598                        </td> 
    25992599                        <td class="light"> 
    2600                                 <xsl:value-of select="witsml:expTempBH"/> 
     2600                                <xsl:value-of select="witsml:avgTempBH"/> 
    26012601                        </td> 
    26022602                </tr>