DOMTransformer transformer = null;
// This protocol requires different optimization rules to be applied
// than those used by the base class
optimizingTransformer =
new HTML3_2UnabridgedTransformer(protocolConfiguration);
if (supportsFormatOptimization) {
transformer = optimizingTransformer;
}