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/profiling/profile.xsl

    rf2a5108 rb1a51ac1  
    4141<xsl:param name="profile.separator" select="';'"/>
    4242
     43<xsl:param name="exsl.node.set.available">
     44  <xsl:choose>
     45    <xsl:when xmlns:exsl="http://exslt.org/common" exsl:foo="" test="function-available('exsl:node-set') or contains(system-property('xsl:vendor'), 'Apache Software Foundation')">1</xsl:when>
     46    <xsl:otherwise>0</xsl:otherwise>
     47  </xsl:choose>
     48</xsl:param>
     49
    4350<!-- Call common profiling mode -->
    4451<xsl:template match="/">
Note: See TracChangeset for help on using the changeset viewer.