Changeset b9c15a7 for BOOK/stylesheets/clfs-profile.xsl
- Timestamp:
- Apr 24, 2011, 11:51:46 AM (14 years ago)
- Children:
- 6d86eb1
- Parents:
- a8c30a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/clfs-profile.xsl
ra8c30a5 rb9c15a7 144 144 <xsl:value-of select="c:title" /> 145 145 </xsl:element> 146 <xsl:if test=" string-length($titlesuffix) >0">146 <xsl:if test="(string-length($titlesuffix) + string-length(c:variant)) > 0"> 147 147 <xsl:text> 148 148 </xsl:text> 149 149 <xsl:element name="secondary"> 150 <xsl:if test="string-length(c:variant) > 0"> 151 <xsl:value-of select="c:variant" /> 152 <xsl:if test="string-length($titlesuffix) > 0"> 153 <xsl:text>, </xsl:text> 154 </xsl:if> 155 </xsl:if> 150 156 <xsl:value-of select="$titlesuffix" /> 151 157 </xsl:element>
Note:
See TracChangeset
for help on using the changeset viewer.