Changeset 3529

Show
Ignore:
Timestamp:
04/08/12 10:28:04
Author:
bleibson
Message:

o Backport 3.8 rss feed fixes to 3.7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.7/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl

    r2981 r3529  
    1919--> 
    2020 
    21 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    22   <xsl:output method="xml" omit-xml-declaration="no" indent="yes" 
    23     media-type="text/xml" encoding="UTF-8" /> 
     21<xsl:stylesheet version="1.0"  
     22                xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
     23                xmlns:atom="http://www.w3.org/2005/Atom"> 
     24  <xsl:output method="xml"  
     25              omit-xml-declaration="no" indent="yes" 
     26              media-type="text/xml"  
     27              encoding="UTF-8" /> 
    2428 
    2529   <!-- ========================================================= 
     
    101105      <title><xsl:if test="status = 'CANCELLED'">CANCELED: </xsl:if><xsl:value-of select="summary"/></title> 
    102106      <link><xsl:value-of select="substring-before($urlPrefix,$feeder)"/><xsl:value-of select="$publicCal"/>/event/eventView.do?calPath=<xsl:value-of select="calendar/encodedPath"/>&amp;guid=<xsl:value-of select="guid"/>&amp;recurrenceId=<xsl:value-of select="recurrenceId"/></link> 
    103       <guid>calPath=<xsl:value-of select="calendar/encodedPath"/>&amp;guid=<xsl:value-of select="guid"/>&amp;recurrenceId=<xsl:value-of select="recurrenceId"/></guid> 
     107      <guid isPermaLink="false">calPath=<xsl:value-of select="calendar/encodedPath"/>&amp;guid=<xsl:value-of select="guid"/>&amp;recurrenceId=<xsl:value-of select="recurrenceId"/></guid> 
    104108      <pubDate><!-- takes the form: 11 Jan 2008 17:00:00 UT (note - do not output dayname - we only provide dayname in local time). 
    105109        --><xsl:value-of select="substring(start/utcdate,7,2)"/><xsl:text> </xsl:text><!-- 
     
    227231 
    228232        <xsl:copy-of select="$bwStr-SgEv-Where"/><xsl:text> </xsl:text> 
    229         <xsl:choose> 
    230           <xsl:when test="location/link=''"> 
     233        <!-- <xsl:choose> 
     234          <xsl:when test="location/link=''">--> 
    231235            <xsl:value-of select="location/address" /> 
    232236            <xsl:text> </xsl:text> 
     
    235239              <xsl:value-of select="location/subaddress" /> 
    236240            </xsl:if> 
    237           </xsl:when> 
     241          <!-- </xsl:when> 
    238242          <xsl:otherwise> 
    239243            <a> 
     
    246250            </a> 
    247251          </xsl:otherwise> 
    248         </xsl:choose> 
     252        </xsl:choose>--> 
    249253 
    250254        <![CDATA[