When parsing XML data, the CDATA sometimes contains an ampersand (&). The XML parser sends this as two events, one before the ampersand and one after. That yields two data sections (when there is only one).
Ideas on how to keep them together? Is this a bug? kind regards, bill hollett -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]