I had a question about the element handler...
<i>
bool xml_set_element_handler ( resource parser, string start_element_handler, string end_element_handler)
If a handler function is set to an empty string, or FALSE, the handler in question is disabled.
</i>
from: http://www.php.net/manual/en/function.xml-set-element-handler.php
Anyway.. when i try to set the start_element_handler to either FALSE or "" ... i get alot of warnings like this one...
Warning: Unable to call handler () in /home/picturepage/public_html/picturePage.php on line 108
Is this normal?... i guess i could just turn off the printing of the errors..
any help please ?