Yoiks! and Away!
Jun. 4th, 2003 03:41 pmAHA!!!!
The incantation is:
my $p = new XML::Parser(Style => 'tree')
and NOT
my $p = new XML::Parser(Style => 'Tree')
as the docs would have one believe! So, that took MUCH longer than it should have, but now I have an XML parser.
Now updated to correct typos.
The incantation is:
my $p = new XML::Parser(Style => 'tree')
and NOT
my $p = new XML::Parser(Style => 'Tree')
as the docs would have one believe! So, that took MUCH longer than it should have, but now I have an XML parser.
Now updated to correct typos.
no subject
Date: 2003-06-04 06:53 pm (UTC)which diff was it?
Date: 2003-06-04 07:13 pm (UTC)Style is typo'ed in the latter, and the capitalization of tree changes.
So, what exactly was the issue, both or just the capitalization?
Re: which diff was it?
Date: 2003-06-05 10:41 am (UTC)