Hi,

Total newbie here with RSS and XML, and hitting an immediate snag.

I can grab an RSS feed using

dim MyRSSFeed as XDocument = XDocument.Load(webaddress)

and then dump the text into a text box with

TextBox1.text = MyRSSFeed.ToString

So I get a ton of XML.  This is as far as I got :-)

I'm using VBExpress 2010, and if I take MyRSSFeed and press "." then 
intellisense come up and at the top of the list are two <> type selections 
with the following comment:

To enable enhanced XML intelliSense, add the corresponding XML schema to the 
current project.

So I googled for RSS XML and found lots of hits - none of which seemed 
official... Anyway i downloaded a likely looking one named rss-2_0.xsd did 
add existing item to my project and added it in.

Nothing happened...

So then I looking in help a bit and it is talking about importing namespaces 
- and something about a target namespace in the schema?  So now I'm 
completely baffled.

Can anybody help?

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" 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/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to