Ignore:
Timestamp:
12/10/2013 11:37:38 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
112db9d
Parents:
f2a5108
Message:

Import new branch

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

File:
1 moved

Legend:

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

    rf2a5108 rb1a51ac1  
    1414
    1515<!-- ********************************************************************
    16      $Id$
     16     $Id: docbook.xsl 9647 2012-10-26 17:42:03Z bobstayton $
    1717     ********************************************************************
    1818
     
    2525<!-- ==================================================================== -->
    2626
    27 <xsl:include href="../VERSION"/>
     27<xsl:include href="../VERSION.xsl"/>
    2828<xsl:include href="param.xsl"/>
    2929<xsl:include href="../lib/lib.xsl"/>
     
    8181<xsl:include href="fop.xsl"/>
    8282<xsl:include href="fop1.xsl"/>
    83 <xsl:include href="passivetex.xsl"/>
    8483<xsl:include href="xep.xsl"/>
    8584<xsl:include href="axf.xsl"/>
     
    9695<xsl:template match="*">
    9796  <xsl:message>
    98     <xsl:value-of select="name(.)"/>
    99     <xsl:text> encountered</xsl:text>
     97    <xsl:text>Element </xsl:text>
     98    <xsl:value-of select="local-name(.)"/>
     99    <xsl:text> in namespace '</xsl:text>
     100    <xsl:value-of select="namespace-uri(.)"/>
     101    <xsl:text>' encountered</xsl:text>
    100102    <xsl:if test="parent::*">
    101103      <xsl:text> in </xsl:text>
     
    104106    <xsl:text>, but no template matches.</xsl:text>
    105107  </xsl:message>
     108 
    106109  <fo:block color="red">
    107110    <xsl:text>&lt;</xsl:text>
     
    128131         toss the namespace and continue.  Use the docbook5 namespaced
    129132         stylesheets for DocBook5 if you don't want to use this feature.-->
    130     <!-- include extra test for Xalan quirk -->
    131     <xsl:when test="(function-available('exsl:node-set') or
    132                      contains(system-property('xsl:vendor'),
    133                        'Apache Software Foundation'))
     133    <xsl:when test="$exsl.node.set.available != 0
    134134                    and (*/self::ng:* or */self::db:*)">
    135135      <xsl:call-template name="log.message">
     
    273273
    274274    <xsl:if test="$fop1.extensions != 0">
     275      <xsl:call-template name="fop1-document-information"/>
    275276      <xsl:variable name="bookmarks">
    276277        <xsl:apply-templates select="$document.element"
     
    282283        </fo:bookmark-tree>
    283284      </xsl:if>
     285      <xsl:apply-templates select="$document.element"
     286                           mode="fop1.foxdest"/>
    284287    </xsl:if>
    285288
Note: See TracChangeset for help on using the changeset viewer.