basically i have some xml..
as you see the first node is called rdf:RDF, but if i ask the XPathNodeIterator to look down /rdf:RDF/channel/item it does not like it, so what do i ask it to look down. I do it like this
Code:
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
- <channel rdf:about="http://sablog.com/">
as you see the first node is called rdf:RDF, but if i ask the XPathNodeIterator to look down /rdf:RDF/channel/item it does not like it, so what do i ask it to look down. I do it like this
Code:
XMLStoryItems = docNavigator.Select(feed.feedType.newsNodePath)
feed.feedType.newsNodePath is = to "/rdf:RDF/channel/item"