|
Revision 952
(checked in by douglm, 7 years ago)
|
--
|
| 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> |
|---|