Changeset 335 for projects

Show
Ignore:
Timestamp:
02/13/12 12:07:51 (12 years ago)
Author:
karianne
Message:

Changed name on DDR-schemas for more readability....
WITSML_drillReport_profiled_schema_2011_01_29 --> DDRv_1_2_1.xsd og
WITSML_drillReport_profiled_schema_2011_05_07 --> DDRv_1_2_0.

Location:
projects/DailyDrillingReport_1.2/Deliveries
Files:
6 added
5 modified

Legend:

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

    r294 r335  
    44        <xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/> 
    55        <!--  import the schema enables sawsdl:modelReference lookup --> 
    6         <xsd:import namespace="http://www.witsml.org/schemas/1series" schemaLocation="WITSML_drillReport_profiled_schema_2011_01_29.xsd"/> 
     6        <xsd:import namespace="http://www.witsml.org/schemas/1series" schemaLocation="DDRv_1_2_1.xsd"/> 
    77        <!--  A global variable for the Drill Report schema file name. Required for URL lookup of element definitions in RDL --> 
    8         <xsl:variable name="ddrSchema" select="'WITSML_drillReport_profiled_schema_2011_01_29.xsd'"/> 
     8        <xsl:variable name="ddrSchema" select="'DDRv_1_2_1.xsd'"/> 
    99        <xsl:template match="/"> 
    1010                <html> 
  • projects/DailyDrillingReport_1.2/Deliveries/HTMLreport/readMe.txt

    r294 r335  
    66<witsml:drillReports  
    77        version="1.4.0.0"  
    8         xsi:schemaLocation="http://www.witsml.org/schemas/1series WITSML_drillReport_profiled_schema_2011_01_29.xsd"  
     8        xsi:schemaLocation="http://www.witsml.org/schemas/1series DDRv_1_2_1.xsd"  
    99        xmlns:witsml="http://www.witsml.org/schemas/1series"  
    1010        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     
    1616<witsml:drillReports  
    1717        version="1.4.0.0"  
    18         xsi:schemaLocation="http://www.witsml.org/schemas/1series WITSML_drillReport_profiled_schema_2011_05_07.xsd"  
     18        xsi:schemaLocation="http://www.witsml.org/schemas/1series DDRv_1_2_0.xsd"  
    1919        xmlns:witsml="http://www.witsml.org/schemas/1series"  
    2020        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  • projects/DailyDrillingReport_1.2/Deliveries/HTMLreport/testDocumet_2011_02_07.xml

    r294 r335  
    33<witsml:drillReports  
    44        version="1.4.0.0"  
    5         xsi:schemaLocation="http://www.witsml.org/schemas/1series WITSML_drillReport_profiled_schema_2011_01_29.xsd"  
     5        xsi:schemaLocation="http://www.witsml.org/schemas/1series DDRv_1_2_1.xsd"  
    66        xmlns:witsml="http://www.witsml.org/schemas/1series"  
    77        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
  • projects/DailyDrillingReport_1.2/Deliveries/PDFreport/ddr_PDFReport_transformation_2011_03_09.xsl

    r294 r335  
    1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
     1<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
    22<xslt:stylesheet xmlns:date="http://exslt.org/dates-and-times" xmlns:str="http://exslt.org/strings" xmlns:xslt="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xf="http://www.ecrion.com/xf/1.0" xmlns:xc="http://www.ecrion.com/2008/xc" xmlns:xfd="http://www.ecrion.com/xfd/1.0" xmlns:svg="http://www.w3.org/2000/svg" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:sawsdl="http://www.w3.org/ns/sawsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" extension-element-prefixes="date str"> 
    33        <xsl:import href="./difference/date.difference.xsl"/> 
     
    3232                                <fo:flow flow-name="xsl-region-body" font-family="Times" font-size="11pt" text-align="center"> 
    3333                                        <xsl:variable name="ddrSchema"> 
    34                                                 <xsl:value-of select="'..\HTMLreport\WITSML_drillReport_profiled_schema_2011_01_29.xsd'"/> 
     34                                                <xsl:value-of select="'..\DDRv_1_2_1.xsd'"/> 
    3535                                        </xsl:variable> 
    3636                                        <xsl:variable name="element_objDrillReport_sequence" select="document($ddrSchema)/xsd:schema/xsd:complexType[@name='obj_drillReport']/xsd:sequence/xsd:sequence"/> 
     
    4848                                                                <fo:table-row> 
    4949                                                                        <fo:table-cell vertical-align="middle" text-align="left"> 
    50                                                                                 <fo:block font-weight="bold" font-size="11pt">Summary report Wellbore: <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:wellboreAlias[witsml:namingSystem='NPD code']/witsml:name)"> 
     50                                                                                <fo:block font-weight="bold" font-size="11pt">Summary report Wellbore: <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:wellboreAlias[witsml:namingSystem='NPD code']/witsml:name)"> 
    5151                                                                                                <fo:inline> 
    5252                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:wellboreAlias[witsml:namingSystem='NPD code']/witsml:name"/> 
     
    219219                                                                                <fo:block font-weight="bold"> 
    220220                                                                                        <fo:basic-link external-destination="url({$url_versionKind})" font-weight="bold">Status:</fo:basic-link> 
    221                                                                  </fo:block> 
     221                                                                 </fo:block> 
    222222                                                                        </fo:table-cell> 
    223223                                                                        <fo:table-cell vertical-align="middle"> 
     
    233233                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    234234                                                                                        <fo:basic-link external-destination="url({$url_createDate})" font-weight="bold">Created date:</fo:basic-link> 
    235                                                                  </fo:block> 
     235                                                                 </fo:block> 
    236236                                                                        </fo:table-cell> 
    237237                                                                        <fo:table-cell vertical-align="middle"> 
     
    249249                                                                                <fo:block font-weight="bold"> 
    250250                                                                                        <fo:basic-link external-destination="url({$url_operator})" font-weight="bold">Operator:</fo:basic-link> 
    251                                                                  </fo:block> 
     251                                                                 </fo:block> 
    252252                                                                        </fo:table-cell> 
    253253                                                                        <fo:table-cell vertical-align="middle"> 
     
    263263                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    264264                                                                                        <fo:basic-link external-destination="url({$url_drillContractor})" font-weight="bold">Drilling contractor:</fo:basic-link> 
    265                                                                  </fo:block> 
     265                                                                 </fo:block> 
    266266                                                                        </fo:table-cell> 
    267267                                                                        <fo:table-cell vertical-align="middle"> 
     
    279279                                                                                <fo:block font-weight="bold"> 
    280280                                                                                        <fo:basic-link external-destination="url({$url_rigAlias})" font-weight="bold">Rig name:</fo:basic-link> 
    281                                                                  </fo:block> 
     281                                                                 </fo:block> 
    282282                                                                        </fo:table-cell> 
    283283                                                                        <fo:table-cell vertical-align="middle"> 
     
    293293                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    294294                                                                                        <fo:basic-link external-destination="url({$url_rigAlias})" font-weight="bold">NPD Rig Id:</fo:basic-link> 
    295                                                                                         <fo:inline font-size="11pt" font-weight="bold"> </fo:inline> </fo:block> 
     295                                                                                        <fo:inline font-size="11pt" font-weight="bold"> </fo:inline> </fo:block> 
    296296                                                                        </fo:table-cell> 
    297297                                                                        <fo:table-cell vertical-align="middle"> 
     
    309309                                                                                <fo:block font-weight="bold"> 
    310310                                                                                        <fo:basic-link external-destination="url({$url_dTimSpud})" font-weight="bold">Spud date:</fo:basic-link> 
    311                                                                  </fo:block> 
     311                                                                 </fo:block> 
    312312                                                                        </fo:table-cell> 
    313313                                                                        <fo:table-cell vertical-align="middle"> 
     
    323323                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    324324                                                                                        <fo:basic-link external-destination="url({$url_dateDrillComplete})" font-weight="bold">Date Well Complete:</fo:basic-link> 
    325                                                                  </fo:block> 
    326                                                                         </fo:table-cell> 
    327                                                                         <fo:table-cell vertical-align="middle"> 
    328                                                                                 <fo:block> <xsl:if test="string(substring-before(/witsml:drillReports/witsml:drillReport/witsml:wellboreInfo/witsml:dateDrillComplete, 'T'))"> 
     325                                                                 </fo:block> 
     326                                                                        </fo:table-cell> 
     327                                                                        <fo:table-cell vertical-align="middle"> 
     328                                                                                <fo:block> <xsl:if test="string(substring-before(/witsml:drillReports/witsml:drillReport/witsml:wellboreInfo/witsml:dateDrillComplete, 'T'))"> 
    329329                                                                                                <fo:inline> 
    330330                                                                                                        <xsl:value-of select="substring-before(/witsml:drillReports/witsml:drillReport/witsml:wellboreInfo/witsml:dateDrillComplete, 'T')"/> 
     
    375375                                                                        <fo:table-cell vertical-align="middle"> 
    376376                                                                                <fo:block font-weight="bold"> 
    377                                                                                         <fo:basic-link external-destination="url({$url_tightWell})" font-weight="bold">Tight well</fo:basic-link>: </fo:block> 
     377                                                                                        <fo:basic-link external-destination="url({$url_tightWell})" font-weight="bold">Tight well</fo:basic-link>: </fo:block> 
    378378                                                                        </fo:table-cell> 
    379379                                                                        <fo:table-cell vertical-align="middle"> 
     
    385385                                                                        <fo:table-cell vertical-align="middle"> 
    386386                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    387                                                                                         <fo:basic-link external-destination="url({$url_hpht})" font-weight="bold">High pressure - High temperature</fo:basic-link>  </fo:block> 
     387                                                                                        <fo:basic-link external-destination="url({$url_hpht})" font-weight="bold">High pressure - High temperature</fo:basic-link>  </fo:block> 
    388388                                                                        </fo:table-cell> 
    389389                                                                        <fo:table-cell vertical-align="middle"> 
     
    402402                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:avgPresBH/@uom"/> 
    403403                                                                                                </fo:inline> 
    404                                                                                         </xsl:if>: </fo:block> 
     404                                                                                        </xsl:if>: </fo:block> 
    405405                                                                        </fo:table-cell> 
    406406                                                                        <fo:table-cell vertical-align="middle"> 
     
    415415                                                                        <fo:table-cell vertical-align="middle"> 
    416416                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    417                                                                                         <fo:basic-link external-destination="url({$url_avgTempBH})">Temperature </fo:basic-link> 
     417                                                                                        <fo:basic-link external-destination="url({$url_avgTempBH})">Temperature </fo:basic-link> 
    418418                                                                                        <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:avgTempBH/@uom)"> 
    419419                                                                                                <fo:inline> 
    420420                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:avgTempBH/@uom"/> 
    421421                                                                                                </fo:inline> 
    422                                                                                         </xsl:if>: </fo:block> 
     422                                                                                        </xsl:if>: </fo:block> 
    423423                                                                        </fo:table-cell> 
    424424                                                                        <fo:table-cell vertical-align="middle"> 
     
    450450                                                                        <fo:table-cell vertical-align="middle"> 
    451451                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    452                                                                                         <fo:basic-link external-destination="url({$url_typeWellbore})">Wellbore type:</fo:basic-link>   </fo:block> 
     452                                                                                        <fo:basic-link external-destination="url({$url_typeWellbore})">Wellbore type:</fo:basic-link>   </fo:block> 
    453453                                                                        </fo:table-cell> 
    454454                                                                        <fo:table-cell vertical-align="middle"> 
     
    465465                                                                        <fo:table-cell vertical-align="middle"> 
    466466                                                                                <fo:block font-weight="bold"> 
    467                                                                                         <fo:basic-link external-destination="url({$url_mdKickoff})">Depth at Kick Off mMD:</fo:basic-link>   </fo:block> 
     467                                                                                        <fo:basic-link external-destination="url({$url_mdKickoff})">Depth at Kick Off mMD:</fo:basic-link>   </fo:block> 
    468468                                                                        </fo:table-cell> 
    469469                                                                        <fo:table-cell vertical-align="middle"> 
     
    478478                                                                        <fo:table-cell vertical-align="middle"> 
    479479                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    480                                                                                         <fo:basic-link external-destination="url({$url_tvdKickoff})">Depth at Kick Off mTVD:</fo:basic-link>  </fo:block> 
     480                                                                                        <fo:basic-link external-destination="url({$url_tvdKickoff})">Depth at Kick Off mTVD:</fo:basic-link>  </fo:block> 
    481481                                                                        </fo:table-cell> 
    482482                                                                        <fo:table-cell vertical-align="middle"> 
     
    493493                                                                        <fo:table-cell vertical-align="middle"> 
    494494                                                                                <fo:block font-weight="bold"> 
    495                                                                                         <fo:basic-link external-destination="url({$url_md})">Depth mMD:</fo:basic-link>  </fo:block> 
     495                                                                                        <fo:basic-link external-destination="url({$url_md})">Depth mMD:</fo:basic-link>  </fo:block> 
    496496                                                                        </fo:table-cell> 
    497497                                                                        <fo:table-cell vertical-align="middle"> 
     
    506506                                                                        <fo:table-cell vertical-align="middle"> 
    507507                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    508                                                                                         <fo:basic-link external-destination="url({$url_tvd})">Depth mTVD:</fo:basic-link>  </fo:block> 
     508                                                                                        <fo:basic-link external-destination="url({$url_tvd})">Depth mTVD:</fo:basic-link>  </fo:block> 
    509509                                                                        </fo:table-cell> 
    510510                                                                        <fo:table-cell vertical-align="middle"> 
     
    521521                                                                        <fo:table-cell vertical-align="middle"> 
    522522                                                                                <fo:block font-weight="bold"> 
    523                                                                                         <fo:basic-link external-destination="url({$url_mdPlugTop})">Plug Back Depth mMD:</fo:basic-link>  </fo:block> 
     523                                                                                        <fo:basic-link external-destination="url({$url_mdPlugTop})">Plug Back Depth mMD:</fo:basic-link>  </fo:block> 
    524524                                                                        </fo:table-cell> 
    525525                                                                        <fo:table-cell vertical-align="middle"> 
     
    534534                                                                        <fo:table-cell vertical-align="middle"> 
    535535                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    536                                                                                         <fo:basic-link external-destination="url({$url_distDrill})">Dist Drilled</fo:basic-link>  <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:distDrill/@uom)"> 
     536                                                                                        <fo:basic-link external-destination="url({$url_distDrill})">Dist Drilled</fo:basic-link>  <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:distDrill/@uom)"> 
    537537                                                                                                <fo:inline> 
    538538                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:distDrill/@uom"/> 
    539539                                                                                                </fo:inline> 
    540                                                                                         </xsl:if>: </fo:block> 
     540                                                                                        </xsl:if>: </fo:block> 
    541541                                                                        </fo:table-cell> 
    542542                                                                        <fo:table-cell vertical-align="middle"> 
     
    553553                                                                        <fo:table-cell vertical-align="middle"> 
    554554                                                                                <fo:block font-weight="bold"> 
    555                                                                                         <fo:basic-link external-destination="url({$url_ropCurrent})">Penetration Rate</fo:basic-link> <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:ropCurrent/@uom)"> 
     555                                                                                        <fo:basic-link external-destination="url({$url_ropCurrent})">Penetration Rate</fo:basic-link> <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:ropCurrent/@uom)"> 
    556556                                                                                                <fo:inline> 
    557557                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:ropCurrent/@uom"/> 
    558558                                                                                                </fo:inline> 
    559                                                                                         </xsl:if>: </fo:block> 
     559                                                                                        </xsl:if>: </fo:block> 
    560560                                                                        </fo:table-cell> 
    561561                                                                        <fo:table-cell vertical-align="middle"> 
     
    575575                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:diaHole/@uom"/> 
    576576                                                                                                </fo:inline> 
    577                                                                                         </xsl:if>: </fo:block> 
     577                                                                                        </xsl:if>: </fo:block> 
    578578                                                                        </fo:table-cell> 
    579579                                                                        <fo:table-cell vertical-align="middle"> 
     
    590590                                                                        <fo:table-cell vertical-align="middle"> 
    591591                                                                                <fo:block font-weight="bold"> 
    592                                                                                         <fo:basic-link external-destination="url({$url_presTestType})">Pressure Test Type:</fo:basic-link>  </fo:block> 
     592                                                                                        <fo:basic-link external-destination="url({$url_presTestType})">Pressure Test Type:</fo:basic-link>  </fo:block> 
    593593                                                                        </fo:table-cell> 
    594594                                                                        <fo:table-cell vertical-align="middle"> 
     
    608608                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:strengthForm/@uom"/> 
    609609                                                                                                </fo:inline> 
    610                                                                                         </xsl:if>: </fo:block> 
     610                                                                                        </xsl:if>: </fo:block> 
    611611                                                                        </fo:table-cell> 
    612612                                                                        <fo:table-cell vertical-align="middle"> 
     
    623623                                                                        <fo:table-cell vertical-align="middle"> 
    624624                                                                                <fo:block font-weight="bold"> 
    625                                                                                         <fo:basic-link external-destination="url({$url_mdStrengthForm})">Depth At Formation Strength mMD:</fo:basic-link>   </fo:block> 
     625                                                                                        <fo:basic-link external-destination="url({$url_mdStrengthForm})">Depth At Formation Strength mMD:</fo:basic-link>   </fo:block> 
    626626                                                                        </fo:table-cell> 
    627627                                                                        <fo:table-cell vertical-align="middle"> 
     
    636636                                                                        <fo:table-cell vertical-align="middle"> 
    637637                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    638                                                                                         <fo:basic-link external-destination="url({$url_tvdStrengthForm})">Depth At Formation Strength mTVD</fo:basic-link>: </fo:block> 
     638                                                                                        <fo:basic-link external-destination="url({$url_tvdStrengthForm})">Depth At Formation Strength mTVD</fo:basic-link>: </fo:block> 
    639639                                                                        </fo:table-cell> 
    640640                                                                        <fo:table-cell vertical-align="middle"> 
     
    651651                                                                        <fo:table-cell vertical-align="middle"> 
    652652                                                                                <fo:block font-weight="bold"> 
    653                                                                                         <fo:basic-link external-destination="url({$url_diaCsgLast})">Dia Last Casing</fo:basic-link>  <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:diaCsgLast/@uom)"> 
     653                                                                                        <fo:basic-link external-destination="url({$url_diaCsgLast})">Dia Last Casing</fo:basic-link>  <xsl:if test="string(/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:diaCsgLast/@uom)"> 
    654654                                                                                                <fo:inline> 
    655655                                                                                                        <xsl:value-of select="/witsml:drillReports/witsml:drillReport/witsml:statusInfo/witsml:diaCsgLast/@uom"/> 
    656656                                                                                                </fo:inline> 
    657                                                                                         </xsl:if>: </fo:block> 
     657                                                                                        </xsl:if>: </fo:block> 
    658658                                                                        </fo:table-cell> 
    659659                                                                        <fo:table-cell vertical-align="middle"> 
     
    669669                                                                                <fo:block font-size="11pt" font-weight="bold"> 
    670670                                                                                        <fo:basic-link external-destination="url({$url_mdCsgLast})">Depth At Last Casing mMD:</fo:basic-link> 
    671                                                                  </fo:block> 
     671                                                                 </fo:block> 
    672672                                                                        </fo:table-cell> 
    673673                                                                        <fo:table-cell vertical-align="middle"> 
     
    685685                                                                                <fo:block font-weight="bold"> 
    686686                                                                                        <fo:basic-link external-destination="url({$url_tvdCsgLast})">Depth At Last Casing mTVD:</fo:basic-link> 
    687                                                                  </fo:block> 
     687                                                                 </fo:block> 
    688688                                                                        </fo:table-cell> 
    689689                                                                        <fo:table-cell vertical-align="middle"> 
     
    697697                                                                        </fo:table-cell> 
    698698                                                                        <fo:table-cell vertical-align="middle"> 
    699                                                                                 <fo:block font-size="11pt" font-weight="bold"> </fo:block> 
    700                                                                         </fo:table-cell> 
    701                                                                         <fo:table-cell vertical-align="middle"> 
    702                                                                                 <fo:block> </fo:block> 
     699                                                                                <fo:block font-size="11pt" font-weight="bold"> </fo:block> 
     700                                                                        </fo:table-cell> 
     701                                                                        <fo:table-cell vertical-align="middle"> 
     702                                                                                <fo:block> </fo:block> 
    703703                                                                        </fo:table-cell> 
    704704                                                                </fo:table-row> 
     
    792792                                                                        <fo:table-row> 
    793793                                                                                <fo:table-cell> 
    794                                                                                         <fo:block font-weight="bold"> </fo:block> 
     794                                                                                        <fo:block font-weight="bold"> </fo:block> 
    795795                                                                                </fo:table-cell> 
    796796                                                                        </fo:table-row> 
     
    975975                                                                        <fo:table-row font-weight="bold" font-size="14pt"> 
    976976                                                                                <fo:table-cell> 
    977                                                                                         <fo:block> </fo:block> 
     977                                                                                        <fo:block> </fo:block> 
    978978                                                                                </fo:table-cell> 
    979979                                                                        </fo:table-row> 
     
    11041104                                                                                                                </xsl:for-each> 
    11051105                                                                                                        </fo:table-body> 
    1106                                                                                                 </fo:table> </fo:block> 
     1106                                                                                                </fo:table> </fo:block> 
    11071107                                                                                </fo:table-cell> 
    11081108                                                                        </fo:table-row> 
     
    11681168                                                                        <fo:table-row> 
    11691169                                                                                <fo:table-cell> 
    1170                                                                                         <fo:block> </fo:block> 
     1170                                                                                        <fo:block> </fo:block> 
    11711171                                                                                </fo:table-cell> 
    11721172                                                                        </fo:table-row> 
     
    14561456                                                                                                                </xsl:for-each> 
    14571457                                                                                                        </fo:table-body> 
    1458                                                                                                 </fo:table>  
     1458                                                                                                </fo:table>  
    14591459                                                                                        </fo:block> 
    14601460                                                                                </fo:table-cell> 
     
    15211521                                                                        <fo:table-row> 
    15221522                                                                                <fo:table-cell> 
    1523                                                                                         <fo:block> </fo:block> 
     1523                                                                                        <fo:block> </fo:block> 
    15241524                                                                                </fo:table-cell> 
    15251525                                                                        </fo:table-row> 
     
    17751775                                                                                                                </xsl:for-each> 
    17761776                                                                                                        </fo:table-body> 
    1777                                                                                                 </fo:table> </fo:block> 
     1777                                                                                                </fo:table> </fo:block> 
    17781778                                                                                </fo:table-cell> 
    17791779                                                                        </fo:table-row> 
     
    18471847                                                                                        <fo:table-row> 
    18481848                                                                                                <fo:table-cell> 
    1849                                                                                                         <fo:block> </fo:block> 
     1849                                                                                                        <fo:block> </fo:block> 
    18501850                                                                                                </fo:table-cell> 
    18511851                                                                                        </fo:table-row> 
     
    23282328                                                                                                                                </fo:table-row> 
    23292329                                                                                                                        </fo:table-body> 
    2330                                                                                                                 </fo:table> </fo:block> 
     2330                                                                                                                </fo:table> </fo:block> 
    23312331                                                                                                </fo:table-cell> 
    23322332                                                                                        </fo:table-row> 
     
    23702370                                                                        <fo:table-row> 
    23712371                                                                                <fo:table-cell> 
    2372                                                                                         <fo:block> </fo:block> 
     2372                                                                                        <fo:block> </fo:block> 
    23732373                                                                                </fo:table-cell> 
    23742374                                                                        </fo:table-row> 
     
    24232423                                                                                                                        </fo:table-cell> 
    24242424                                                                                                                        <fo:table-cell> 
    2425                                                                                                                                 <fo:block> </fo:block> 
    2426                                                                                                                         </fo:table-cell> 
    2427                                                                                                                         <fo:table-cell> 
    2428                                                                                                                                 <fo:block> </fo:block> 
    2429                                                                                                                         </fo:table-cell> 
    2430                                                                                                                         <fo:table-cell> 
    2431                                                                                                                                 <fo:block> </fo:block> 
     2425                                                                                                                                <fo:block> </fo:block> 
     2426                                                                                                                        </fo:table-cell> 
     2427                                                                                                                        <fo:table-cell> 
     2428                                                                                                                                <fo:block> </fo:block> 
     2429                                                                                                                        </fo:table-cell> 
     2430                                                                                                                        <fo:table-cell> 
     2431                                                                                                                                <fo:block> </fo:block> 
    24322432                                                                                                                        </fo:table-cell> 
    24332433                                                                                                                </fo:table-row> 
     
    24802480                                                                                                                                </fo:table-cell> 
    24812481                                                                                                                                <fo:table-cell> 
    2482                                                                                                                                         <fo:block> </fo:block> 
    2483                                                                                                                                 </fo:table-cell> 
    2484                                                                                                                                 <fo:table-cell> 
    2485                                                                                                                                         <fo:block> </fo:block> 
    2486                                                                                                                                 </fo:table-cell> 
    2487                                                                                                                                 <fo:table-cell> 
    2488                                                                                                                                         <fo:block> </fo:block> 
     2482                                                                                                                                        <fo:block> </fo:block> 
     2483                                                                                                                                </fo:table-cell> 
     2484                                                                                                                                <fo:table-cell> 
     2485                                                                                                                                        <fo:block> </fo:block> 
     2486                                                                                                                                </fo:table-cell> 
     2487                                                                                                                                <fo:table-cell> 
     2488                                                                                                                                        <fo:block> </fo:block> 
    24892489                                                                                                                                </fo:table-cell> 
    24902490                                                                                                                        </fo:table-row> 
    24912491                                                                                                                </xsl:for-each> 
    24922492                                                                                                        </fo:table-body> 
    2493                                                                                                 </fo:table> </fo:block> 
     2493                                                                                                </fo:table> </fo:block> 
    24942494                                                                                </fo:table-cell> 
    24952495                                                                        </fo:table-row> 
     
    25282528                                                                        <fo:table-row> 
    25292529                                                                                <fo:table-cell> 
    2530                                                                                         <fo:block> </fo:block> 
     2530                                                                                        <fo:block> </fo:block> 
    25312531                                                                                </fo:table-cell> 
    25322532                                                                        </fo:table-row> 
     
    25682568                                                                                                                        </fo:table-cell> 
    25692569                                                                                                                        <fo:table-cell> 
    2570                                                                                                                                 <fo:block> </fo:block> 
    2571                                                                                                                         </fo:table-cell> 
    2572                                                                                                                         <fo:table-cell> 
    2573                                                                                                                                 <fo:block> </fo:block> 
    2574                                                                                                                         </fo:table-cell> 
    2575                                                                                                                         <fo:table-cell> 
    2576                                                                                                                                 <fo:block> </fo:block> 
    2577                                                                                                                         </fo:table-cell> 
    2578                                                                                                                         <fo:table-cell> 
    2579                                                                                                                                 <fo:block> </fo:block> 
     2570                                                                                                                                <fo:block> </fo:block> 
     2571                                                                                                                        </fo:table-cell> 
     2572                                                                                                                        <fo:table-cell> 
     2573                                                                                                                                <fo:block> </fo:block> 
     2574                                                                                                                        </fo:table-cell> 
     2575                                                                                                                        <fo:table-cell> 
     2576                                                                                                                                <fo:block> </fo:block> 
     2577                                                                                                                        </fo:table-cell> 
     2578                                                                                                                        <fo:table-cell> 
     2579                                                                                                                                <fo:block> </fo:block> 
    25802580                                                                                                                        </fo:table-cell> 
    25812581                                                                                                                </fo:table-row> 
     
    26192619                                                                                                                                </fo:table-cell> 
    26202620                                                                                                                                <fo:table-cell> 
    2621                                                                                                                                         <fo:block> </fo:block> 
    2622                                                                                                                                 </fo:table-cell> 
    2623                                                                                                                                 <fo:table-cell> 
    2624                                                                                                                                         <fo:block> </fo:block> 
    2625                                                                                                                                 </fo:table-cell> 
    2626                                                                                                                                 <fo:table-cell> 
    2627                                                                                                                                         <fo:block> </fo:block> 
    2628                                                                                                                                 </fo:table-cell> 
    2629                                                                                                                                 <fo:table-cell> 
    2630                                                                                                                                         <fo:block> </fo:block> 
     2621                                                                                                                                        <fo:block> </fo:block> 
     2622                                                                                                                                </fo:table-cell> 
     2623                                                                                                                                <fo:table-cell> 
     2624                                                                                                                                        <fo:block> </fo:block> 
     2625                                                                                                                                </fo:table-cell> 
     2626                                                                                                                                <fo:table-cell> 
     2627                                                                                                                                        <fo:block> </fo:block> 
     2628                                                                                                                                </fo:table-cell> 
     2629                                                                                                                                <fo:table-cell> 
     2630                                                                                                                                        <fo:block> </fo:block> 
    26312631                                                                                                                                </fo:table-cell> 
    26322632                                                                                                                        </fo:table-row> 
    26332633                                                                                                                </xsl:for-each> 
    26342634                                                                                                        </fo:table-body> 
    2635                                                                                                 </fo:table> </fo:block> 
     2635                                                                                                </fo:table> </fo:block> 
    26362636                                                                                </fo:table-cell> 
    26372637                                                                        </fo:table-row> 
     
    26792679                                                                        <fo:table-row font-weight="bold" font-size="14pt"> 
    26802680                                                                                <fo:table-cell> 
    2681                                                                                         <fo:block> </fo:block> 
     2681                                                                                        <fo:block> </fo:block> 
    26822682                                                                                </fo:table-cell> 
    26832683                                                                        </fo:table-row> 
     
    26962696                                                                        <fo:table-row> 
    26972697                                                                                <fo:table-cell> 
    2698                                                                                         <fo:block> </fo:block> 
     2698                                                                                        <fo:block> </fo:block> 
    26992699                                                                                </fo:table-cell> 
    27002700                                                                        </fo:table-row> 
     
    27602760                                                                                                                        </fo:table-cell> 
    27612761                                                                                                                        <fo:table-cell> 
    2762                                                                                                                                 <fo:block> </fo:block> 
    2763                                                                                                                         </fo:table-cell> 
    2764                                                                                                                         <fo:table-cell> 
    2765                                                                                                                                 <fo:block> </fo:block> 
     2762                                                                                                                                <fo:block> </fo:block> 
     2763                                                                                                                        </fo:table-cell> 
     2764                                                                                                                        <fo:table-cell> 
     2765                                                                                                                                <fo:block> </fo:block> 
    27662766                                                                                                                        </fo:table-cell> 
    27672767                                                                                                                </fo:table-row> 
     
    28232823                                                                                                                                </fo:table-cell> 
    28242824                                                                                                                                <fo:table-cell> 
    2825                                                                                                                                         <fo:block> </fo:block> 
    2826                                                                                                                                 </fo:table-cell> 
    2827                                                                                                                                 <fo:table-cell> 
    2828                                                                                                                                         <fo:block> </fo:block> 
     2825                                                                                                                                        <fo:block> </fo:block> 
     2826                                                                                                                                </fo:table-cell> 
     2827                                                                                                                                <fo:table-cell> 
     2828                                                                                                                                        <fo:block> </fo:block> 
    28292829                                                                                                                                </fo:table-cell> 
    28302830                                                                                                                        </fo:table-row> 
    28312831                                                                                                                </xsl:for-each> 
    28322832                                                                                                        </fo:table-body> 
    2833                                                                                                 </fo:table> </fo:block> 
     2833                                                                                                </fo:table> </fo:block> 
    28342834                                                                                </fo:table-cell> 
    28352835                                                                        </fo:table-row> 
     
    28802880                                                                        <fo:table-row> 
    28812881                                                                                <fo:table-cell> 
    2882                                                                                         <fo:block> </fo:block> 
     2882                                                                                        <fo:block> </fo:block> 
    28832883                                                                                </fo:table-cell> 
    28842884                                                                        </fo:table-row> 
     
    30383038                                                                                                                </xsl:for-each> 
    30393039                                                                                                        </fo:table-body> 
    3040                                                                                                 </fo:table> </fo:block> 
     3040                                                                                                </fo:table> </fo:block> 
    30413041                                                                                </fo:table-cell> 
    30423042                                                                        </fo:table-row> 
     
    31173117                                                                        <fo:table-row> 
    31183118                                                                                <fo:table-cell> 
    3119                                                                                         <fo:block> </fo:block> 
     3119                                                                                        <fo:block> </fo:block> 
    31203120                                                                                </fo:table-cell> 
    31213121                                                                        </fo:table-row> 
     
    34953495                                                                                                                </xsl:for-each> 
    34963496                                                                                                        </fo:table-body> 
    3497                                                                                                 </fo:table> </fo:block> 
     3497                                                                                                </fo:table> </fo:block> 
    34983498                                                                                </fo:table-cell> 
    34993499                                                                        </fo:table-row> 
     
    35443544                                                                        <fo:table-row> 
    35453545                                                                                <fo:table-cell> 
    3546                                                                                         <fo:block> </fo:block> 
     3546                                                                                        <fo:block> </fo:block> 
    35473547                                                                                </fo:table-cell> 
    35483548                                                                        </fo:table-row> 
     
    37053705                                                                                                                </xsl:for-each> 
    37063706                                                                                                        </fo:table-body> 
    3707                                                                                                 </fo:table> </fo:block> 
     3707                                                                                                </fo:table> </fo:block> 
    37083708                                                                                </fo:table-cell> 
    37093709                                                                        </fo:table-row> 
     
    37393739                                                                        <fo:table-row> 
    37403740                                                                                <fo:table-cell> 
    3741                                                                                         <fo:block> </fo:block> 
     3741                                                                                        <fo:block> </fo:block> 
    37423742                                                                                </fo:table-cell> 
    37433743                                                                        </fo:table-row> 
     
    37743774                                                                                                                        </fo:table-cell> 
    37753775                                                                                                                        <fo:table-cell> 
    3776                                                                                                                                 <fo:block> </fo:block> 
    3777                                                                                                                         </fo:table-cell> 
    3778                                                                                                                         <fo:table-cell> 
    3779                                                                                                                                 <fo:block> </fo:block> 
    3780                                                                                                                         </fo:table-cell> 
    3781                                                                                                                         <fo:table-cell> 
    3782                                                                                                                                 <fo:block> </fo:block> 
    3783                                                                                                                         </fo:table-cell> 
    3784                                                                                                                         <fo:table-cell> 
    3785                                                                                                                                 <fo:block> </fo:block> 
    3786                                                                                                                         </fo:table-cell> 
    3787                                                                                                                         <fo:table-cell> 
    3788                                                                                                                                 <fo:block> </fo:block> 
     3776                                                                                                                                <fo:block> </fo:block> 
     3777                                                                                                                        </fo:table-cell> 
     3778                                                                                                                        <fo:table-cell> 
     3779                                                                                                                                <fo:block> </fo:block> 
     3780                                                                                                                        </fo:table-cell> 
     3781                                                                                                                        <fo:table-cell> 
     3782                                                                                                                                <fo:block> </fo:block> 
     3783                                                                                                                        </fo:table-cell> 
     3784                                                                                                                        <fo:table-cell> 
     3785                                                                                                                                <fo:block> </fo:block> 
     3786                                                                                                                        </fo:table-cell> 
     3787                                                                                                                        <fo:table-cell> 
     3788                                                                                                                                <fo:block> </fo:block> 
    37893789                                                                                                                        </fo:table-cell> 
    37903790                                                                                                                </fo:table-row> 
     
    38193819                                                                                                                                </fo:table-cell> 
    38203820                                                                                                                                <fo:table-cell> 
    3821                                                                                                                                         <fo:block> </fo:block> 
    3822                                                                                                                                 </fo:table-cell> 
    3823                                                                                                                                 <fo:table-cell> 
    3824                                                                                                                                         <fo:block> </fo:block> 
    3825                                                                                                                                 </fo:table-cell> 
    3826                                                                                                                                 <fo:table-cell> 
    3827                                                                                                                                         <fo:block> </fo:block> 
    3828                                                                                                                                 </fo:table-cell> 
    3829                                                                                                                                 <fo:table-cell> 
    3830                                                                                                                                         <fo:block> </fo:block> 
    3831                                                                                                                                 </fo:table-cell> 
    3832                                                                                                                                 <fo:table-cell> 
    3833                                                                                                                                         <fo:block> </fo:block> 
     3821                                                                                                                                        <fo:block> </fo:block> 
     3822                                                                                                                                </fo:table-cell> 
     3823                                                                                                                                <fo:table-cell> 
     3824                                                                                                                                        <fo:block> </fo:block> 
     3825                                                                                                                                </fo:table-cell> 
     3826                                                                                                                                <fo:table-cell> 
     3827                                                                                                                                        <fo:block> </fo:block> 
     3828                                                                                                                                </fo:table-cell> 
     3829                                                                                                                                <fo:table-cell> 
     3830                                                                                                                                        <fo:block> </fo:block> 
     3831                                                                                                                                </fo:table-cell> 
     3832                                                                                                                                <fo:table-cell> 
     3833                                                                                                                                        <fo:block> </fo:block> 
    38343834                                                                                                                                </fo:table-cell> 
    38353835                                                                                                                        </fo:table-row> 
    38363836                                                                                                                </xsl:for-each> 
    38373837                                                                                                        </fo:table-body> 
    3838                                                                                                 </fo:table> </fo:block> 
     3838                                                                                                </fo:table> </fo:block> 
    38393839                                                                                </fo:table-cell> 
    38403840                                                                        </fo:table-row> 
     
    38793879                                                                        <fo:table-row> 
    38803880                                                                                <fo:table-cell> 
    3881                                                                                         <fo:block> </fo:block> 
     3881                                                                                        <fo:block> </fo:block> 
    38823882                                                                                </fo:table-cell> 
    38833883                                                                        </fo:table-row> 
     
    40204020                                                                                                                </xsl:for-each> 
    40214021                                                                                                        </fo:table-body> 
    4022                                                                                                 </fo:table> </fo:block> 
     4022                                                                                                </fo:table> </fo:block> 
    40234023                                                                                </fo:table-cell> 
    40244024                                                                        </fo:table-row> 
     
    40954095                                                                                        <fo:table-row height="13.840px" overflow="hidden"> 
    40964096                                                                                                <fo:table-cell> 
    4097                                                                                                         <fo:block> </fo:block> 
     4097                                                                                                        <fo:block> </fo:block> 
    40984098                                                                                                </fo:table-cell> 
    40994099                                                                                        </fo:table-row> 
     
    43994399                                                                                                                                <fo:table-row> 
    44004400                                                                                                                                        <fo:table-cell> 
    4401                                                                                                                                                 <fo:block> </fo:block> 
     4401                                                                                                                                                <fo:block> </fo:block> 
    44024402                                                                                                                                        </fo:table-cell> 
    44034403                                                                                                                                </fo:table-row> 
     
    44144414                                                                                                                                </fo:table-row> 
    44154415                                                                                                                        </fo:table-body> 
    4416                                                                                                                 </fo:table> </fo:block> 
     4416                                                                                                                </fo:table> </fo:block> 
    44174417                                                                                                </fo:table-cell> 
    44184418                                                                                        </fo:table-row> 
     
    44594459                                                                        <fo:table-row> 
    44604460                                                                                <fo:table-cell> 
    4461                                                                                         <fo:block> </fo:block> 
     4461                                                                                        <fo:block> </fo:block> 
    44624462                                                                                </fo:table-cell> 
    44634463                                                                        </fo:table-row> 
     
    45854585                                                                                                                </xsl:for-each> 
    45864586                                                                                                        </fo:table-body> 
    4587                                                                                                 </fo:table> </fo:block> 
     4587                                                                                                </fo:table> </fo:block> 
    45884588                                                                                </fo:table-cell> 
    45894589                                                                        </fo:table-row> 
     
    46494649                                                                        <fo:table-row> 
    46504650                                                                                <fo:table-cell> 
    4651                                                                                         <fo:block> </fo:block> 
     4651                                                                                        <fo:block> </fo:block> 
    46524652                                                                                </fo:table-cell> 
    46534653                                                                        </fo:table-row> 
     
    49124912                                                                                                                </xsl:for-each> 
    49134913                                                                                                        </fo:table-body> 
    4914                                                                                                 </fo:table> </fo:block> 
     4914                                                                                                </fo:table> </fo:block> 
    49154915                                                                                </fo:table-cell> 
    49164916                                                                        </fo:table-row> 
     
    50035003                                <xslt:choose> 
    50045004                                        <xslt:when test="$month = 1">Janvier;Jan</xslt:when> 
    5005                                         <xslt:when test="$month = 2">Février;Fév</xslt:when> 
     5005                                        <xslt:when test="$month = 2">Février;Fév</xslt:when> 
    50065006                                        <xslt:when test="$month = 3">Mars;Mar</xslt:when> 
    50075007                                        <xslt:when test="$month = 4">Avril;Avr</xslt:when> 
     
    50095009                                        <xslt:when test="$month = 6">Juin;Jui</xslt:when> 
    50105010                                        <xslt:when test="$month = 7">Juillet;Juil</xslt:when> 
    5011                                         <xslt:when test="$month = 8">Août;Aoû</xslt:when> 
     5011                                        <xslt:when test="$month = 8">Août;Aoû</xslt:when> 
    50125012                                        <xslt:when test="$month = 9">Septembre;Sep</xslt:when> 
    50135013                                        <xslt:when test="$month = 10">Octobre;Oct</xslt:when> 
    50145014                                        <xslt:when test="$month = 11">Novembre;Nov</xslt:when> 
    5015                                         <xslt:when test="$month = 12">Décembre;Déc</xslt:when> 
     5015                                        <xslt:when test="$month = 12">Décembre;Déc</xslt:when> 
    50165016                                </xslt:choose> 
    50175017                        </xslt:when> 
     
    50205020                                        <xslt:when test="$month = 1">Januar;Jan</xslt:when> 
    50215021                                        <xslt:when test="$month = 2">Februar;Feb</xslt:when> 
    5022                                         <xslt:when test="$month = 3">März;Mär</xslt:when> 
     5022                                        <xslt:when test="$month = 3">MÀrz;MÀr</xslt:when> 
    50235023                                        <xslt:when test="$month = 4">April;Apr</xslt:when> 
    5024                                         <xslt:when test="$month = 5">Dürfen;Dür</xslt:when> 
     5024                                        <xslt:when test="$month = 5">DÃŒrfen;DÃŒr</xslt:when> 
    50255025                                        <xslt:when test="$month = 6">Juni;Jun</xslt:when> 
    50265026                                        <xslt:when test="$month = 7">Juli;Jul</xslt:when> 
     
    51135113                                        <xslt:when test="$day = 2">Lunes;Lun</xslt:when> 
    51145114                                        <xslt:when test="$day = 3">Martes;Mar</xslt:when> 
    5115                                         <xslt:when test="$day = 4">Miércoles;Mié</xslt:when> 
     5115                                        <xslt:when test="$day = 4">Miércoles;Mié</xslt:when> 
    51165116                                        <xslt:when test="$day = 5">Jueves;Jue</xslt:when> 
    51175117                                        <xslt:when test="$day = 6">Viernes;Vie</xslt:when> 
    5118                                         <xslt:when test="$day = 7">Sábado;Sáb</xslt:when> 
     5118                                        <xslt:when test="$day = 7">Sábado;Sáb</xslt:when> 
    51195119                                </xslt:choose> 
    51205120                        </xslt:when> 
  • projects/DailyDrillingReport_1.2/Deliveries/PDFreport/testDocumet_2011_04_07.xml

    r294 r335  
    33<witsml:drillReports  
    44        version="1.4.0.0"  
    5         xsi:schemaLocation="http://www.witsml.org/schemas/1series WITSML_drillReport_profiled_schema_2011_01_29.xsd"  
     5        xsi:schemaLocation="http://www.witsml.org/schemas/1series DDRv_1_2_1.xsd"  
    66        xmlns:witsml="http://www.witsml.org/schemas/1series"  
    77        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">