Changeset 33639 for main


Ignore:
Timestamp:
2019-11-11T10:23:42+13:00 (4 years ago)
Author:
kjdon
Message:

need to select child nodes, otherwise the gsf:default node ends up in the output

File:
1 edited

Legend:

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

    r33614 r33639  
    687687            <xsl:if test="gsf:default">
    688688                <xslt:otherwise>
    689                     <xsl:apply-templates select="gsf:default"/>
     689                    <xsl:apply-templates select="gsf:default/node()"/>
    690690                </xslt:otherwise>
    691691            </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.