Hi,
I'm trying to parse xml from within an object. Sounds feasible enough although when the parser calls the 'start' and 'end' tag handlers, it can't seem to see them sitting right above it.
While this doesn't occur when parseing from a script (ie in a non class file), I had hoped to contain the xml code in this class.
ps. already tried xml_set_element_handler($xml, "$this->startElement", "$this->endElement");
Any help much appreciated.