| 4 |
## $Id$ |
## $Id$ |
| 5 |
## ------------------------------------------------------------------------- |
## ------------------------------------------------------------------------- |
| 6 |
## $Log$ |
## $Log$ |
| 7 |
|
## Revision 1.2 2003/05/01 23:43:58 joko |
| 8 |
|
## required debugging flag |
| 9 |
|
## |
| 10 |
## Revision 1.1 2003/05/01 20:41:47 joko |
## Revision 1.1 2003/05/01 20:41:47 joko |
| 11 |
## initial commit, partly from joko/Scripts/xupdate/xupdate.pl. |
## initial commit, partly from joko/Scripts/xupdate/xupdate.pl. |
| 12 |
## |
## |
| 52 |
sub main { |
sub main { |
| 53 |
|
|
| 54 |
my $xupdate = XML::XUpdate::XSLT->new( |
my $xupdate = XML::XUpdate::XSLT->new( |
| 55 |
warnings => 1 |
debug => 0, |
| 56 |
|
warnings => 1, |
| 57 |
); |
); |
| 58 |
|
|
| 59 |
#print Dumper($xupdate); |
#print Dumper($xupdate); |