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

2001-07-08 Thread sterling hughes

On 08 Jul 2001 04:08:41 +0200, Raphael Vallazza wrote:
> 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 :)
> 


This sounds great (I was planning on doing this, now I don't have to!
;-)

Commit this whenever you like (now or later, however, I'd love it now
:-), if you don't have commit access for this extension, please go ahead
and submit a cvs account request...

Btw, as far as I'm aware, the GPL is incompatible with PHP's License, so
I don't know how a Panda PDF extension would work...

-Sterling


-- 
PHP Development Mailing List 
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 
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 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 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]