Visual Basic .NET » ASP.NET General Discussion
Atom feeds with Ajaxpro.net -- RodneyMitchell --


I am using Ajaxpro to get RSS feeds via the following VB.net code

Dim doc As New XmlDocument doc.Load(URL)
Return
AjaxPro.JavaScriptUtil.GetIJavaScriptObjectFromXmlNode(doc.DocumentElemen t)

It works very well.

With an Atom feed (from Blogger) I thought it would just be a matter of
changing the names of the XML elements in the Javascript that processes
the returned data but there is something in the Atom XML that causes an
error.

It is hard to see where the problem is. Javascript gives me a null
exception. The JSON object has the error message:

Unhandled node type 'SignificantWhitespace'.

Does anyone use Ajaxpro for Atom feeds or have any ideas?

Thanks
--
Rodney
[Submit Comment]Home