Changeset 2384
- Timestamp:
- 09/24/09 11:58:51
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/widget-json-cats.xsl
r2380 r2384 38 38 39 39 <!-- 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"/> 41 43 42 44 <xsl:template match='/'> … … 62 64 { 63 65 '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"/>' 66 68 }<xsl:if test="position() != last()">,</xsl:if> 67 69 </xsl:template>
