Ignore:
Timestamp:
2022-08-20T17:57:50+12:00 (21 months ago)
Author:
anupama
Message:

On testing the GTI now updated to incorporate the gs3-dec-col-cfgs module (the DEC collection's GS3 display strings), it turns out that GTI doesn't like the quot HTML entity and only the actual doublequote character is accepted. I had thought it would be the other way around. I've now fixed up all the affected DEC collectionConfig.properties files to replace the HTML entity with the doublequote character.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/garish-e/resources/collectionConfig.properties

    r36376 r36404  
    1414
    1515description2=<h3>How the collection works</h3><p>The <b>global</b> format statement contains a link to the collection's custom stylesheet, which is located inside the collection:</p><pre>\
    16   &lt;xsl:template name=&quot;additionalHeaderContent&quot;&gt; \n\
    17     &lt;xsl:variable name=&quot;httpCollection&quot;&gt; \n\
    18       &lt;xsl:value-of select=&quot;/page/pageResponse/collection/metadataList/metadata[@name='httpPath']&quot;/&gt; \n\
     16  &lt;xsl:template name="additionalHeaderContent"&gt; \n\
     17    &lt;xsl:variable name="httpCollection"&gt; \n\
     18      &lt;xsl:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/&gt; \n\
    1919    &lt;/xsl:variable&gt; \n\
    20     &lt;link href=&quot;{$httpCollection}/style/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt; \n\   
     20    &lt;link href="{$httpCollection}/style/style.css" rel="stylesheet" type="text/css"/&gt; \n\   
    2121  &lt;/xsl:template&gt; \n\
    2222</pre>
Note: See TracChangeset for help on using the changeset viewer.