Changeset 16940


Ignore:
Timestamp:
2008-08-21T13:53:28+12:00 (16 years ago)
Author:
kjdon
Message:

for some reason, a coupld of the & in the ccs format need to be & for the resulting xml page to be valid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/sites/localsite/siteConfig.xml

    r15840 r16940  
    1212    <gsf:template match="documentNode">
    1313      <td><a><xsl:attribute name='href'>?a=d&amp;c=<xsl:value-of select='@collection'/>&amp;d=<xsl:value-of select='@nodeID'/><xsl:if test="@nodeType='leaf'">&amp;sib=1</xsl:if>&amp;dt=<xsl:value-of select='@docType'/>&amp;p.a=q&amp;&amp;p.s=TextQuery&amp;p.c=</xsl:attribute><gsf:icon/></a></td>
    14       <td>[<a href='?a=p&amp;sa=about&amp;c={@collection}'><xsl:value-of select='@collection'/></a>]</td>
     14      <td>[<a href='?a=p&amp;amp;sa=about&amp;amp;c={@collection}'><xsl:value-of select='@collection'/></a>]</td>
    1515      <td><gsf:metadata name='Title'/></td>
    1616    </gsf:template>
Note: See TracChangeset for help on using the changeset viewer.