--- nfo/perl/libs/XML/XUpdate/XSLT.pm 2003/05/01 20:11:49 1.3 +++ nfo/perl/libs/XML/XUpdate/XSLT.pm 2003/05/01 23:40:32 1.4 @@ -4,9 +4,12 @@ # # By Andreas Motl, andreas.motl@ilo.de # -# $Id: XSLT.pm,v 1.3 2003/05/01 20:11:49 joko Exp $ +# $Id: XSLT.pm,v 1.4 2003/05/01 23:40:32 joko Exp $ # # $Log: XSLT.pm,v $ +# Revision 1.4 2003/05/01 23:40:32 joko +# minor update: commented debugging part +# # Revision 1.3 2003/05/01 20:11:49 joko # * added pod from xupdate.pl # - extracted xml to external files @@ -170,7 +173,10 @@ # FIXME: do DOM only! sub _apply { my $self = shift; - #print $self->get_stylesheet("_worker"), "\n"; + + # debug - print the calculated xsl on STDERR + #print STDERR $self->get_stylesheet("_worker"), "\n"; + #return; $self->{XSLT_ENGINE_LIVE} = XML::XSLT->new( Source => $self->get_stylesheet("_worker"),