// Dump the entire XML doc and the schema at this level
if( writeXml )
{
os = new FileOutputStream( new File( experimentDir, "Experiment.xml" ) ); //$NON-NLS-1$
new PedroUtils().exportXml( recordModelFactory, node.getRecordModel(), os );
copyFile( experimentDir, new File( recordModelFactory.getSchemaName() ) );
}
final List dishes = nodeUtils.getChildNodes( nodeUtils.getChildNodes( node, "ASSAY" ), "DISH" ); //$NON-NLS-1$ //$NON-NLS-2$