Changeset ee92a8c in clfs-sysroot for BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/graphics.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/fo/graphics.xsl
rc21857e ree92a8c 376 376 </xsl:choose> 377 377 </xsl:when> 378 <xsl:otherwise> 379 <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" 380 href="{$filename}"/> 378 <xsl:otherwise> 379 <xsl:message terminate="yes"> 380 <xsl:text>Cannot insert </xsl:text><xsl:value-of select="$filename"/> 381 <xsl:text>. Check use.extensions and textinsert.extension parameters.</xsl:text> 382 </xsl:message> 381 383 </xsl:otherwise> 382 384 </xsl:choose> … … 495 497 </xsl:when> 496 498 <xsl:otherwise> 497 <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" 498 href="{$filename}"/> 499 </xsl:otherwise> 499 <xsl:message terminate="yes"> 500 <xsl:text>Cannot insert </xsl:text><xsl:value-of select="$filename"/> 501 <xsl:text>. Check use.extensions and textinsert.extension parameters.</xsl:text> 502 </xsl:message> 503 </xsl:otherwise> 500 504 </xsl:choose> 501 505 </xsl:when> … … 533 537 534 538 <xsl:template match="textdata"> 539 <xsl:variable name="vendor" select="system-property('xsl:vendor')"/> 535 540 <xsl:variable name="filename"> 536 541 <xsl:choose> … … 565 570 <xtext:insertfile href="{$filename}"/> 566 571 </xsl:when> 567 <xsl:otherwise> 568 <xsl:message terminate="yes"> 569 <xsl:text>No insertfile extension available.</xsl:text> 570 </xsl:message> 571 </xsl:otherwise> 572 <xsl:otherwise> 573 <xsl:message terminate="yes"> 574 <xsl:text>Don't know how to insert files with </xsl:text> 575 <xsl:value-of select="$vendor"/> 576 </xsl:message> 577 </xsl:otherwise> 572 578 </xsl:choose> 573 579 </xsl:when> 574 580 <xsl:otherwise> 575 <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" 576 href="{$filename}"/> 581 <xsl:message terminate="yes"> 582 <xsl:text>Cannot insert </xsl:text><xsl:value-of select="$filename"/> 583 <xsl:text>. Check use.extensions and textinsert.extension parameters.</xsl:text> 584 </xsl:message> 577 585 </xsl:otherwise> 578 586 </xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.