Well you have wrote:
> Hi
> I would use XML in my application.
> I define my default layout in xml like :
>
> header("Expires: Mon, 26 Jul 1997 05:00:00 GMT\n");
> header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT" );
> header("Cache-Control: no-cache, must-revalidate" );
> header("Prag
Hi
I would use XML in my application.
I define my default layout in xml like :
");
?>
Now when I call a page like : /{controller}/{action}.xml I get this
error :
Error interpretation XML: non well-formed
Line number 2, column 3:
---^
Can someone help me about this?
Check out the new CakePHP