/[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.6 by joko, Wed May 7 03:11:28 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
14    #    minor update to pod
15    #
16  #    Revision 1.6  2003/05/07 03:11:28  joko  #    Revision 1.6  2003/05/07 03:11:28  joko
17  #    updated pod: new section "References", added item to "Todo" section  #    updated pod: new section "References", added item to "Todo" section
18  #  #
# Line 103  Line 109 
109    o Cache contents of external files (*.xml). Performance!    o Cache contents of external files (*.xml). Performance!
110    o Can exception / error-code handling be improved somehow?    o Can exception / error-code handling be improved somehow?
111        Esp.: It would be interesting, if the XUpdate payload actually could be applied, or not...        Esp.: It would be interesting, if the XUpdate payload actually could be applied, or not...
112    o <xupdate:if>, etc.    o Conditional processing: <xupdate:if>, etc.
113        
114    
115  =cut  =cut
# Line 207  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.6  
changed lines
  Added in v.1.8

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