It is easy to return xml data form cakephp applicaiton.
1. You have to configure app/config.core.php file
2. set debug mode to 0 ( zero).
ex. Configure::write('debug', 0);
3. Then assign your XML data in a variable
4. Finally echo your variable
5. If you set debug mode to 2, then you can't return xml data.
Hope it will solve your problem.
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en