Results 1 to 1 of 1
Thread: Parsing XML
- 10-03-2011, 01:39 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 7
- Rep Power
- 0
Parsing XML
Hey all, i'm trying to pull calendar events from my school website. I can pull the xml file but im having trouble parsing it. The site is using dotcms and the xml file is more like a dictionary. Here is my query for the file: http://new.ipfw.edu/JSONContent/?typ...y=modDate+desc
I'm having trouble pulling out info such as the event title and date because instead of it being formatted <Title>"Actual Title"</Title> it is all set up as <String>Title</String> <String>"Actual Title"</String>. I was using sax parser but to no avail. All the headers either say entry or string. Any help would be appreciated. Am i even going about this the right way? Thanks in advance.
Similar Threads
-
Parsing XML
By techie in forum XMLReplies: 2Last Post: 02-07-2011, 08:57 AM -
help with parsing
By ace_03 in forum New To JavaReplies: 15Last Post: 11-24-2009, 09:02 PM -
XML parsing using DOM
By alley in forum XMLReplies: 4Last Post: 10-14-2009, 06:17 PM -
xml parsing help
By tankhardrive in forum XMLReplies: 2Last Post: 02-11-2009, 11:45 PM -
xml parsing
By gaurav65176 in forum XMLReplies: 5Last Post: 11-12-2008, 11:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks