metal.xsl

Go to the documentation of this file.
00001 <?xml version="1.0" encoding="UTF-8" ?>
00002 <!-- $Id: metal.xsl,v 1.3 2004/06/24 18:35:32 ensonic Exp $
00003  * @file   gitk-renderer-gtk/xsl/style/metal.xsl
00004  * @author Stefan Kost <ensonic@users.sf.net>
00005  * @date   Wed Feb 04 16:32:06 MET 2004
00006  * 
00007  * @brief  switches to java-metal like look
00008  * @ingroup gitkrenderergtk
00009  *
00010 -->
00011 <xsl:stylesheet version="1.0"
00012         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
00013         xmlns:giml="http://gitk.sourceforge.net/"
00014         xmlns:dc="http://purl.org/dc/elements/1.1/"
00015         xmlns:i18n="http://apache.org/cocoon/i18n/2.0"
00016         xmlns="http://gitk.sourceforge.net/"
00017         exclude-result-prefixes="giml">
00018 
00019   <xsl:output method="xml" doctype-system="http://gitk.sourceforge.net/giml.dtd"/>
00020 
00021   <xsl:template match="giml:dialog">
00022     <xsl:copy>
00023       <xsl:attribute name="style">Metal</xsl:attribute>
00024       <xsl:apply-templates select="@*|node()"/>
00025     </xsl:copy>
00026   </xsl:template>
00027 
00028   <xsl:template match="@*|node()">
00029     <xsl:copy>
00030       <xsl:apply-templates select="@*|node()"/>
00031     </xsl:copy>
00032   </xsl:template>
00033 </xsl:stylesheet>

Generated on Thu Oct 28 10:59:16 2004 for gitk by doxygen 1.3.6