Changeset 38906 for documented-examples


Ignore:
Timestamp:
2024-04-04T14:51:45+13:00 (4 weeks ago)
Author:
kjdon
Message:

use description1a as the first part, not shortDescription. use args to pass in the urls instead of hardwiring them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/isis-e/transform/pages/about.xsl

    r36265 r38906  
    44   
    55    <xsl:template name="coll-description">
    6       <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='shortDescription']"/>
    7      
     6      <xsl:copy-of select="util:getCollectionText($collName, $site_name,'collectionConfig', /page/@lang, 'description1a', 'https://portal.unesco.org/ci/ev.php?URL_ID=2071%26URL_DO=DO_TOPIC%26URL_SECTION=201;library/collection/isis-e/document/D0s103')/node()"/>
    87      <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description1']"/>
    98      <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description2']"/>
Note: See TracChangeset for help on using the changeset viewer.