Changeset 8853 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_localOutlineUiWidget/content.xsl.xsl
- Timestamp:
- 03/02/07 17:55:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_localOutlineUiWidget/content.xsl.xsl
r8852 r8853 107 107 </xsl0:template> 108 108 <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)]"> 110 110 <xsl0:apply-templates/> 111 111 </xsl:when> … … 401 401 </a> 402 402 </xsl:if> 403 <xsl:if test=" boolean(.//scBlock[scBlockTitle]) or count(.//scBlock//hx//text()[string-length(normalize-space())>0])">403 <xsl:if test="descendant::scBlock[scBlockTitle or normalize-space(descendant::hx)]"> 404 404 <xsl0:choose> 405 405 <xsl0:when test="$vListElt = 'suppressed'">
Note: See TracChangeset
for help on using the changeset viewer.