tomazos has asked for the wisdom of the Perl Monks concerning the following question:
The relevant code from t/16large.t is:
my $handler = XML::SAX::PurePerl::DebugHandler->new(); my $parser = XML::SAX::PurePerl->new(Handler => $handler); $parser->parse_uri("testfiles/xmltest.xml");
When it trys to parse_uri the xmltest.xml file it gets deep into the guts of it and then stops claiming:
Invalid character 0xa0 [Ln: 1373, Col: 4]
Anyone seen this before? Anyone have any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::SAX Failed Test
by mirod (Canon) on Apr 24, 2002 at 10:43 UTC | |
|
Re: XML::SAX Failed Test
by Zaxo (Archbishop) on Apr 24, 2002 at 07:13 UTC | |
|
Re: XML::SAX Failed Test
by Anonymous Monk on Apr 24, 2002 at 12:51 UTC |