- From: Donna Bergmark <bergmark@CS.Cornell.EDU>
- Date: Wed, 10 Jan 2001 09:23:44 -0500
- To: xmlschema-dev@w3.org
- cc: bergmark@CS.Cornell.EDU
Thanks to very detailed pointers from Dan Connolly and helpful
advice from Henry Thompson, I have succeeded in uploading OAI
protocol responses to the XSV site for verification.
In perl, the code is simply this:
my $req = POST $VALIDATOR,
[ docFile => $response->content, style => 'offline' ],
content_Type=>'form-data';
my $response2 = $ua->request($req);
$VALIDATOR is the url to the XSV site, $response->content is the
XML response to the OAI Identify request. Use the HTTP package.
Thanks again, Donna
Received on Wednesday, 10 January 2001 09:23:47 UTC