Changeset 2384

Show
Ignore:
Timestamp:
09/24/09 11:58:51
Author:
johnsa
Message:

public client: category widget update for json feed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/widget-json-cats.xsl

    r2380 r2384  
    3838 
    3939  <!-- DEFINE INCLUDES --> 
    40   <!-- none --> 
     40  <!-- util.xsl belongs in bedework-common on your application server for use 
     41       by all stylesheets: --> 
     42  <xsl:include href="../../../bedework-common/default/default/util.xsl"/> 
    4143 
    4244  <xsl:template match='/'> 
     
    6264            { 
    6365                'keyword' : '<xsl:value-of select="$strippedKeyword"/>', 
    64                 'id' : '<xsl:with-param name="str" select="id"/>', 
    65                 'creator' : '<xsl:value-of select="creator"/>', 
     66                'id' : '<xsl:value-of select="id"/>', 
     67                'creator' : '<xsl:value-of select="creator"/>' 
    6668            }<xsl:if test="position() != last()">,</xsl:if> 
    6769  </xsl:template>