Hi there!
I'm using Zend framework, and most of the action controller that I have return XML response. In order to do this, I have to initialize context switching and provide URL suffix "?format=xml" to call each action.
Is there any way to make this default? So I don't have to add this suffix each URL?
Regards, Andree.