Revision 3724
Added by Matt Jones almost 17 years ago
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
Skeleton for data insertion script. Also added documentation to Metacat
library.