【发布时间】:2010-07-14 02:06:33
【问题描述】:
如何从 URL cqwp 获取文档库名称。例如,
http:///sites/site1/DocLib/Forms/AllItems.aspx
我知道 xsl 有子字符串函数
<xsl:param name="DocLibName">
select=substring(url) or whatever the code should be
</xsl:param>
【问题讨论】:
标签: sharepoint xslt document-library