Project

General

Profile

« Previous | Next » 

Revision 3960

use starts-with function for cases when the abbreviated docid is used to retrieve the metadata
see bug #3389

View differences:

lib/style/common/fgdc/fgdc-root.xsl
11 11
                    <div class="templatecontentareaclass">
12 12
                        <xsl:apply-templates select="metadata/idinfo"/>
13 13
                        <xsl:apply-templates
14
                            select="metadata/distinfo/resdesc[text()=$docid]/ancestor::distinfo"/>
14
                            select="metadata/distinfo/resdesc[starts-with(text(),$docid)]/ancestor::distinfo"/>
15 15
                    </div>
16 16
                </div>
17 17
            </body>

Also available in: Unified diff