[PHP] xml_set_object() ?!?

2001-08-05 Thread Regenfeld
Why is that not working: class XML { var $parser; var $Dummy; function XML() { $this-parser = xml_parser_create(); xml_set_object($this-parser,$this); xml_set_element_handler($this-parser,tag_open,tag_close); } function getDummy() { echo

[PHP] libxslt ?

2001-07-17 Thread Regenfeld
hi, just a few questions ;-) will there be a libxslt-extension available in the near future? I heard it will be featured in v.4.1? Or are there any alternatives to sablotron? thanx, regenfeld -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED