Re: SimpleXML addChild() namespace problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 18, 2008 12:04 PM, Carole E. Mah <carole.mah@xxxxxxxxx> wrote:

> I did exactly this, and still got:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"; version="
> 2.0">
>        <channel>
>                <!-- snipping, some elements omitted ... -->
>                <item>
>                        <title>My Title</title>
>                        <link>My Link</link>
>                        <description>My Description</description>
>                        <itunes:author xmlns:itunes="itunes">My
> Author</itunes:author>
>                        <itunes:subtitle xmlns:itunes="itunes">My
> Subtitle</itunes:subtitle>
>                        <!-- snipping, more elements omitted ... -->
>                </item>
>        </channel>
> </rss>
>


are you trying to read an existing document into a SimpleXMLElement, or are
you trying
to create a SimpleXMLElement instance and generate a document from that?
my impression was you were trying to do the later; please clarify and if you
are trying to
do the later, post the code you are using to create the SimpleXMLElement
instance and
generate the output youve posted.

-nathan

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux