> >
> > Is there any way for Embperl to get access to other apache
> > modules (like the C++ versions of the xerces xml parser
> > or xalan xslt processor)?   It would be nice to be able
> > to reuse the same code in or out of embperl.
>
> Only by writing XS (or swig) code. Please feel free to do so :-)
>
Embperl 2.0 will be able to use xerces and xalan (current alpha can't do
this, but it's surely comming). Embperl 2.0 will have ways to plug in other
modules (on C level or on Perl level).

There is also already some XS code to access the Embperl DOM storage from
Perl (for now not a complete DOM API) and I will expand it, so you are also
able to use it without Embperl.

Gerald

Reply via email to