Changeset 3122a12 for stylesheets/xhtml
- Timestamp:
- May 12, 2006, 2:23:37 PM (19 years ago)
- Children:
- b265510
- Parents:
- f1acf6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/xhtml/lfs-mixed.xsl
rf1acf6b r3122a12 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.