in reply to Re: Jabber XMPP and XML::Simple conflict
in thread Jabber XMPP and XML::Simple conflict

That was the answer, thank you!

Don
WHITEPAGES.COM | INC
Everything I've learned in life can be summed up in a small perl script!
  • Comment on Re^2: Jabber XMPP and XML::Simple conflict

Replies are listed 'Best First'.
Re^3: Jabber XMPP and XML::Simple conflict
by grantm (Parson) on Aug 19, 2005 at 23:07 UTC

    The most recent version of XML::SAX::Expat::Incremental does not register itself in XML/SAX/ParserDetails.ini. If you edit that file and remove the offending section then XML::Simple will work with SAX parsers too.