Changeset 29035


Ignore:
Timestamp:
2014-05-05T16:17:44+12:00 (10 years ago)
Author:
ak19
Message:

on't output anything for gsf:format-gs2 elements,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl

    r28749 r29035  
    1414    <xsl:output method="xml"/>
    1515    <xsl:namespace-alias stylesheet-prefix="xslt" result-prefix="xsl"/>
     16
     17    <!-- don't output anything for gsf:format-gs2 elements,
     18         they just exist in collectionconfig files to keep the XML valid -->
     19    <xsl:template match="gsf:format-gs2" />
    1620
    1721    <xsl:template match="format">
Note: See TracChangeset for help on using the changeset viewer.