Bug#275015: libxml-libxslt-perl: Elements with namespaces are not matched

2005-09-08 Thread Florian Ragwitz
Hello, I tried to reproduce this bug using the same xml and xsl files as you and the following script: #!/usr/bin/perl use strict; use warnings; use XML::LibXSLT; my $xslt = XML::LibXSLT->new(); my $transform; eval { $transform = $xslt->parse_stylesheet_file('transform.xsl'); }; die "$@ par

Bug#275015: libxml-libxslt-perl: Elements with namespaces are not matched

2005-09-08 Thread Enrico Zini
On Thu, Sep 08, 2005 at 01:08:32PM +0200, Florian Ragwitz wrote: > This code gives me the desired output: ./transform.pl > Risorsa con problemi > Can you please check if this bug still occurs for you with the latest > version of libxml-libxslt-perl? Hi Florian. Unfortunately, it's been a long ti