]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/docca/example/xsl/includes.xsl
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / docca / example / xsl / includes.xsl
1 <!-- INCLUDES_FOOT_TEMPLATE BEGIN -->
2 <xsl:template mode="includes-template-footer" match="location">
3 <xsl:variable name="convenience-header" as="xs:string?">
4 <xsl:apply-templates mode="convenience-header" select="@file"/>
5 </xsl:variable>
6 <xsl:if test="$convenience-header">
7 <xsl:text>{$nl}</xsl:text>
8 <xsl:text>Convenience header [include_file boost/{$convenience-header}]</xsl:text>
9 <xsl:text>{$nl}</xsl:text>
10 </xsl:if>
11 </xsl:template>
12
13 <xsl:template mode="convenience-header" match="@file[contains(., 'boost/json')]">json.hpp</xsl:template>
14 <xsl:template mode="convenience-header" match="@file"/>
15 <!-- INCLUDES_FOOT_TEMPLATE END -->