[thelist] xml_parse PHP

Paul Bennett Paul.Bennett at wcc.govt.nz
Tue Nov 1 16:07:32 CST 2005


>Warning: xml_parse(): Unable to call handler startElement() in \testXML.php
>Warning: xml_parse(): Unable to call handler characterData() in \testXML.php
>Warning: xml_parse(): Unable to call handler endElement() in \testXML.php

You're calling these functions BEFORE you've defined them in the file, hence the parser doesn't know they exist yet...

Paul



More information about the thelist mailing list