[ic] IC/eBay API integration -> impending donation

Grant listbox at email.com
Tue Sep 16 11:49:09 EDT 2003


> It would be nice if you reduced the usertag to the smallest
> version possible
> that reproduces the problem.  That way, people can help you
> without copying,
> pasting, compiling, etc.

Ok, I'll do that from now on.  Here's the simplified tag:

###
Usertag parsexml hasEndTag
Usertag parsexml Interpolate 1
Usertag parsexml Routine <<EOR

sub whatever {
        if ($tag eq "XMLDOC_WRAPPER") {
                return;
        }
}

sub {
        my $tag="";
}

EOR
###

Here's the error I get when restarting IC:

###
Variable "$tag" will not stay shared at (eval 77) line 2, <SYSTAG> line 15.
###

Everything but XML parsing is built and ready to go.  Once the XML parsing
is working it should only be a few hours until I'm ready to post the
integration details.

- Grant



More information about the interchange-users mailing list