Re: using DOM functions with embedded html / encoding

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

 



...or you may have to decode the html entities first.

On 3/21/06, Anthony Ettinger <aettinger@xxxxxxxxxxxxxx> wrote:
> saveHTML();?
>
> instead of saveXML();
>
> On 3/21/06, jonathan <news_php@xxxxxxxxxxxx> wrote:
> > I'm interested in creating an xml doc from my php5/mysql 4.1 app. I'm
> > using PHP's DOM functions to create the xml file.
> >
> > Some of the text fields now have well-formed html embedded in them.
> > When I do a $dom->createElement('item_name', $clean_slot), it encodes
> > the values to &lt;b&gt; for <b>.  How would I suppress this behavior.
> > It doesn't look like there is any other variable I can pass to
> > createElement or to appendChild.
> >
> > thanks,
> >
> > jonathan
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
>
>
> --
> Anthony Ettinger
> Signature: http://chovy.dyndns.org/hcard.html
>


--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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