in reply to Re: XML::Twig and oodraw
in thread XML::Twig and oodraw
sub getDrawInfo { my ($t, $data)= @_; my $name = $data->{'att'}->{'draw:name'}; print "DEBUG name: $name\n"; print "DEBUG " . $data->text . "\n"; }
Works fine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::Twig and oodraw
by mirod (Canon) on Oct 09, 2009 at 15:30 UTC |