jefft 2003/06/03 15:36:12
Modified: src/resources/stylesheets site2site-selectnode.xsl
Log:
Comment out debugging
Revision Changes Path
1.2 +2 -0 xml-forrest/src/resources/stylesheets/site2site-selectnode.xsl
Index: site2site-selectnode.xsl
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/site2site-selectnode.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- site2site-selectnode.xsl 3 Jun 2003 10:09:03 -0000 1.1
+++ site2site-selectnode.xsl 3 Jun 2003 22:36:11 -0000 1.2
@@ -17,8 +17,10 @@
</xsl:variable>
<xsl:template match="/*">
+ <!--
<xsl:message>## path is <xsl:value-of select="$path"/></xsl:message>
<xsl:message>## tab is <xsl:value-of select="$tab"/></xsl:message>
+ -->
<xsl:copy>
<xsl:apply-templates/>
</xsl:copy>
|