using substring we can remove the hyper link:
<xsl:value-of select="substring-before(substring-after(@PresentSupplier,'>'),'<')" disable-output-escaping="yes" />
here PresentSupplier is a lookup column
<xsl:value-of select="substring-before(substring-after(@PresentSupplier,'>'),'<')" disable-output-escaping="yes" />
here PresentSupplier is a lookup column
No comments:
Post a Comment