If you need an instance of the "SAXTransformerFactory" class, use setProperty() to specify another compatible
"TransformerFactoryImpl" to override the TIBCO one which has not fully
implemented the SAXTransformerFactory. Example, configure by Java code: System.setProperty("javax.xml.transform.TransformerFactory", "org.apache.xalan.processor.TransformerFactoryImpl");
TIBCO only relies on SAXParserFactory more than SAXTransformerFactory because in both designer.tra files of BW5.9 and BW5.11, at the end of
the file you will see
{
java.property.javax.xml.parsers.SAXParserFactory org.apache.xerces.jaxp.SAXParserFactoryImpl
java.property.javax.xml.parsers.DocumentBuilderFactory org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
}