On 11-10-28 10:21 PM, YAPH wrote:
Hi,
When I try to call a remote methond through XMLRPC::Lite with the
"call" method, this error is thrown back.
"mismatched tag at line 83, column 4, byte 2185 at /usr/local/lib/
perl5/site_perl/5.10.1/x86_64-linux/XML/Parser.pm line 187 "
Does anybody know what this is about?
Thanks,
-Murali
It means either you are missing a closing tag or you have a superfluous
one. Try running the XML through `tidy` in XML mode.
`tidy` can be downloaded from http://tidy.sourceforge.net/
--
Just my 0.00000002 million dollars worth,
Shawn
Confusion is the first step of understanding.
Programming is as much about organization and communication
as it is about coding.
The secret to great software: Fail early & often.
Eliminate software piracy: use only FLOSS.
"Make something worthwhile." -- Dear Hunter
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/