in reply to XML::Simple doesn't work
The problem in this case is a bug in the XML::SAX::RTF installer, which registers itself in ...lib.../XML/SAX/ParserDetails.ini. This ini file is used to determine the default SAX parser and since XML::SAX::RTF was installed most recently, it is the default. Unfortunately, XML::SAX::RTF is not an XML parser (despite generating SAX events) so it should be removed from the ParserDetails.ini file.Searching is essential.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple doesn't work
by jeanluca (Deacon) on Nov 28, 2005 at 20:56 UTC | |
by grantm (Parson) on Nov 28, 2005 at 23:34 UTC |