This combination breaks because XML::LibXSLT seems to want

  my $x = XML::LibXSLT->new;
  $x->parse_stylesheet(...);

and not

  XML::LibXSLT->parse_stylesheet(...);

I think the attached patch fixes this, but I've not extensively tested it.

Cheers,
-- 
M.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to