Changeset ee92a8c in clfs-sysroot for BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
- Timestamp:
- Sep 9, 2007, 2:02:47 AM (17 years ago)
- Branches:
- master
- Children:
- 93fcbff
- Parents:
- c21857e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
rc21857e ree92a8c 82 82 83 83 <xsl:choose> 84 <xsl:when test="$node/@xlink .title">84 <xsl:when test="$node/@xlink:title"> 85 85 <xsl:attribute name="title"> 86 86 <xsl:value-of select="$node/@xlink:title"/> … … 118 118 <xsl:value-of select="$xhref"/> 119 119 </xsl:attribute> 120 <xsl:if test="$node/@xlink .title">120 <xsl:if test="$node/@xlink:title"> 121 121 <xsl:attribute name="title"> 122 122 <xsl:value-of select="$node/@xlink:title"/>
Note:
See TracChangeset
for help on using the changeset viewer.