Changeset edfecd6 for BOOK/stylesheets
- Timestamp:
- May 12, 2006, 2:23:37 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6f890b7
- Parents:
- 31f2530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/xhtml/lfs-mixed.xsl
r31f2530 redfecd6 4 4 xmlns="http://www.w3.org/1999/xhtml" 5 5 version="1.0"> 6 7 <!-- para --> 8 <xsl:template match="para"> 9 <xsl:choose> 10 <xsl:when test="child::ulink[@url=' ']"/> 11 <xsl:otherwise> 12 <xsl:call-template name="paragraph"> 13 <xsl:with-param name="class"> 14 <xsl:if test="@role and $para.propagates.style != 0"> 15 <xsl:value-of select="@role"/> 16 </xsl:if> 17 </xsl:with-param> 18 <xsl:with-param name="content"> 19 <xsl:if test="position() = 1 and parent::listitem"> 20 <xsl:call-template name="anchor"> 21 <xsl:with-param name="node" select="parent::listitem"/> 22 </xsl:call-template> 23 </xsl:if> 24 <xsl:call-template name="anchor"/> 25 <xsl:apply-templates/> 26 </xsl:with-param> 27 </xsl:call-template> 28 </xsl:otherwise> 29 </xsl:choose> 30 </xsl:template> 6 31 7 32 <!-- screen -->
Note:
See TracChangeset
for help on using the changeset viewer.