Project

General

Profile

Bug #3754 ยป eml-dataset.diff

Shaun Walbridge, 01/16/2009 04:49 PM

View differences:

/home/scw/eml-dataset.xsl 2009-01-16 16:32:49.000000000 -0800
443 443
           <xsl:when test="starts-with($URL,'ecogrid')">
444 444
                        <xsl:variable name="URL1" select="substring-after($URL, 'ecogrid://')"/>
445 445
                <xsl:variable name="dataDocID" select="substring-after($URL1, '/')"/>
446
                <xsl:attribute name="href"><xsl:value-of select="$tripleURI"/><xsl:value-of select="$dataDocID"/></xsl:attribute>
446
                <xsl:attribute name="href"><xsl:value-of select="$tripleURI"/><xsl:value-of select="$dataDocID"/>&amp;metadatadocid=<xsl:value-of select="$docid"/></xsl:attribute>
447 447
           </xsl:when>
448 448
           <xsl:otherwise>
449 449
                <xsl:attribute name="href"><xsl:value-of select="$URL"/></xsl:attribute>
    (1-1/1)