in reply to XML::Parser problems
I would think that the expat string which I get (XML::Parser::Expat=HASH(0x819a53c)) might tell that, but I didn't see any reference to it in perldoc.String? That's the default string representation of an object (my $obj = XML::Parser::Expat->new(...); print "$obj";). What you're looking for is the XML::Parser::Expat methods current_line, current_column, and current_byte.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Parser problems
by Hena (Friar) on Jul 01, 2005 at 07:08 UTC | |
by mirod (Canon) on Jul 01, 2005 at 08:14 UTC | |
by Hena (Friar) on Jul 01, 2005 at 08:21 UTC |