Changeset 25724


Ignore:
Timestamp:
2012-05-31T13:45:34+12:00 (12 years ago)
Author:
kjdon
Message:

make the catchall template a bit more specific as it is being used instead of the one making the search form at the top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/collect/gberg/transform/pages/document-content.xsl

    r25487 r25724  
    5656    </title1>
    5757  </xsl:template> 
    58    
    59   <xsl:template match="*">
     58
     59  <!-- catch any tags that we haven't already looked for, but only in the nodeContent. assign a low priority as the specificity of the path would give this a high system priority -->
     60  <xsl:template match="/page/pageResponse/documentNode/nodeContent//*" priority="-1">
    6061    <xsl:copy-of select="."/>
    6162  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.