Project

General

Profile

« Previous | Next » 

Revision 3724

Skeleton for data insertion script. Also added documentation to Metacat
library.

View differences:

Metacat.pm
433 433
  print $metacat->getMessage();
434 434
  $response = $metacat->update($docid, $xmldoc); 
435 435
  print $metacat->getMessage();
436
  $response = $metacat->upload($docid, $data); 
437
  print $metacat->getMessage();
436 438
  $htmlResponse = $metacat->read($docid); 
437 439
  $xmldoc = $htmlResponse->content();
438 440
  print $xmldoc;

Also available in: Unified diff