【问题标题】:RSSFeed for FBA based site?基于 FBA 的网站的 RSSFeed?
【发布时间】:2011-09-02 03:28:36
【问题描述】:

我有 FBA 共享点站点。我正在尝试在主站点主页上使用讨论板 RSS 提要。当我使用 RSS 查看器 Web 部件时。我遇到了错误。

 RssWebPart: Exception handed to HandleRuntimeException.HandleException 
System.Xml.XmlException: Name cannot begin with the ' ' character, 
hexadecimal value 0x20. Line 40, position 24.     at System.Xml.XmlTextReaderImpl.Throw(Exception e)  
 at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)    
 at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)    
 at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, 
    Int32& colonPos)     
 at System.Xml.XmlTextReaderImpl.ParseElement()     
 at System.Xml.XmlTextReaderImpl.ParseElementContent()    
 at System.Xml.XmlTextReaderImpl.Read()     
 at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)    
     at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)     at System.Xml.XmlLoader....

会有什么问题?

【问题讨论】:

    标签: sharepoint sharepoint-2007


    【解决方案1】:

    您能否链接有问题的 RSS 端点?我的猜测是您的 RSS 的 XML 有一个节点,其名称中的第一个字符是空格:

    < item /> 而不是<item />

    【讨论】:

    • 在哪里可以看到这个 RSS 的 XML?
    • 转到site/listfeed.aspx?List={00000000-000etc}等RSS提要并查看源代码。
    猜你喜欢
    • 2019-03-11
    • 2015-01-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-12
    • 1970-01-01
    • 2015-08-10
    • 2010-11-05
    相关资源
    最近更新 更多