Re: Possible bug in XML::SAX causing new_from_xml() to croak
[email protected] (Edward Summers)
| Newsgroups | perl.perl4lib |
|---|---|
| Message-ID | <[email protected]> |
On May 19, 2006, at 9:57 PM, Edward Summers wrote: > $parser = XML::SAX::ParserFactory->new(); oops that should've been: $parser = XML::SAX::ParserFactory->parser(); I also should have mentioned that you can tell XML::SAX::ParserFactory which underlying parser to use, but I forget the syntax off the top of my head. //Ed