XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 31st, 2011, 12:56 PM
aLT_w0rm aLT_w0rm is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Location: .Canada {border:1px; Temperature: Freezing.}
Posts: 54 aLT_w0rm User rank is Lance Corporal (50 - 100 Reputation Level)aLT_w0rm User rank is Lance Corporal (50 - 100 Reputation Level)aLT_w0rm User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 5 m 26 sec
Reputation Power: 8
Send a message via AIM to aLT_w0rm Send a message via MSN to aLT_w0rm Send a message via Yahoo to aLT_w0rm
Retrieving information with RSS.

Yo';

I'm not very familiar with RSS feeds, but I believe they're programmed with XML. My question;

Is it possible, is there any way to retrieve information from a website that doesn't have an existing RSS feed? Like, let's say... My bank account balance. Would it be possible to route my login information in an automated script, then retrieve my account balance, even though the bank website doesn't have an RSS feed?

Maybe this seems like a stupid question, but that's the only example I can think of.

Thanks in advance.

Reply With Quote
  #2  
Old May 31st, 2011, 02:02 PM
requinix's Avatar
requinix requinix is online now
Still alive
Dev Shed God 16th Plane (12500 - 12999 posts)
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,863 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 5 Days 5 h 48 m 53 sec
Reputation Power: 8977
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to requinix
As long as you're not actually thinking of getting an RSS feed for your bank account, yes

It's called "web scraping". Basically, you have code that downloads the web page (jumping through whatever hoops are necessary to get to it) and parses the HTML for the information you want. For simple work, straight HTML parsers are best, but for complicated or invalid HTML a regular expression might actually be easier*.

* Though that depends how you define "easier". Example regex I wrote to deal with a site's HTML.

Reply With Quote
  #3  
Old May 31st, 2011, 03:09 PM
aLT_w0rm aLT_w0rm is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Location: .Canada {border:1px; Temperature: Freezing.}
Posts: 54 aLT_w0rm User rank is Lance Corporal (50 - 100 Reputation Level)aLT_w0rm User rank is Lance Corporal (50 - 100 Reputation Level)aLT_w0rm User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 5 m 26 sec
Reputation Power: 8
Send a message via AIM to aLT_w0rm Send a message via MSN to aLT_w0rm Send a message via Yahoo to aLT_w0rm
Thanks, Requinix.

I'm on my phone, now. I'll check it out, and I appreciate the quick response. You're always the one to help me out. So, double thanks.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Retrieving information with RSS.

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap