|
View previous topic
::
View next topic
|
| Author |
Message |
kameron
Joined: 11 Nov 2009
Posts: 30
|
Posted: Thu Dec 17, 2009 8:16 am
Post subject: How do I read and use XML REST feeds?
|
|
|
Can you provide some examples many websites rely on publishing XML data feeds. I want to read those feeds and store whatever data they are trying to provide into a database, or, I once wrote an app to decode and store XML RSS feeds for a blogging application. Is it the same process (e.g. read/parse/produce)? Thanks in Advance. _________________ all american packaging |
|
| Back to top |
|
 |
devbpo2012
Joined: 18 Apr 2012
Posts: 51
|
Posted: Tue Apr 24, 2012 4:42 am
Post subject:
|
|
|
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. You need to use PHP, in particular the SimpleXML extension. You then need to verify the format that they have their feed in and parse it using SimpleXML. _________________ Business Process Outsourcing | Call Center Services | Data Entry Company |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|