- Timestamp:
- Apr 24, 2011, 11:51:46 AM (14 years ago)
- Children:
- 6d86eb1
- Parents:
- a8c30a5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/schema/clfs/0.1/rng/clfs.rnc
ra8c30a5 rb9c15a7 127 127 element c:title { text }, 128 128 element c:version { text }, 129 element c:variant { text }?, 129 130 element c:description { clfs.inline }, 130 131 -
BOOK/schema/clfs/0.1/rng/clfs.rng
ra8c30a5 rb9c15a7 211 211 <text/> 212 212 </element> 213 <optional> 214 <element name="c:variant"> 215 <text/> 216 </element> 217 </optional> 213 218 <element name="c:description"> 214 219 <ref name="clfs.inline"/> -
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.