in reply to XML::Twig-parse() error under CGI

The string it is referring to is the XML that I sent to the Twig->parse() command.

Are you sure you're sending valid XML to the parser? I've gotten this bewildering error before and it had nothing to do with symbolic references, but was caused by feeding the parser bad XML.

--
Check out my Perlmonks Related Scripts like framechat, reputer, and xNN.

Replies are listed 'Best First'.
Re: Re: XML::Twig-parse() error under CGI
by DrSax (Sexton) on May 25, 2001 at 01:07 UTC
    The exact same string works when sent from a script on the command line.
    DrSax