Re: [PHP-DEV] PHP, Xerces, Xalan

2001-04-25 Thread Jascha Wetzel

Greetings,

i just implementet php_xalan and it kind of works but we're still having
problems combining it with php-4.0.4pl1.
Strange things happen when php uses libxalan and libxerces. After everything
worked fine, the xslt sheet has been processed correctly and the module and
the libs have been unloaded, php segfaults for some yet unknown reason.

Maybe someone who is more into php and/or libxalan/xerces interna could help
?

When i get to it I'll put up a page with the extension for you to experiment
with.

--
sincerely
entity


Flying [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 Hi!

  I have one question to PHP extension developers:
  Is there are any plans to implement PHP extension modules based on
 Xerces-C (http://xml.apache.org/xerces-c) and Xalan-C
(http://xml.apache.org/xalan-c) ?
  I think that Xerces and Xalan are much more powerful than expat and
 Sablotron, currently used as base for DOM XML and XSLT modules. For
 example Xalan fully implements W3C XSLT standard, while Sablotron is still
 in beta. Both Xalan and Xerces are cross-platform, open source and free,
 so they are very suitable to PHP philosophy.

 PS: Please copy your answers to my e-mail, because i'm not subscribed to
 this mailing list.


   With best wishes, Flying
 mailto:[EMAIL PROTECTED]



 --
 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]




-- 
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] PHP, Xerces, Xalan

2001-04-25 Thread Rasmus Lerdorf

Probably won't make a difference, but I would suggest the current CVS
version of PHP for bleeding-edge development like this.  That will also
make it easier for other PHP developers to go in and try to help you out
as they tend to work with current CVS.

-Rasmus

On Wed, 25 Apr 2001, Jascha Wetzel wrote:

 Greetings,

 i just implementet php_xalan and it kind of works but we're still having
 problems combining it with php-4.0.4pl1.
 Strange things happen when php uses libxalan and libxerces. After everything
 worked fine, the xslt sheet has been processed correctly and the module and
 the libs have been unloaded, php segfaults for some yet unknown reason.

 Maybe someone who is more into php and/or libxalan/xerces interna could help
 ?

 When i get to it I'll put up a page with the extension for you to experiment
 with.

 --
 sincerely
 entity


 Flying [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]...
  Hi!
 
   I have one question to PHP extension developers:
   Is there are any plans to implement PHP extension modules based on
  Xerces-C (http://xml.apache.org/xerces-c) and Xalan-C
 (http://xml.apache.org/xalan-c) ?
   I think that Xerces and Xalan are much more powerful than expat and
  Sablotron, currently used as base for DOM XML and XSLT modules. For
  example Xalan fully implements W3C XSLT standard, while Sablotron is still
  in beta. Both Xalan and Xerces are cross-platform, open source and free,
  so they are very suitable to PHP philosophy.
 
  PS: Please copy your answers to my e-mail, because i'm not subscribed to
  this mailing list.
 
 
With best wishes, Flying
  mailto:[EMAIL PROTECTED]
 
 
 
  --
  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]
 






-- 
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] PHP, Xerces, Xalan

2001-04-25 Thread Andi Gutmans

At 06:14 PM 4/25/2001 +0200, Jascha Wetzel wrote:
Greetings,

i just implementet php_xalan and it kind of works but we're still having
problems combining it with php-4.0.4pl1.
Strange things happen when php uses libxalan and libxerces. After everything
worked fine, the xslt sheet has been processed correctly and the module and
the libs have been unloaded, php segfaults for some yet unknown reason.

Maybe someone who is more into php and/or libxalan/xerces interna could help
?

When i get to it I'll put up a page with the extension for you to experiment
with.

Is your PHP extension a simple wrapper of those libaries or is it a 
relatively complicated extension?
Have you managed to get a backtrace of the core dump in order to see where 
the problem is? (Corruption, freeing memory twice in the engine, and so on...)

Andi


-- 
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] PHP, Xerces, Xalan

2001-04-25 Thread Jascha Wetzel

my extension is as simple as it could be. you can find the sources at
http://www.nttslab.de/php_xalan/

i'd really like to create a xalan module for your xslt extension, since i
only wanted to get xalan running as simple as possible, but of course
appreciate if someone is doing it right.
what about putting up a little cvs repository for it ?

--
sincerely
entity


Andi Gutmans [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 At 06:14 PM 4/25/2001 +0200, Jascha Wetzel wrote:
 Greetings,
 
 i just implementet php_xalan and it kind of works but we're still having
 problems combining it with php-4.0.4pl1.
 Strange things happen when php uses libxalan and libxerces. After
everything
 worked fine, the xslt sheet has been processed correctly and the module
and
 the libs have been unloaded, php segfaults for some yet unknown reason.
 
 Maybe someone who is more into php and/or libxalan/xerces interna could
help
 ?
 
 When i get to it I'll put up a page with the extension for you to
experiment
 with.

 Is your PHP extension a simple wrapper of those libaries or is it a
 relatively complicated extension?
 Have you managed to get a backtrace of the core dump in order to see where
 the problem is? (Corruption, freeing memory twice in the engine, and so
on...)

 Andi


 --
 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]




-- 
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] PHP, Xerces, Xalan

2001-04-25 Thread Rasmus Lerdorf

 my extension is as simple as it could be. you can find the sources at
 http://www.nttslab.de/php_xalan/

 i'd really like to create a xalan module for your xslt extension, since i
 only wanted to get xalan running as simple as possible, but of course
 appreciate if someone is doing it right.
 what about putting up a little cvs repository for it ?

If you need a CVS directory to work in, you can use cvs.php.net.  Just
mark your extension as EXPERIMENTAL (by putting a file with that name in
your ext/xalan directory).  To get a CVS account see
http://www.php.net/cvs-php.php

I think a Xalan extension would be a cool thing to have.

-Rasmus


-- 
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] PHP, Xerces, Xalan

2001-04-25 Thread Jascha Wetzel

ehrm, sorry that should've gone out to sterling ;)

--
sincerely
entity


Jascha Wetzel [EMAIL PROTECTED] wrote in message
9c71jc$p7e$[EMAIL PROTECTED]">news:9c71jc$p7e$[EMAIL PROTECTED]...
 my extension is as simple as it could be. you can find the sources at
 http://www.nttslab.de/php_xalan/

 i'd really like to create a xalan module for your xslt extension, since i
 only wanted to get xalan running as simple as possible, but of course
 appreciate if someone is doing it right.
 what about putting up a little cvs repository for it ?

 --
 sincerely
 entity


 Andi Gutmans [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  At 06:14 PM 4/25/2001 +0200, Jascha Wetzel wrote:
  Greetings,
  
  i just implementet php_xalan and it kind of works but we're still
having
  problems combining it with php-4.0.4pl1.
  Strange things happen when php uses libxalan and libxerces. After
 everything
  worked fine, the xslt sheet has been processed correctly and the module
 and
  the libs have been unloaded, php segfaults for some yet unknown reason.
  
  Maybe someone who is more into php and/or libxalan/xerces interna could
 help
  ?
  
  When i get to it I'll put up a page with the extension for you to
 experiment
  with.
 
  Is your PHP extension a simple wrapper of those libaries or is it a
  relatively complicated extension?
  Have you managed to get a backtrace of the core dump in order to see
where
  the problem is? (Corruption, freeing memory twice in the engine, and so
 on...)
 
  Andi
 
 
  --
  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]
 



 --
 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]




-- 
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]