]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/boostbook/xsl/error.xsl
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / boostbook / xsl / error.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
4
5 Distributed under the Boost Software License, Version 1.0.
6 (See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt)
8 -->
9 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
10 version="1.0">
11 <xsl:template name="print.warning.context">
12 <xsl:message>
13 <xsl:text> In </xsl:text>
14 <xsl:call-template name="fully-qualified-name">
15 <xsl:with-param name="node" select="."/>
16 </xsl:call-template>
17 </xsl:message>
18 </xsl:template>
19 </xsl:stylesheet>