thanks for the replies - sorry, the opening post was referring to the "View Source". I'm actually just after the Editor name without any HTML formatting (e.g. no hyperlink), "Rich Text" and the disable-output-escaping attribute gives me a hyperlink with presence whereas "Text" or "Label" outputs the html literally. Seems like there isn't a straightforward way to output just the string value without any HTML. I might need to build a custom XSLT function or something?
thanks again - will keep u posted... Ben On Fri, Sep 4, 2009 at 8:35 PM, Uzma Naz <[email protected]> wrote: > Got this just the other day, what I did to fix it was to change the format > to Rich Text and I got user details with a presence icon too. > > Uzma > > ------------------------------ > Date: Fri, 4 Sep 2009 16:00:56 +1000 > From: [email protected] > Subject: DataView WebPart Issue > To: [email protected] > > Hi all, > > I have an issue with a column value in my dataview webpart. The web part is > displaying a user value (ModifiedBy field) and is automatically formatting > the value as a hyperlink (rich text). Is there any way of configuring this > to just show the text value? > > e.g. > > Current output: > > <nobr><span><A href="_layouts/userdisp.aspx?ID=1">Mickey Mouse</A><img > border="0" height="1" width="1"......... > > Desired output: > > Mickey Mouse > > > Thanks, > > Ben > ------------------------------ > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > Subscribe: [email protected] > Unsubscribe: [email protected] > List FAQ: http://www.codify.com/lists/ozmoss > Other lists you might want to join: http://www.codify.com/lists > > ------------------------------ > Add other email accounts to Hotmail in 3 easy steps. Find out > how.<http://clk.atdmt.com/UKM/go/167688463/direct/01/> > ------------------------------ > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > Subscribe: [email protected] > Unsubscribe: [email protected] > List FAQ: http://www.codify.com/lists/ozmoss > Other lists you might want to join: http://www.codify.com/lists > -------------------------------------------------------------------------------- Support procedure: http://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
