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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to