noop.xsl

Go to the documentation of this file.
00001 <?xml version="1.0" encoding="UTF-8" ?>
00002 <!-- $Id: noop.xsl,v 1.6 2004/08/24 17:23:10 ensonic Exp $
00003  * @file   noop.xsl
00004  * @author Stefan Kost <ensonic@users.sf.net>
00005  * @date   Thu Jan 17 11:22:38 2002
00006  * 
00007  * @brief  do-nothing style sheet
00008  * @ingroup gitkcoretransformation
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="@*|node()">
00022     <xsl:copy>
00023       <xsl:apply-templates select="@*|node()"/>
00024     </xsl:copy>
00025   </xsl:template>
00026   
00027 </xsl:stylesheet>

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