Project

General

Profile

« Previous | Next » 

Revision 1702

Added by Jing Tao about 21 years ago

Revise some templates and in build file, when we compile, it would include harvest.

View differences:

eml-software-2.0.0.xsl
43 43
          <xsl:variable name="ref_id" select="references"/>
44 44
          <xsl:variable name="references" select="$ids[@id=$ref_id]" />
45 45
          <xsl:for-each select="$references">
46
            <xsl:call-template name="softwareCommon">
46
            <xsl:call-template name="softwarecommon">
47 47
              <xsl:with-param name="softwarefirstColStyle" select="$softwarefirstColStyle"/>
48 48
              <xsl:with-param name="softsubHeaderStyle" select="$softwaresubHeaderStyle"/>
49 49
            </xsl:call-template>
50 50
          </xsl:for-each>
51 51
        </xsl:when>
52 52
        <xsl:otherwise>
53
            <xsl:call-template name="softwareCommon">
53
            <xsl:call-template name="softwarecommon">
54 54
              <xsl:with-param name="softwarefirstColStyle" select="$softwarefirstColStyle"/>
55 55
              <xsl:with-param name="softsubHeaderStyle" select="$softwaresubHeaderStyle"/>
56 56
            </xsl:call-template>

Also available in: Unified diff