Welcome Guest, Not a member yet? Register   Sign In
Trying to view a XML instead of PHP or HTML file
#3

[eluser]attos[/eluser]
I use CI to provide a RSS feed using Derek Allard's tutorials.
It's avalable from his site.
I had an issue with the view with the closing xml tag.
I had to replace it with
Code:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
echo "<?xml version=\"1.0\" encoding=\"utf-8\" \x3F>\n"
?>
This is a known issue documented here.


Messages In This Thread
Trying to view a XML instead of PHP or HTML file - by El Forum - 11-25-2008, 06:44 AM
Trying to view a XML instead of PHP or HTML file - by El Forum - 11-25-2008, 07:27 AM
Trying to view a XML instead of PHP or HTML file - by El Forum - 11-25-2008, 02:33 PM
Trying to view a XML instead of PHP or HTML file - by El Forum - 11-26-2008, 10:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB