/[cvs]/nfo/perl/libs/XML/XUpdate/XSLT.pm
ViewVC logotype

Diff of /nfo/perl/libs/XML/XUpdate/XSLT.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by joko, Tue May 13 09:32:22 2003 UTC revision 1.8 by joko, Fri Jun 6 04:01:52 2003 UTC
# Line 7  Line 7 
7  #    $Id$  #    $Id$
8  #  #
9  #    $Log$  #    $Log$
10    #    Revision 1.8  2003/06/06 04:01:52  joko
11    #    just write to STDERR in debug mode
12    #
13  #    Revision 1.7  2003/05/13 09:32:22  joko  #    Revision 1.7  2003/05/13 09:32:22  joko
14  #    minor update to pod  #    minor update to pod
15  #  #
# Line 210  sub _apply { Line 213  sub _apply {
213    my $self = shift;    my $self = shift;
214        
215    # debug - print the calculated xsl on STDERR    # debug - print the calculated xsl on STDERR
216    print STDERR $self->get_stylesheet("_worker"), "\n";    print STDERR $self->get_stylesheet("_worker"), "\n" if $self->{DEBUG};
217        
218    #return;    #return;
219    $self->{XSLT_ENGINE_LIVE} = XML::XSLT->new(    $self->{XSLT_ENGINE_LIVE} = XML::XSLT->new(

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed