Welcome Guest, Not a member yet? Register   Sign In
MVC, XUL
#2

[eluser]Alex007[/eluser]
it's not a CI problem, it's a PHP problem, because XML starts with <? and PHP too, it confuses the PHP parser.

Instead, do this:

Code:
<?php
  echo '<?xml ...(stuff here)...>';
?>

Since the <? tag isn'T part of the file, but is outputted *BY* PHP, it won't confuse the parser.


Messages In This Thread
MVC, XUL - by El Forum - 02-01-2008, 12:40 PM
MVC, XUL - by El Forum - 02-01-2008, 12:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB