Ignore:
Timestamp:
09/09/2007 08:55:14 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d4ce7bec
Parents:
e747759
Message:

Merged r8368 from new-xsl branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/graphics.xsl

    re747759 rc1fe047a  
    376376          </xsl:choose>
    377377        </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>
    381383        </xsl:otherwise>
    382384      </xsl:choose>
     
    495497        </xsl:when>
    496498        <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>
    500504      </xsl:choose>
    501505    </xsl:when>
     
    533537
    534538<xsl:template match="textdata">
     539  <xsl:variable name="vendor" select="system-property('xsl:vendor')"/>
    535540  <xsl:variable name="filename">
    536541    <xsl:choose>
     
    565570          <xtext:insertfile href="{$filename}"/>
    566571        </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>
    572578      </xsl:choose>
    573579    </xsl:when>
    574580    <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>
    577585    </xsl:otherwise>
    578586  </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.