Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/boostbook/xsl/error.xsl @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 417 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                version="1.0">
4  <xsl:template name="print.warning.context">
5    <xsl:message>
6      <xsl:text>  In </xsl:text>
7      <xsl:call-template name="fully-qualified-name">
8        <xsl:with-param name="node" select="."/>
9      </xsl:call-template>
10    </xsl:message>
11  </xsl:template>
12</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.