I have a xml declaration in top of my page like this
echo "<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">";
and ?> in the echo seems like php thinks it's a closing statement or something. Am I missing something or is there some other workaround this?
By the way the page is a view in my codeigniter project, if that does matter...