I'm working with the xsl in a data view web part and noticed that
http://schemas.microsoft.com/WebParts/v2/DataView/runtime (ddwrt) has a lot of nifty functions that I'd like to make use of.
For example:
ddwrt:ListProperty('Title') or
<
xsl:value-of select="ddwrt:FormatDate(string(@DueDate), 1033, 5)
"/>
Does anyone know where I can find some documentation on what functions are available?
Also, I tried to extend my xsl with some C# script and got the following error:
Script Permissions Error
Does anyone know if it's possible to incorporate C# script into the xsl?
Just curious,
Thanks,
Chase