Yes it's possible.  Pure perl is probably the way to go.

To be honest, I'm not really sure what you're up to --
because I'm not sure what XSLT is, but since nobody else
answered...  

You should check out the perlboot, perltoot, perltooc, pages
to see how you can use the @INC to inherit XML::LibXSLT into
your new XML::LibXSLT::Enhanced modules.

Alternatively, you might create a reference to a
XML::LibXSLT in your blessed hash (or whatever).

On Tue, May 11, 2004 at 08:37:58PM +0200, Tom Schindl wrote:
> Hi,
> 
> I'm fairly new to XS and have no idea how I could derive from another 
> module which is bound to perl via XS.
> 
> e.g. I've XML::LibXSLT(XS-Binding to libxslt) and want derive from it 
> XML::LibXSLT::Enhanced which adds new attributes.
> 
> Is this possible, using XS or even pure perl?
> 
> Tom

-- 
If riding in an airplane is flying, then riding in a boat is swimming.
50 jumps, 15.0 minutes of freefall, 31.3 ff vertical miles.

Reply via email to