>  >> xml_set_element_handler
>  >> (
>  >>     $parser,
>  >>     array( $this, 'xml_start_element' ),
>  >>     array( $this, 'xml_stop_element' )
>  >> );
>  >>

Thanks for helping me out :).

Warm regards,

ah

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to