The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Unfortunately, I need a tutorial not just for dummies but for a complete idiot!!!
I cannot seem to get past step 1 because: 1. Half the links in the tutorial are 404 2. What-where is processing.xml? If I use thier example as test.xml Code:
import processing.xml.*; // Load RSS feed String url = "http://rss.news.yahoo.com/rss/topstories"; XMLElement rss = new XMLElement(this, url); // Get title of each element XMLElement[] titleXMLElements = rss.getChildren("channel/item/title"); for (int i = 0; i < titleXMLElements.length; i++) { String title = titleXMLElements[i].getContent(); println(i + ": " + title); } Sorry I am such a dumb sh-t |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|