[PHP-DEV] XSLT module: libxslt extension

2001-07-07 Thread Raphael Vallazza

hi :)

i'm currently developing a php module for libxslt (part of gnome's xml
lib). i've seen that there is an'api for xslt extensions under ext/xslt,
should i use it or is it deprecated?

thanx, raphael


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] XSLT module: libxslt extension

2001-07-07 Thread Raphael Vallazza

perfect :)
my libxslt extension is a backend for xslt, the api for now is the same,
i have implemented these functions:
xslt_create
xslt_free
xslt_process (it works pretty good, and for now i haven't found memory
leaks ;)

it's not so much for now, but i'll implement the other functions as soon
as possible. i've started hacking (well it sounds cool ;) php and zend
one week ago, and i think that zend is amazing! i like it very much
because it's very intuitive.
i'm also working on a module for panda pdf, probably the first module
based on a free GPL pdf library :)

raphael


Am 08 Jul 2001 01:03:54 +0200 schrieb Sebastian Bergmann:
 Raphael Vallazza wrote:
  i'm currently developing a php module for libxslt (part of gnome's 
  xmllib). i've seen that there is an'api for xslt extensions under 
  ext/xslt, should i use it or is it deprecated?
 
   Coordinate with Sterling, but here you go: ext/sablotron is no longer
 beeing worked on and ext/xslt is the 'next generation'.
 
   It'd be cool to have ext/xslt support libxslt. Are you by any chance
 familiar with libxml? If so, please have a look at ext/domxml - and fix
 it :-)
 
 -- 
  sebastian bergmann[EMAIL PROTECTED]
http://www.sebastian-bergmann.de
 
  Meet the PHP Project at LinuxTag, Booth 5.0.334/2 - http://phpinfo.de/
 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]