| 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 |
# |
# |
| 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 |
| 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( |