Project

General

Profile

« Previous | Next » 

Revision 1713

Added by Jing Tao about 21 years ago

Make some changes.

View differences:

eml-otherentity-2.0.0.xsl
78 78
    </xsl:for-each>
79 79
    <xsl:for-each select="entityType">
80 80
       <tr><td width="{$firstColWidth}" class="{$otherentityfirstColStyle}">
81
            Entity Type
81
            Entity Type:
82 82
            </td>
83 83
            <td width="{$secondColWidth}" class="{$secondColStyle}">
84 84
            <xsl:value-of select="."/>
......
103 103
    <!-- call physical moduel without show distribution(we want see it later)-->
104 104
    <xsl:if test="physical">
105 105
       <tr><td class="{$otherentitysubHeaderStyle}" colspan="2">
106
        Physical Structure Description
106
        Physical Structure Description:
107 107
      </td></tr>
108 108
    </xsl:if>
109 109
    <xsl:for-each select="physical">
......
117 117
   
118 118
    <xsl:if test="coverage">
119 119
       <tr><td class="{$otherentitysubHeaderStyle}" colspan="2">
120
        Coverage Description
120
        Coverage Description:
121 121
      </td></tr>
122 122
    </xsl:if>
123 123
    <xsl:for-each select="coverage">
......
128 128
    </xsl:for-each>
129 129
    <xsl:if test="method">
130 130
       <tr><td class="{$otherentitysubHeaderStyle}" colspan="2">
131
        Method Description
131
        Method Description:
132 132
      </td></tr>
133 133
    </xsl:if>
134 134
    <xsl:for-each select="method">
......
141 141
    </xsl:for-each>
142 142
    <xsl:if test="constraint">
143 143
       <tr><td class="{$otherentitysubHeaderStyle}" colspan="2">
144
        Constraint
144
        Constraint:
145 145
      </td></tr>
146 146
    </xsl:if>
147 147
    <xsl:for-each select="constraint">
......
203 203
    <xsl:param name="entitytype">otherEntity</xsl:param>
204 204
    <xsl:param name="entityindex"/>
205 205
    <tr><td class="{$otherentitysubHeaderStyle}" colspan="2">
206
        <xsl:text>Attribute Info:</xsl:text>
206
        <xsl:text>Attribute(s) Info:</xsl:text>
207 207
    </td></tr>
208 208
    <tr><td colspan="2">
209 209
         <xsl:call-template name="attributelist">

Also available in: Unified diff