basic issue - XSLT processing

2009-12-05 Thread Jakub Jezek
I' ve written my own XSLT and I need to process it. And get output from it. I'm using this simple code for beginning: === # !/usr/bin/perl # import required modules # use XML::Parser; # use XML::XPath; # use XML::XPath::XMLParser; use XML::XSLT; # define local

Re: basic issue - XSLT processing

2009-12-05 Thread Shlomi Fish
On Saturday 05 Dec 2009 19:30:59 Jakub Jezek wrote: I' ve written my own XSLT and I need to process it. And get output from it. I'm using this simple code for beginning: === # !/usr/bin/perl You should add use strict;, use warnings; and possibly also use