すぐに使用できる SharePoint Web パーツ (RSS ビューアーおよびデータ ビュー Web パーツ) で使用されている .NET XSLT 関数がいくつかあります。
<xsl:stylesheet
xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"
xmlns:rssaggwrt="http://schemas.microsoft.com/WebParts/v3/rssagg/runtime"
...>
...
<xsl:value-of select="rssaggwrt:MakeSafe($Html)"/>
<a href="{ddwrt:EnsureAllowedProtocol(string(link))}">More...</a>
...
</xsl:stylesheet>
SharePoint が提供するすべての拡張機能について説明しているリファレンスはどこにありますか?