prop.xmlText());
}
}
}
if (pc.getSourceFormatList().isEmpty()) {
throw new ConverterInitializationException(
"Missing source format to initialize piped converter.");
}
if (pc.getTargetFormatList().isEmpty()) {
throw new ConverterInitializationException(
"Missing target format to initialize piped converter.");
}
final Converter c1 = context.getConverter(pc
.getSourceFormatList().get(0), pc
.getIntermediateFormat(), pc.getSourceEncoding(), pc