[Yanel-commits] rev 21236 - public/yanel/trunk/src/realms/yanel-website/content/xslt

michi at wyona.com michi at wyona.com
Fri Dec 29 00:41:04 CET 2006


Author: michi
Date: 2006-12-29 00:41:02 +0100 (Fri, 29 Dec 2006)
New Revision: 21236

Removed:
   public/yanel/trunk/src/realms/yanel-website/content/xslt/dir2ics.xsl
Log:
obsolete

Deleted: public/yanel/trunk/src/realms/yanel-website/content/xslt/dir2ics.xsl
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/xslt/dir2ics.xsl	2006-12-28 23:40:27 UTC (rev 21235)
+++ public/yanel/trunk/src/realms/yanel-website/content/xslt/dir2ics.xsl	2006-12-28 23:41:02 UTC (rev 21236)
@@ -1,37 +0,0 @@
-<?xml version="1.0"?>
-
-<xsl:stylesheet version="1.0"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:dir="http://apache.org/cocoon/directory/2.0"
-  xmlns:yanel="http://www.wyona.org/yanel/resource/directory/1.0"
->
-
-<xsl:output method="text"/>
-
-<xsl:template match="/">
-BEGIN:VCALENDAR
-VERSION:2.0
-PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
-<xsl:apply-templates select="/dir:directory/*"/>
-</xsl:template>
-
-
-<xsl:template match="dir:directory">
-<xsl:comment>
-Do NOT show collections: <xsl:value-of select="@name"/>, <xsl:value-of select="@path"/>
-</xsl:comment>
-</xsl:template>
-
-<xsl:template match="dir:file">
-BEGIN:VEVENT
-UID:<xsl:value-of select="@name"/>
-END:VEVENT
-<!--
-<link href="{@name}"/>
-<xsl:comment>
-<xsl:value-of select="@path"/>
-</xsl:comment>
--->
-</xsl:template>
-
-</xsl:stylesheet>




More information about the Yanel-commits mailing list