jeremy 2003/12/19 10:38:24
Modified: src/blocks/woody/samples/resources
woody-calendar-styling.xsl
Log:
commented out duplicate variable declarations
Revision Changes Path
1.3 +6 -1
cocoon-2.1/src/blocks/woody/samples/resources/woody-calendar-styling.xsl
Index: woody-calendar-styling.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-calendar-styling.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- woody-calendar-styling.xsl 10 Dec 2003 12:23:11 -0000 1.2
+++ woody-calendar-styling.xsl 19 Dec 2003 18:38:24 -0000 1.3
@@ -5,7 +5,12 @@
xmlns:wi="http://apache.org/cocoon/woody/instance/1.0"
exclude-result-prefixes="wi">
- <xsl:param name="resources-uri">resources</xsl:param>
+ <!--+
+ | This sytlesheet is designed to be imported by
'woody-samples-styling.xsl'
+ | Uncomment this variable declaration if you need to use it by iteslf
+ |
+ | <xsl:param name="resources-uri">resources</xsl:param>
+ +-->
<!-- must be called in <head> to load calendar script and setup the CSS -->
<xsl:template name="woody-calendar-head">