Mode:

Compact lists

Showing:

Documentation
Parameters
Used by
References
Included from
Source
Stylesheet ph_inline.xsl
Included from
Stylesheet version 1.0
Template descriptionAndDetails
Documentation

Description

 info see parent 'ph_main.xsl' 
 #H2# preinclude 
x.l:include href="../../lib/common_xsl/i18n_xsl.xsl"/
x.l:include href="../../lib/common_xsl/common_xsl.xsl"/
x.l:include href="./ph_loop.xsl"/
 #H2# TEMPLATE 
 #H4# Cmt_inlineDiv :description + div.detail 
Namespace No namespace
Used by
Import precedence 0
Source
<xsl:template name="descriptionAndDetails">
  <xsl:apply-templates mode="mdTxt" select="ce:Description"/>
  <div class="ce_stDetail">
    <xsl:apply-templates mode="mdInlineBr" select="*[local-name() != 'Description']"/>
  </div>
</xsl:template>
Template *mdSuffBr
Documentation

Description

 #H4# Cmt_inlineBr : mode "inline + br" or "Suffix br"  
Namespace No namespace
Match *
Mode mdSuffBr
Import precedence 0
Source
<xsl:template mode="mdSuffBr" match="*">
  <xsl:apply-templates select="."/>
  <br/>
</xsl:template>
Template @payloadID | @documentId | @documentDate | @quantity
Namespace No namespace
Match @payloadID | @documentId | @documentDate | @quantity
Mode #default
Import precedence 0
Source
<xsl:template match="@payloadID | @documentId | @documentDate | @quantity">
  <xsl:value-of select="."/>
  <br/>
</xsl:template>
Template ce:Comment | ce:Description | ce:ExemptReason | ce:OrderDesc | ce:Reason
Documentation

Description

 #H4# Cmt_inline no label 
 Cmt inline no label 
Namespace No namespace
Match ce:Comment | ce:Description | ce:ExemptReason | ce:OrderDesc | ce:Reason
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:Comment | ce:Description | ce:ExemptReason | ce:OrderDesc | ce:Reason">
  <xsl:call-template name="tplHtmlLike">
    <xsl:with-param name="aVal" select="."/>
  </xsl:call-template>
</xsl:template>
Template ce:TaxAmount | ce:CountryCode | ce:AreaOrCityCode | ce:Number | ce:PaperBrandName | ce:PaperSupply | ce:PaperQuality | ce:PaperArticleNumber
Documentation

Description

Cmt: [<gen>] label(eltName) + inlineBr 
Namespace No namespace
Match ce:TaxAmount | ce:CountryCode | ce:AreaOrCityCode | ce:Number | ce:PaperBrandName | ce:PaperSupply | ce:PaperQuality | ce:PaperArticleNumber
Mode #default
References
Templates
Import precedence 0
Source
<xsl:template match="ce:TaxAmount | ce:CountryCode | ce:AreaOrCityCode | ce:Number | ce:PaperBrandName | ce:PaperSupply | ce:PaperQuality | ce:PaperArticleNumber">
  <xsl:call-template name="labelByTagName"/>
  <xsl:call-template name="nLoopBr"/>
  <xsl:apply-templates/>
  <xsl:text> </xsl:text>
</xsl:template>
Template ce:Version | ce:UserAgent | ce:ShippingMark | ce:PaperLabel | ce:PaperShade | ce:InternalId
Documentation

Description

Cmt: [<gen>] label(eltName) + apply-self + Br 
Namespace No namespace
Match ce:Version | ce:UserAgent | ce:ShippingMark | ce:PaperLabel | ce:PaperShade | ce:InternalId
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:Version | ce:UserAgent | ce:ShippingMark | ce:PaperLabel | ce:PaperShade | ce:InternalId">
  <xsl:call-template name="labelByTagName"/>
  <xsl:value-of select="."/>
  <br/>
</xsl:template>
Template ce:GrainDirection | ce:NumberOfSections | ce:NumberOfWorks | ce:SuppliedBy | ce:StitchingDetails | ce:WrappingType | ce:Tolerances | ce:Title | ce:Subtitle | ce:Collection | ce:NumberOfPages | ce:Imposition
Documentation

Description

 #H4# Cmt_inline 
