Project

General

Profile

« Previous | Next » 

Revision 1679

Added by Jing Tao about 21 years ago

Fixed bugs.

View differences:

eml-protocol-2.0.0.xsl
63 63
   <xsl:template name="protocolcommon">
64 64
        <xsl:param name="protocolfirstColStyle"/>
65 65
        <xsl:param name="protocolsubHeaderStyle"/>
66
        <xsl:call-templates name="resource">
66
        <xsl:call-template name="resource">
67 67
           <xsl:with-param name="resfirstColStyle" select="$protocolfirstColStyle"/>
68 68
           <xsl:with-param name="ressubHeaderStyle" select="$protocolsubHeaderStyle"/>
69
           <xsl:with-param name="creator">Author(s):</xsl:with-param>>
70
        </xsl:call-templates>
69
           <xsl:with-param name="creator">Author(s):</xsl:with-param>
70
        </xsl:call-template>
71 71
        <xsl:for-each select="proceduralStep">
72 72
          <tr><td colspan="2" class="{$protocolsubHeaderStyle}">
73 73
              <b>Step</b><xsl:text> </xsl:text><xsl:value-of select="position()"/>

Also available in: Unified diff