--- nfo/perl/libs/XML/XUpdate/XSLT.pm 2003/05/07 03:11:28 1.6 +++ nfo/perl/libs/XML/XUpdate/XSLT.pm 2003/06/06 04:01:52 1.8 @@ -4,9 +4,15 @@ # # By Andreas Motl, andreas.motl@ilo.de # -# $Id: XSLT.pm,v 1.6 2003/05/07 03:11:28 joko Exp $ +# $Id: XSLT.pm,v 1.8 2003/06/06 04:01:52 joko Exp $ # # $Log: XSLT.pm,v $ +# Revision 1.8 2003/06/06 04:01:52 joko +# just write to STDERR in debug mode +# +# Revision 1.7 2003/05/13 09:32:22 joko +# minor update to pod +# # Revision 1.6 2003/05/07 03:11:28 joko # updated pod: new section "References", added item to "Todo" section # @@ -103,7 +109,7 @@ o Cache contents of external files (*.xml). Performance! o Can exception / error-code handling be improved somehow? Esp.: It would be interesting, if the XUpdate payload actually could be applied, or not... - o , etc. + o Conditional processing: , etc. =cut @@ -207,7 +213,7 @@ my $self = shift; # debug - print the calculated xsl on STDERR - print STDERR $self->get_stylesheet("_worker"), "\n"; + print STDERR $self->get_stylesheet("_worker"), "\n" if $self->{DEBUG}; #return; $self->{XSLT_ENGINE_LIVE} = XML::XSLT->new(