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

Reply via email to