in reply to Parsing XML - SAX events
sub StartHandler { my $expat = shift; my $element = shift; my %attr = @_; print $attr{PUBID}; #... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parsing XML - SAX events
by ghouse (Novice) on Jan 06, 2005 at 13:14 UTC |