Ignore:
Timestamp:
03/02/07 17:55:34 (5 years ago)
Author:
sam
Message:

debug localOutline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_localOutlineUiWidget/content.xsl.xsl

    r8852 r8853  
    107107        </xsl0:template> 
    108108        <xsl0:template match="sm:whenOutlineNotEmpty"> 
    109                 <xsl:when test="descendant::scBlock[scBlockTitle or normalize-space(descendant::hx)])"> 
     109                <xsl:when test="descendant::scBlock[scBlockTitle or normalize-space(descendant::hx)]"> 
    110110                        <xsl0:apply-templates/> 
    111111                </xsl:when> 
     
    401401                        </a> 
    402402                </xsl:if> 
    403                 <xsl:if test="boolean(.//scBlock[scBlockTitle]) or count(.//scBlock//hx//text()[string-length(normalize-space())&gt;0])"> 
     403                <xsl:if test="descendant::scBlock[scBlockTitle or normalize-space(descendant::hx)]"> 
    404404                        <xsl0:choose> 
    405405                                <xsl0:when test="$vListElt = 'suppressed'"> 
Note: See TracChangeset for help on using the changeset viewer.