root/trunk/deployment/websubmit/webapp/resources/demoskins/default/default/vcal.xsl

Revision 1580 (checked in by douglm, 6 years ago)

Add the basic framework for a new event submission web application.

This does not work yet though the system as a whole builds successfully.

  • Property svn:eol-style set to LF
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:output
4   method="text"
5   indent="no"
6   media-type="text/x-vCalendar"
7   standalone="yes"
8 />
9
10 <xsl:strip-space elements="*"/>
11 <!-- ================= -->
12 <!--  vCAL STYLESHEET  -->
13 <!-- ================= -->
14 <xsl:template match="/"><xsl:value-of select="/bedework/vcalendar"/></xsl:template>
15 </xsl:stylesheet>
Note: See TracBrowser for help on using the browser.