Welcome Guest, Not a member yet? Register   Sign In
How do I output XML in the view?
#1

[eluser]RedLeader[/eluser]
Hello everyone,

Sorry for what appears to be a very noob question but I don't know if I am outputting XML to the view properly.

When I try to do it I put the following in my view file called "response_view.php":
Code:
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<response>
    <type>&lt;?php echo $type ?&gt;</type>
    <message>&lt;?php echo $message ?&gt;</message>
</response>

Is that good enough?

Thanks for any help you can offer!


Messages In This Thread
How do I output XML in the view? - by El Forum - 10-30-2008, 05:52 AM
How do I output XML in the view? - by El Forum - 10-30-2008, 06:44 AM
How do I output XML in the view? - by El Forum - 10-30-2008, 06:50 AM
How do I output XML in the view? - by El Forum - 01-24-2010, 11:23 PM
How do I output XML in the view? - by El Forum - 01-25-2010, 12:27 AM
How do I output XML in the view? - by El Forum - 01-25-2010, 09:19 AM
How do I output XML in the view? - by El Forum - 01-25-2010, 09:24 AM
How do I output XML in the view? - by El Forum - 01-25-2010, 09:25 AM
How do I output XML in the view? - by El Forum - 01-25-2010, 10:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB