Revision 2362
Added by sgarg almost 20 years ago
register-dataset.cgi | ||
---|---|---|
2201 | 2201 |
|
2202 | 2202 |
$httpMessage = $metacat->read($docid); |
2203 | 2203 |
$doc = $httpMessage->content(); |
2204 |
$doc = normalize($doc); |
|
2204 | 2205 |
$xmldoc = $parser->parse_string($doc); |
2205 | 2206 |
|
2206 | 2207 |
if ($xmldoc eq "") { |
Also available in: Unified diff
Fix for bug# 1344