On Wednesday, March 27, 2002, at 04:11 AM, Alexey N.Kolomoets wrote:
> Hello, > > Could you help me: I really need to use the follow function: > xslt_set_sax_handlers > > I've not found documentation on this function. > > I use PHP version 4.1.1. Does this function work or not in this > version? According to the man page, this function was only available to PHP 4.0.3 to 4.0.6: http://www.php.net/manual/en/function.xslt-set-sax-handler.php If you have XSLT enabled in your PHP distribution (you would have had to compile it with --enable-xslt and --with-xslt-sablot as ./configure parameters), why not just use xslt_process() ? This function does just about everything you need done in an XSLT transformation. What are you trying to do? Erik ---- Erik Price Web Developer Temp Media Lab, H.H. Brown [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php