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 <tag></tag>. It stops at the &. If I take out the & it works perfectly. Any ideas on how I can fix this? Rick