[phpXML] Entities
Brought to you by:
bs_php,
nigelswinson
From: <nig...@us...> - 2001-10-05 10:47:10
|
> > Litl question: what is the array $entities for ? > > The content is not converted as it should be, nothing happens - or I just > > didnt get the point. > > > > Why I need this: a must use breaks ( <br> ), &, and other special > > characters... I would call htmlspecialchars() before passing anything to PhpXml. There are some seriously bad bugs in PhpXml when you try to store marked up text in phpxml using set_content() or add_content(). Please refer to the release notes of PhpXml 1.N.4 available at http://www.sourceforge.net/projects/phpxmldb for more info. Version 1.N.4 does not use the $entities array at all, because there seems to be no logical reason for it to be there. Nigel -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |