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 
diagnostics;".

> # import required modules
> # use XML::Parser;
> # use XML::XPath;
> # use XML::XPath::XMLParser;
> use XML::XSLT;

I think you should use XML::LibXSLT instead of XML::XSLT. At least that's what 
I'm using. XML::XSLT is slower and I believe it is also incomplete.

Otherwise, there are more suitable mailing lists for getting help with XSLT:

http://listserv.activestate.com/mailman/listinfo/perl-xml

http://www.google.com/search?q=xslt%20mailing%20list

I'm not saying it's off-topic here, just that you are more likely to get help 
this way.

Regards,

        Shlomi Fish

[Snipped Long code]

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Freecell Solver - http://fc-solve.berlios.de/

Bzr is slower than Subversion in combination with Sourceforge. 
( By: http://dazjorz.com/ )

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to