From scott at crisscott.com Tue Feb 8 12:29:47 2005 From: scott at crisscott.com (Scott Mattocks) Date: Tue, 08 Feb 2005 12:29:47 -0500 Subject: [atlphp-talk] xml_parse and CDATA Message-ID: <4208F70B.8000308@crisscott.com> Hello, I am having some trouble parsing XML files and determining what is text between two elements (Some text) and what is text inside . xml_parse() is giving both types of text to the function I set as the cdata handler but it doesn't give any indication of whether or not in was inside a CDATA tag. It acts as if the