//
//
private Records_type createRecordsFor(InformationFragment[] raw_records, String spec) {
log.debug("createRecordsFor... spec="+spec);
RecordBuilder rb = null; // (RecordBuilder) ctx.getBean(spec.toLowerCase());
Records_type retval = new Records_type();
try {
if ( rb != null ) {
log.error("createRecordsFor called with unhandled record syntax");