On Tue, 2008-07-08 at 17:13 +0200, Marius Erdt wrote: 
> Hi,
> 
> I'm trying to store and read the data tree hierarchy as XML using the 
> mitk::DataTree::Save and mitk::DataTree::Load functions, respectively.
> 
> mitk::XMLWriter writer( "testXML" );
> mitk::DataTree::Save( this->GetDataTreeIterator() , 
> (mitk::XMLWriter&)writer, false);
> 
> then
> 
> mitk::DataTree::Load( this->GetDataTreeIterator(), "testXML" );


Hi Marius,

I'm sorry to say that but this XML output code is deprecated (too many
dependencies in the code, home-made XML handling). It will be replaced
by newer code that is already regularly used inside DKFZ. I hope this
will be done within the next two months.

Best regards
Daniel

-- 
Dipl.-Inform. Med. Daniel Maleike          Phone: +49 6221 42 2326
Deutsches Krebsforschungszentrum           Im Neuenheimer Feld 280
Medical and Biological Informatics (E130)         69120 Heidelberg


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to