48 DOMElement* child = Dom::findFirstChildByName( element,
"data" );
49 if ( child == 0 )
return StatusCode::FAILURE;
50 child = Dom::findFirstChildByName( child,
"leaf" );
51 if ( child == 0 )
return StatusCode::FAILURE;
53 std::string name = Dom::getAttribute( child,
"name" );
62 std::cerr <<
"From CalibSvc::XmlTest1Cnv::i_crateObj " << std::endl;
63 std::cerr << ex.
getMsg() << std::endl;
68 return StatusCode::SUCCESS;