Project

General

Profile

« Previous | Next » 

Revision 1714

Added by Jing Tao about 21 years ago

Add a hyper link to web addess.

View differences:

lib/style/eml2/eml-party-2.0.0.xsl
177 177
      <xsl:if test="normalize-space(.)!=''">
178 178
      <tr><td width="{$firstColWidth}" class="{$partyfirstColStyle}" >
179 179
        Web Address:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
180
        <xsl:value-of select="."/></td></tr>
181
      </xsl:if>
180
        <a><xsl:attribute name="href">http://<xsl:value-of select="."/></xsl:attribute><xsl:value-of select="./entityName"/>
181
        <xsl:value-of select="."/></a></td></tr>
182
        </xsl:if>
182 183
  </xsl:template>
183 184

  
184 185

  

Also available in: Unified diff