Hello all, first post and new to
Java
Ive been looking for a Java home for a while, I've been using StackOverflow for a while and yes its a great reference however if you get stuck it can take days to get any response,. So not really what Im looking for,
I have a question, which I posted on SO but its still there waiting for a response so Im going to try it here
----------------------------------------------Informa RSS - Class missing error, what am I doing wrong?---------------------------------------------
I've set out some code for reading an OPML file for subscriptions from YouTube. The code comes from Informa RSS here
http://informa.sourceforge.net/quickstart.html
When I run the code I get class missing error. The only reference to this I could find suggested the javaDOM version might be wrong since it was updated to DOM2.0 but failed to tell me how I could fix, it just said to use an older one and gave a link to a javaDOM version 0.7?
Now when I installed the JavaDOM 0.7 into the Library for Netbeans the error disappears until I try to run or compile it and it fails....
Now I dont know where to go with it.
I've been struggling with this for a few days now, my main problem is the OPML file has all the same tag information, ie
..and there isn't enough information about how to handle this combination of tags in Java, Ive been searching for three days...