trying to get HEAD building again. If you want the code
[kamenim/samba-autobuild/.git] / docs / docbook / xslt / db2latex / errors.mod.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3     <!--############################################################################# 
4     |- #############################################################################
5     |                                                                                                           
6     |   PURPOSE:
7     + ############################################################################## -->
8
9
10     <xsl:template match="*">
11         <xsl:message>DB2LaTeX: Need to process XPath match <xsl:value-of select="concat(name(..),'/',name(.))"/></xsl:message>
12         <xsl:text> [</xsl:text><xsl:value-of select="name(.)"/><xsl:text>] &#10;</xsl:text>
13         <xsl:apply-templates/> 
14         <xsl:text> [/</xsl:text><xsl:value-of select="name(.)"/><xsl:text>] &#10;</xsl:text>
15     </xsl:template>
16 </xsl:stylesheet>