Unlocking the Mysteries of Data View Web Part XSL Tags – Part 11 – <xsl:value-of>
Cross-posted from EndUserSharePoint.com… <xsl:value-of> Outputs the value to which it evaluates, whether it be the value of a column, a variable, etc. <xsl:value-of> is sort of the “biggie” XSL tag. It’s what you use to output values of things that are variable. Pretty much every other tag we’ve talked about exists to get you to…