we can remove html tags from people picker using following code
in general we are using field name ex:author
instead of this we can use author.title
it displays author name
<xsl:value-of select="@author.title" />
But again it displays hyperlink
But using following code we can displays user name directly without hyperlink
in general we are using field name ex:author
instead of this we can use author.title
it displays author name
<xsl:value-of select="@author.title" />
But again it displays hyperlink
But using following code we can displays user name directly without hyperlink
No comments:
Post a Comment