source: documented-examples/trunk/style-e/transform/pages/about.xsl@ 36370

Last change on this file since 36370 was 36370, checked in by anupama, 21 months ago

Committing first iteration of GS3 port of style-e DEC collection before the actual styling. This is just the basic GS3 version of the collection (collectionConfig file and display strings)

File size: 907 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5 <xsl:template name="coll-description">
6 <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='shortDescription']"/>
7
8 <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description1']"/>
9 <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description2']"/>
10 <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description3']"/>
11 <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description4']"/>
12
13 </xsl:template>
14
15</xsl:stylesheet>
16
Note: See TracBrowser for help on using the repository browser.