rdf vs fudapi [message #35141] |
Mon, 11 December 2006 21:31 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
bleak26
![United Kingdom United Kingdom](/forum/images/flags/gb.png) Messages: 7 Registered: December 2006
Karma: 0
|
Junior Member |
|
|
1.i would like to retrive messages into a web page which is not in the forum.The rdf and fudapi ,Both seem to retrive messages but i would like to know which is most apropriate ?
2.rdf looks like xml. is it appropiate to use something like simpleXML and out put as html ?
3.do any of the rdf or fudapi deal with displaying data?
4.how is data normally displayed from the fudapi ?
thank you for your previous quick replies
|
|
|
Re: rdf vs fudapi [message #35144 is a reply to message #35141] |
Tue, 12 December 2006 14:37 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
1) It depends on how frequently you intend to "refresh" the data, if you update the data once per hour use RDF, if you need it more frequently then use fudapi.
2) Yes, you can use any of the PHP's xml extensions to parse RDF/RSS feed offered by FUDforum.
3,4) No, FUDAPI simply returns the requested data in array form.
FUDforum Core Developer
|
|
|