开发者

Exporting content from Joomla as XML for Flash use

开发者 https://www.devze.com 2023-01-11 07:34 出处:网络
I was wondering if anyone know how I could output content from J开发者_StackOverflowoomla as XML which I can then use in Flash? I would like to be able to use

I was wondering if anyone know how I could output content from J开发者_StackOverflowoomla as XML which I can then use in Flash? I would like to be able to use Joomla as the backend CMS and a Flash frontend which pulls and article's content from the CMS and outputs it as XML.

Something like this:

http://www.goforgold.org.za/scripts/News.php

Many thanks, James


You can do this using views. Most pages in a Joomla site are output as HTML, but you can easily change the 'view' to output XML. Where you see your files in com_component/views/view.html.php, you can use view.feed.php or even view.raw.php.

http://developer.joomla.org/tutorials/165-understanding-output-overrides-in-joomla.html and http://docs.joomla.org/Understanding_Output_Overrides


Hmmm, your example doesn't work on my side. I get a blank page. You could try using Joomla's RSS feeds

0

精彩评论

暂无评论...
验证码 换一张
取 消