xml output
3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 9, 2010 (RSS)
By Maurice - February 9, 2010
Hi IT team,
we are working on a flash site but need xml output not a .php but a .xml extentsion is that possible and how would i have to do that?
Greetz Maurice
we are working on a flash site but need xml output not a .php but a .xml extentsion is that possible and how would i have to do that?
Greetz Maurice
-------------------------------------------
Dropmonkey.nl
Dropmonkey.nl
Re: [Maurice] xml output
By Dave - February 9, 2010
Hi Maurice,
Most flash apps don't require an .xml extension but they require you send an XML header like this:
<?php header('Content-type: application/xml; charset=utf-8'); ?>
See our tutorial on creating a XML RSS feed for examples:
http://www.interactivetools.com/docs/cmsbuilder/rss_feeds.html
And if you do need just .xml (usually you don't) you can do that with .htaccess
http://www.interactivetools.com/docs/cmsbuilder/file_extensions.html
Hope that helps!
Most flash apps don't require an .xml extension but they require you send an XML header like this:
<?php header('Content-type: application/xml; charset=utf-8'); ?>
See our tutorial on creating a XML RSS feed for examples:
http://www.interactivetools.com/docs/cmsbuilder/rss_feeds.html
And if you do need just .xml (usually you don't) you can do that with .htaccess
http://www.interactivetools.com/docs/cmsbuilder/file_extensions.html
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] xml output
By Maurice - February 9, 2010
cool
thnx
thnx
-------------------------------------------
Dropmonkey.nl
Dropmonkey.nl