stefano 2003/03/01 06:54:23
Modified: src/webapp welcome.xslt
Log:
allow hyperlinks in welcome (will be used to direct to samples)
Revision Changes Path
1.4 +4 -0 xml-cocoon2/src/webapp/welcome.xslt
Index: welcome.xslt
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/welcome.xslt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- welcome.xslt 22 Feb 2003 15:00:23 -0000 1.3
+++ welcome.xslt 1 Mar 2003 14:54:23 -0000 1.4
@@ -25,5 +25,9 @@
<xsl:template match="message">
<p class="block"><xsl:apply-templates/></p>
</xsl:template>
+
+ <xsl:template match="link">
+ <a href="[EMAIL PROTECTED]"><xsl:apply-templates/></a>
+ </xsl:template>
</xsl:stylesheet>