[Xml-compile] RE: error: remote system uses XOP, use
XML::Compile::XOP
DEIGNAN Ciaran
c.deignan at rsd.com
Mon Aug 27 10:11:06 GMT 2012
Hi Marc,
> I found it. It is a problem with HTTP::Message extracting multiparts.
> It uses (line 1000)
>
> $str =~ s/\r?\n--\Q$b\E--\r?\n.*//s;
> if ($str =~ s/(^|.*?\r?\n)--\Q$b\E\r?\n//s) {
> $self->{_parts} = [map HTTP::Message->parse($_),
> split(/\r?\n--\Q$b\E\r?\n/, $str)]
> }
Perfect, it works, with the 2.30 pre-release version.
Thank you very much. Now I can make a "Proof of concept" and try to win hearts and minds ;)
Ciaran Deignan
RSD Technical Support
More information about the Xml-compile
mailing list