[phpXML] what is $entities = array ( ) intended for ???
Brought to you by:
bs_php,
nigelswinson
From: <lu...@sa...> - 2001-10-05 10:15:03
|
Hello, I solved my HTML tags problem by emptying the following array : var $entities = array ( "&" => "&", "<" => "<", ">" => ">", "'" => "'", '"' => """ ); Am I at risk to break anything ? What is the array intended for ? Thanks in advance Luc -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |