Advertisement
Guest User

problem

a guest
Apr 24th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Hey I am trying to shift my XML parsing from local XMLPullParser to a server and have started learning Parse.com cloud code for this. I want to parse RSS Feeds to get titles and links of articles. I searched and found that I need to use sax.js and xmlreadear.js to do this. SOURCE: https://parse.com/questions/how-to-get-xml-from-a-seperate-server-in-cloud-code
  2.  
  3. I have downloaded it and also read some other GitHub repos using it but unfortunately couldnt really understand. I have a very basic knowledge of JavaScript which I gained via Codecademy.
  4.  
  5. can anybody tell me a little bit how to move forward. I have spent more than a day figuring it out, maybe lack of JS knowledge is coming in the way
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement