Project

General

Profile

« Previous | Next » 

Revision 1726

Added by Jing Tao almost 21 years ago

Revised style sheet base on matthew's suggestion.

View differences:

eml-project-2.0.0.xsl
181 181
                            <xsl:value-of select="../@name"/>
182 182
                          </td>
183 183
                          <td width="{$secondColWidth}" class="{$secondColStyle}">
184
                              <xsl:value-of select="descriptorValue"/><xsl:value-of select="./@name_or_id"/>
184
                             <xsl:choose>
185
                                <xsl:when test="./@citableClassificationSystem">
186
                                  <xsl:value-of select="."/>&#160;<xsl:value-of select="./@name_or_id"/>
187
                                </xsl:when>
188
                                <xsl:otherwise>
189
                                  <xsl:value-of select="."/>&#160;<xsl:value-of select="./@name_or_id"/>&#160;(No Citable Classification System)
190
                                </xsl:otherwise>
191
                              </xsl:choose>
185 192
                          </td>
186 193
                      </tr>
187 194
                      </xsl:for-each>

Also available in: Unified diff