home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
vb.net help request - Not for Plugin...but for standalone MP application
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MrTRiX" data-source="post: 548818" data-attributes="member: 26198"><p>This is code I use to go over XML nodes: (C#)</p><p></p><p>[CODE]XmlNodeList xmlNodes = xmlDoc.SelectNodes("rss/channel/item");</p><p>foreach (XmlNode xmlNode in xmlNodes)</p><p>{</p><p> Site.AddItem(xmlNode, _List);</p><p> intItemCount += 1;</p><p>}[/CODE]</p><p></p><p><strong>UPDATE:</strong> Sorry, just read you wanted it in VB.NET. C# is pretty cool you should check it out. There is plenty of answers on <a href="http://www.google.ca/search?q=Read+XML+VB.NET" target="_blank">Google</a> for VB.NET, and everything for that matter.</p></blockquote><p></p>
[QUOTE="MrTRiX, post: 548818, member: 26198"] This is code I use to go over XML nodes: (C#) [CODE]XmlNodeList xmlNodes = xmlDoc.SelectNodes("rss/channel/item"); foreach (XmlNode xmlNode in xmlNodes) { Site.AddItem(xmlNode, _List); intItemCount += 1; }[/CODE] [B]UPDATE:[/B] Sorry, just read you wanted it in VB.NET. C# is pretty cool you should check it out. There is plenty of answers on [URL="http://www.google.ca/search?q=Read+XML+VB.NET"]Google[/URL] for VB.NET, and everything for that matter. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
vb.net help request - Not for Plugin...but for standalone MP application
Contact us
RSS
Top
Bottom