Re: [PHP-DB] PHP and XML Parsing

2003-11-26 Thread Rick Dahl
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 26, 2003 9:48 AM Subject: Re: [PHP-DB] PHP and XML Parsing > If your "&" is meant as a content data, as opposed to an entity call, then > your XML is probably not valid. > > To write "

Re: [PHP-DB] PHP and XML Parsing

2003-11-26 Thread Ignatius Reilly
ius _ - Original Message - From: "Rick Dahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 26, 2003 16:33 Subject: [PHP-DB] PHP and XML Parsing I have a piece of xml that has characters like & and other non-normal o

[PHP-DB] PHP and XML Parsing

2003-11-26 Thread Rick Dahl
I have a piece of xml that has characters like & and other non-normal ones. When I use the $this->parser = xml_parser_create(); functions it doesn't read the entire character sting inside the . It stops at the &. If I take out the & it works perfectly. Any ideas on how I can fix this? Ric