CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: zero plus six?
(Example: nine)

The Note You're Voting On

redb
19 years ago
Example below (BadParser) works fine with some changes.

xml_set_element_handler ( $parser, array ( &$this, 'tagStart' ), array ( &$this, 'tagEnd' ) );
xml_set_character_data_handler ( $parser, array ( &$this, 'tagContent' ) );

<< Back to user notes page

To Top