This is a discussion on RE: [PHP] XMl Parsing within PHP within the PHP General forums, part of the PHP Programming Forums category; [snip] xml_set_element_handler($this->xml_parser, '$this->startElement', "$this->endElement"); xml_set_character_data_handler($this->xml_parser, "$this->...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
xml_set_element_handler($this->xml_parser, '$this->startElement', "$this->endElement"); xml_set_character_data_handler($this->xml_parser, "$this->valueHandler"); I get an error message: Warning: xml_parse(): Unable to call handler $thiss->startElement() in c:\program files\apache group\php\My_includes\Class.xmlTranslator.php on line 90 [snip] Is the handler called $thiss->startElement() or $this->startElement? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|