Changeset 799 for rfc2629xslt/rfc2629toFO.xslt
- Timestamp:
- 01/04/10 07:49:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toFO.xslt
r754 r799 215 215 <xsl:if test="@role"> 216 216 <fo:wrapper> (<xsl:value-of select="@role" />)</fo:wrapper> 217 </xsl:if> 218 <!-- annotation support for Martin "uuml" Duerst --> 219 <xsl:if test="@x:annotation"> 220 <xsl:text> </xsl:text> 221 <fo:wrapper font-style="italic"><xsl:value-of select="@x:annotation"/></fo:wrapper> 217 222 </xsl:if> 218 223 </fo:block> … … 252 257 <xsl:call-template name="extract-uri"/> 253 258 </xsl:variable> 254 <fo:block>URI: <fo:basic-link external-destination="url('{$uri}')" xsl:use-attribute-sets="external-link"><xsl:value-of select="$uri" /></fo:basic-link></fo:block> 259 <fo:block> 260 <xsl:text>URI: </xsl:text> 261 <fo:basic-link external-destination="url('{$uri}')" xsl:use-attribute-sets="external-link"><xsl:value-of select="$uri" /></fo:basic-link> 262 <xsl:if test="@x:annotation"> 263 <xsl:text> </xsl:text> 264 <fo:wrapper font-style="italic"><xsl:value-of select="@x:annotation"/></fo:wrapper> 265 </xsl:if> 266 </fo:block> 255 267 </xsl:for-each> 256 268 </fo:block>
Note: See TracChangeset
for help on using the changeset viewer.