Cmt_inline [<gen>] : label(eltName) + apply* 
Namespace No namespace
Match ce:GrainDirection | ce:NumberOfSections | ce:NumberOfWorks | ce:SuppliedBy | ce:StitchingDetails | ce:WrappingType | ce:Tolerances | ce:Title | ce:Subtitle | ce:Collection | ce:NumberOfPages | ce:Imposition
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:GrainDirection | ce:NumberOfSections | ce:NumberOfWorks | ce:SuppliedBy | ce:StitchingDetails | ce:WrappingType | ce:Tolerances | ce:Title | ce:Subtitle | ce:Collection | ce:NumberOfPages | ce:Imposition">
  <xsl:call-template name="labelByTagName"/>
  <xsl:apply-templates/>
</xsl:template>
Template ce:GrossAmount | ce:InvoiceDetailDiscount | ce:NetAmount | ce:DueAmount
Documentation

Description

Cmt_inline [<gen>] 
Namespace No namespace
Match ce:GrossAmount | ce:InvoiceDetailDiscount | ce:NetAmount | ce:DueAmount
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:GrossAmount | ce:InvoiceDetailDiscount | ce:NetAmount | ce:DueAmount">
  <xsl:if test="not(parent::ce:InvoiceDetailSummary)">
    <xsl:call-template name="labelByTagName"/>
  </xsl:if>
  <xsl:apply-templates/>
</xsl:template>
Template ce:OrderedQuantity | ce:Quantity | ce:UnitPerPallet | ce:QuantityPerPacking | ce:QuantityVarianceNote | ce.Period
Documentation

Description

Cmt_inline [<gen>] : label(eltName) + md_n10 
Namespace No namespace
Match ce:OrderedQuantity | ce:Quantity | ce:UnitPerPallet | ce:QuantityPerPacking | ce:QuantityVarianceNote | ce.Period
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:OrderedQuantity | ce:Quantity | ce:UnitPerPallet | ce:QuantityPerPacking | ce:QuantityVarianceNote | ce.Period">
  <xsl:call-template name="labelByTagName"/>
  <xsl:apply-templates select="." mode="md_n10"/>
</xsl:template>
Template ce:StapleType | ce:StapleColor | ce:NumberOfStaples | ce:PaperSplitting | ce:WrappingFlaps | ce:CoEditionRunOn | ce:GluedHinge | ce:Creasing | ce:Bookblock | ce:Cover | ce:ManualOperation | ce:Paperback
Documentation

Description

Cmt_inline [<txt>] 'xs:boolean' : ', '? +  textLabel(eltName)  
Namespace No namespace
Match ce:StapleType | ce:StapleColor | ce:NumberOfStaples | ce:PaperSplitting | ce:WrappingFlaps | ce:CoEditionRunOn | ce:GluedHinge | ce:Creasing | ce:Bookblock | ce:Cover | ce:ManualOperation | ce:Paperback
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:StapleType | ce:StapleColor | ce:NumberOfStaples | ce:PaperSplitting | ce:WrappingFlaps | ce:CoEditionRunOn | ce:GluedHinge | ce:Creasing | ce:Bookblock | ce:Cover | ce:ManualOperation | ce:Paperback">
  <xsl:choose>
    <xsl:when test="position() > 1">
      <xsl:text>, </xsl:text>
    </xsl:when>
    <xsl:otherwise>
      <xsl:text> </xsl:text>
    </xsl:otherwise>
  </xsl:choose>
  <xsl:call-template name="textLabelByTagName"/>
  <xsl:apply-templates/>
</xsl:template>
Template ce:ReadingDirection | ce:BindingDirection | ce:Orientation | ce:CoEditionRunOn | ce:VersionEdition | ce:InkType | ce:PrintingTechnology | ce:PaperShape | ce:CoEditionRunOn | ce:ExistingTool | ce:StickerForm | ce:StickerGlue | ce:StickerApparence | ce:PaperShape
Documentation

Description

 Cmt_inline : label(eltName) + label(.)  
Namespace No namespace
Match ce:ReadingDirection | ce:BindingDirection | ce:Orientation | ce:CoEditionRunOn | ce:VersionEdition | ce:InkType | ce:PrintingTechnology | ce:PaperShape | ce:CoEditionRunOn | ce:ExistingTool | ce:StickerForm | ce:StickerGlue | ce:StickerApparence | ce:PaperShape
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:ReadingDirection | ce:BindingDirection | ce:Orientation | ce:CoEditionRunOn | ce:VersionEdition | ce:InkType | ce:PrintingTechnology | ce:PaperShape | ce:CoEditionRunOn | ce:ExistingTool | ce:StickerForm | ce:StickerGlue | ce:StickerApparence | ce:PaperShape">
  <xsl:call-template name="labelByTagName"/>
  <xsl:text> </xsl:text>
  <xsl:call-template name="getLabel">
    <xsl:with-param name="aVal" select="string(.)"/>
  </xsl:call-template>
  <xsl:text> </xsl:text>
