assistunion / xml-stream

XML stream parser based on Expat. Made for Node.
MIT License
318 stars 110 forks source link

http-stream.js #11

Closed nwhite89 closed 11 years ago

nwhite89 commented 12 years ago

I'm not sure if this is where to write this; but I am having issues with xml-stream with HTTP.

I have tried to use http-stream.js but due to the RSS feed not being able to be read (Twitter do not allow this rss link anymore) I can not work out how to do it.

xml.on("data") is not getting run (testing just using console.log("hi").

So all I can receive is the information passed with the webpage rather than including the data that it would display (the xml)

The XML link I am trying to use is http://cloud.tfl.gov.uk/TrackerNet/LineStatus

Any help would be greatly appreciated

Artazor commented 11 years ago

Close as more discussion can be found in #22