Help with XML feed

Discussion in 'PHP' started by romfeo, Feb 28, 2011.

  1. #1
    Hello,

    I am trying to custom two opensource files, in order to create a feed for a price comparitor site.

    Please see the two attached PHP files

    I have runned in to the following two problems:

    1st. In the first line of the XML output only
    
    <?xml version="1.0"?> 
    Code (markup):
    appears where I want it to have
    <?xml version="1.0" encoding="UTF-8"?>
    Code (markup):
    2nd. The root node of the xml is
    <products></products>
    Code (markup):
    How can I have a root node of
    <mysite></mysite>
    Code (markup):
    and then inside that
    <products></products>
    Code (markup):
    I would by for ever thankfull for anyone who helps....

    Cheers
     

    Attached Files:

    romfeo, Feb 28, 2011 IP