</xsl:template>
Template ce:Amalgam
Documentation

Description

Cmt: label(eltName) + use content 'ce:Description' or useTags 
Namespace No namespace
Match ce:Amalgam
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:Amalgam">
  <xsl:call-template name="labelByTagName"/>
  <xsl:call-template name="descriptionAndDetails"/>
</xsl:template>
Template ce:Environment
Documentation

Description

Cmt: 'ce:Environment'  label(eltName) + loop.Carbon.sep 
Namespace No namespace
Match ce:Environment
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:Environment">
  <xsl:call-template name="labelByTagName"/>
  <xsl:for-each select="ce:Carbon">
    <xsl:if test="1 = position()">
      <xsl:call-template name="textLabelByTagName"/>
    </xsl:if>
    <xsl:value-of select="concat(., ' ', @unit)"/>
    <xsl:if test="position() < last()">
      <xsl:text>, </xsl:text>
    </xsl:if>
  </xsl:for-each>
</xsl:template>
Template ce:SpecSections
Documentation

Description

 #H4# mode normal as inline 
 Cmt_inlineBr [BookComponentBloc| ...] 'ce:SpecSections_type' : loop Sections 
Namespace No namespace
Match ce:SpecSections
Mode #default
Import precedence 0
Source
<xsl:template match="ce:SpecSections">
  <xsl:apply-templates/>
</xsl:template>
Template ce:Packing
Documentation

Description

 Cmt_mdInlineBr : 'Packing_type' : pckCode (Desc) \n quanty ShpMrk.. 
Namespace No namespace
Match ce:Packing
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:Packing">
  <div class="br">
    <xsl:call-template name="labelByTagName"/>
    <xsl:call-template name="getLabel">
      <xsl:with-param name="aVal" select="ce:PackingCode"/>
    </xsl:call-template>
    <xsl:apply-templates select="ce:PackingLevelCode"/>
    <xsl:if test="'' != ce:Description">
      <xsl:text> (</xsl:text>
      <xsl:apply-templates mode="mdTxt" select="ce:Description"/>
      <xsl:text>)</xsl:text>
    </xsl:if>
    <br/>
    <xsl:apply-templates select="ce:QuantityPerPacking"/>
    <div class="ce_stDetail">
      <xsl:call-template name="nLoopExceptBr">
        <xsl:with-param name="aExcept">!PackingCode!PackingLevelCode!Description!QuantityPerPacking!</xsl:with-param>
      </xsl:call-template>
    </div>
  </div>
</xsl:template>
Template ce:AttachDetails
Documentation

Description

 Cmt: AttachDetails_type : label(URL ) + ./URL + detail 
Namespace No namespace
Match ce:AttachDetails
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:AttachDetails">
  <xsl:call-template name="nLoopAndDetailBr">
    <xsl:with-param name="aDetailList">!URL!</xsl:with-param>
  </xsl:call-template>
</xsl:template>
Template ce:SheetSize | ce:OverallFormat | ce:TrimmedSize | ce:Overflow | ce:Dimension
Documentation

Description

 Cmt_inline : 'ce:Dimension_type' : label(eltName) + @type + Lenght.unit x Widht.unit 
 todo : check in details 
Namespace No namespace
Match ce:SheetSize | ce:OverallFormat | ce:TrimmedSize | ce:Overflow | ce:Dimension
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:SheetSize | ce:OverallFormat | ce:TrimmedSize | ce:Overflow | ce:Dimension">
  <xsl:call-template name="labelByTagName"/>
  <xsl:if test="@type">
    <xsl:text> </xsl:text>
    <xsl:value-of select="@type"/>
  </xsl:if>
  <xsl:call-template name="getLabel">
    <xsl:with-param name="aVal" select="'Width'"/>
  </xsl:call-template>
  <xsl:text> = </xsl:text>
  <xsl:apply-templates select="ce:Width"/>
  <xsl:text> x </xsl:text>
  <xsl:call-template name="getLabel">
    <xsl:with-param name="aVal" select="'Height'"/>
  </xsl:call-template>
  <xsl:text> = </xsl:text>
  <xsl:apply-templates select="ce:Height"/>
</xsl:template>
Template ce:DateInfo
Documentation

Description

 Cmt : 'DateInfo_type' : label(@type) + frm(@date) 
Namespace No namespace
Match ce:DateInfo
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:DateInfo">
  <xsl:call-template name="getSpanLabel">
    <xsl:with-param name="aVal" select="@type"/>
  </xsl:call-template>
  <xsl:call-template name="getDateFormated">
    <xsl:with-param name="aVal" select="@date"/>
  </xsl:call-template>
</xsl:template>
Template ce:TimeSlot
Documentation

Description

 Cmt : 'TimeSlot_type' : label(@type) + frm(@start) + frm(@end) 
Namespace No namespace
Match ce:TimeSlot
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:TimeSlot">
  <xsl:call-template name="getSpanLabel">
    <xsl:with-param name="aVal" select="@type"/>
  </xsl:call-template>
  <xsl:call-template name="getDateFormated">
    <xsl:with-param name="aVal" select="@start"/>
  </xsl:call-template>
  <xsl:text> - </xsl:text>
  <xsl:call-template name="getDateFormated">
    <xsl:with-param name="aVal" select="@end"/>
  </xsl:call-template>
</xsl:template>
Template ce:Authors
Documentation

Description

 Cmt_inline : Authors 
Namespace No namespace
Match ce:Authors
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:Authors">
  <xsl:call-template name="labelByTagName"/>
  <xsl:for-each select="ce:Author">
    <xsl:value-of select="."/>
    <xsl:if test="position() < last()">
      <xsl:text>, </xsl:text>
    </xsl:if>
  </xsl:for-each>
</xsl:template>
Template ce:InkCoverage
Documentation

Description

 Cmt_inline : 'Percentage_type' : label(tagName) +  text(@percent) 
Namespace No namespace
Match ce:InkCoverage
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:InkCoverage">
  <xsl:call-template name="labelByTagName"/>
  <xsl:value-of select="@percent"/>
</xsl:template>
Template ce:PaperWeight | ce:PaperBulk | ce:PaperThickness | ce:PaperAllocation | ce:ReelWidth | ce:ReelLength | ce:ReelDiameter | ce:FrontFlapWitdh | ce:BackFlapWitdh | ce:TopFlapHeight | ce:BottomFlapHeight | ce:PackingWeight | ce:MaxPackingHeight | ce:MaxPackingWeight | ce:BoardWidth | ce:FrontFoamPaddingBulk | ce:RearFoamPaddingBulk | ce:Measurement
Documentation

Description

 Cmt_line  'ce:Measure_type' : label(eltName)  + . +  @unit  
Namespace No namespace
Match ce:PaperWeight | ce:PaperBulk | ce:PaperThickness | ce:PaperAllocation | ce:ReelWidth | ce:ReelLength | ce:ReelDiameter | ce:FrontFlapWitdh | ce:BackFlapWitdh | ce:TopFlapHeight | ce:BottomFlapHeight | ce:PackingWeight | ce:MaxPackingHeight | ce:MaxPackingWeight | ce:BoardWidth | ce:FrontFoamPaddingBulk | ce:RearFoamPaddingBulk | ce:Measurement
Mode #default
References
Templates
Import precedence 0
Source
<xsl:template match="ce:PaperWeight | ce:PaperBulk | ce:PaperThickness | ce:PaperAllocation | ce:ReelWidth | ce:ReelLength | ce:ReelDiameter | ce:FrontFlapWitdh | ce:BackFlapWitdh | ce:TopFlapHeight | ce:BottomFlapHeight | ce:PackingWeight | ce:MaxPackingHeight | ce:MaxPackingWeight | ce:BoardWidth | ce:FrontFoamPaddingBulk | ce:RearFoamPaddingBulk | ce:Measurement">
  <xsl:call-template name="labelByTagName"/>
  <xsl:value-of select="."/>
  <xsl:call-template name="tplEx"/>
  <xsl:text> </xsl:text>
</xsl:template>
Template ce:PaperCertification
Documentation

Description

 Cmt_inline  'ce:Certification_type' : label(eltName)  + bool(certified) +  .  
Namespace No namespace
Match ce:PaperCertification
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:PaperCertification">
  <xsl:call-template name="labelByTagName"/>
  <xsl:choose>
    <xsl:when test="'' = @certified or 'yes' = @certified">
      <!-- nothing -->
    </xsl:when>
    <xsl:otherwise>
      <xsl:call-template name="getLabel">
        <xsl:with-param name="aVal" select="NotCertified"/>
      </xsl:call-template>
      <xsl:text> </xsl:text>
    </xsl:otherwise>
  </xsl:choose>
  <xsl:value-of select="."/>
</xsl:template>
Template ce:Folding
Documentation

Description

 Cmt_inline 'ce:Folding_type' :  
Namespace No namespace
Match ce:Folding
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:Folding">
  <xsl:call-template name="getLabel">
    <xsl:with-param name="aVal" select="normalize-space(.)"/>
  </xsl:call-template>
  <xsl:for-each select="ce:FoldingType">
    <xsl:value-of select="."/>
    <xsl:if test="position() < last()">
      <xsl:text>, </xsl:text>
    </xsl:if>
  </xsl:for-each>
  <xsl:if test="true() = @everFolded">
    <xsl:text> </xsl:text>
    <xsl:call-template name="getLabel">
      <xsl:with-param name="aVal" select="@everFolded"/>
    </xsl:call-template>
  </xsl:if>
</xsl:template>
Template ce:SpecPapers
Documentation

Description

 #H4# Cmt_inlineLi or inlineDiv ... 
 #H4# Cmt_inlineLi or inlineDiv ... 
 Cmt_inlineLi 'SpecPapers_type' : label + loop.Paper 
Namespace No namespace
Match ce:SpecPapers
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:SpecPapers">
  <xsl:call-template name="labelByTagName"/>
  <ol>
    <xsl:for-each select="ce:Paper">
      <li>
        <xsl:apply-templates select="*"/>
      </li>
    </xsl:for-each>
  </ol>
</xsl:template>
Template ce:SpecColours
Documentation

Description

 Cmt_inlineLi [niv] : 'ce:SpecColours_type' : label(eltName) + text(@date) 
Namespace No namespace
Match ce:SpecColours
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:SpecColours">
  <xsl:call-template name="getSpanLabel">
    <xsl:with-param name="aVal" select="local-name()"/>
  </xsl:call-template>
  <xsl:for-each select="ce:Colour">
    <xsl:choose>
      <xsl:when test="'both' = @location">
        <!-- nothing : both = default -->
      </xsl:when>
      <xsl:otherwise>
        <span class="font-italic">
          <xsl:if test="'verso' = @location">
            <div class="br">
              <xsl:text/>
            </div>
          </xsl:if>
          <xsl:value-of select="@location"/>
          <xsl:text>: </xsl:text>
        </span>
      </xsl:otherwise>
    </xsl:choose>
    <xsl:choose>
      <xsl:when test="ce:NumberOfSpotColours != '0'">
        <xsl:value-of select="concat(ce:TotalNumberOfColours, ' couleurs, dont ', ce:NumberOfSpotColours, ' spotcolour: ')"/>
      </xsl:when>
      <xsl:otherwise>
        <xsl:value-of select="concat(ce:TotalNumberOfColours, ' couleurs ')"/>
      </xsl:otherwise>
    </xsl:choose>
    <xsl:for-each select="ce:ColourReferences/ce:ColourRef">
      <xsl:if test="position() = 1 or @type != preceding-sibling::ce:ColourRe/@type">
        <xsl:value-of select="@type"/>
        <xsl:text> </xsl:text>
      </xsl:if>
      <xsl:value-of select="."/>
      <xsl:if test="position() != last()">
        <xsl:text>, </xsl:text>
      </xsl:if>
    </xsl:for-each>
    <xsl:text> </xsl:text>
  </xsl:for-each>
</xsl:template>
Template ce:SpecFiles
Documentation

Description

 Cmt_inlineLi : 'SpecFiles_type' : label(tagName) + loop(Resource) list text(@date) 
Namespace No namespace
Match ce:SpecFiles
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:SpecFiles">
  <xsl:call-template name="labelByTagName"/>
  <ul>
    <xsl:for-each select="ce:Resource">
      <li>
        <xsl:apply-templates select="."/>
      </li>
    </xsl:for-each>
  </ul>
</xsl:template>
Template ce:FinishsBloc | ce:FinishsEndpapers | ce:FinishsLooseInsert | ce:FinishsJacket | ce:FinishsSticker | ce:FinishsBinding
Documentation

Description

Cmt_inlineLi 'ce:Finishs_type'  
Namespace No namespace
Match ce:FinishsBloc | ce:FinishsEndpapers | ce:FinishsLooseInsert | ce:FinishsJacket | ce:FinishsSticker | ce:FinishsBinding
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:FinishsBloc | ce:FinishsEndpapers | ce:FinishsLooseInsert | ce:FinishsJacket | ce:FinishsSticker | ce:FinishsBinding">
  <xsl:call-template name="labelByTagName"/>
  <ul>
    <xsl:for-each select="ce:SpecialFinish">
      <li>
        <xsl:call-template name="descriptionAndDetails"/>
      </li>
    </xsl:for-each>
  </ul>
</xsl:template>
Template lst_IdReference
Documentation

Description

 #H4#  ref  
Namespace No namespace
Used by
Import precedence 0
Source
<xsl:template name="lst_IdReference">
  <xsl:for-each select="ce:IdReference">
    <xsl:apply-templates select="."/>
    <br/>
  </xsl:for-each>
</xsl:template>
Template ce:IdReference | ce:ItemReference | ce:DocumentReference
Namespace No namespace
Match ce:IdReference | ce:ItemReference | ce:DocumentReference
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:IdReference | ce:ItemReference | ce:DocumentReference">
  <xsl:call-template name="getSpanLabel">
    <xsl:with-param name="aList" select="local-name()"/>
    <xsl:with-param name="aVal" select="@domain"/>
  </xsl:call-template>
  <xsl:value-of select="@identifier"/>
</xsl:template>
Template lst_Extrinsic
Namespace No namespace
Import precedence 0
Source
<xsl:template name="lst_Extrinsic">
  <xsl:for-each select="ce:Extrinsic">
    <xsl:apply-templates select="."/>
    <br/>
  </xsl:for-each>
</xsl:template>
Template ce:Extrinsic
Namespace No namespace
Match ce:Extrinsic
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:Extrinsic">
  <span class="font-italic">
    <xsl:call-template name="getSpanLabel">
      <xsl:with-param name="aList" select="local-name()"/>
      <xsl:with-param name="aVal" select="@name"/>
    </xsl:call-template>
    <xsl:value-of select="."/>
  </span>
</xsl:template>
Template ce:TaxDetail
Documentation

Description

Cmt_inlineBr: [detail[niv]] 'TaxDetail'  
Namespace No namespace
Match ce:TaxDetail
Mode #default
References
Import precedence 0
Source
<xsl:template match="ce:TaxDetail">
  <xsl:call-template name="textLabelByTagName"/>
  <xsl:call-template name="getLabelSeprator"/>
  <!--
<x.l:apply-templates select="*[local-name() != 'TaxAmount']"/>
<x.l:apply-templates mode="mdTxt" select="ce:TaxAmount"/>        
-->
  <xsl:apply-templates select="*"/>
</xsl:template>
Template ce:PostalAddress
Documentation

Description

Cmt_inlineBr: [niv] '' 
Namespace No namespace
Match ce:PostalAddress
Mode #default
References
Parameters
QName Namespace
aName No namespace
Import precedence 0
Source
<xsl:template match="ce:PostalAddress">
  <xsl:param name="aName"/>
  <address>
    <xsl:if test="'' != @name">
      <xsl:call-template name="nLoopBrVal">
        <xsl:with-param name="aVal">
          <xsl:call-template name="getSpanLabel">
            <xsl:with-param name="aVal">Identifier</xsl:with-param>
          </xsl:call-template>
          <xsl:text> </xsl:text>
          <xsl:value-of select="@name"/>
        </xsl:with-param>
      </xsl:call-template>
    </xsl:if>
    <xsl:call-template name="nLoopTxt"/>
  </address>
</xsl:template>
Template ce:ShipStatus
Documentation

Description

Cmt_inlineBr: '' 
Namespace No namespace
Match ce:ShipStatus
Mode #default
References
Template
Import precedence 0
Source
<xsl:template match="ce:ShipStatus">
  <xsl:if test="'' != @itemOutId or '' != @trackingId">
    <div class="br">
      <xsl:call-template name="labelByTagName"/>
      <br/>
      <span class="ml-4 pl-4"> </span>
      <xsl:apply-templates mode="mdAttOpt" select="@*"/>
    </div>
  </xsl:if>
</xsl:template>