518519520521522523524525
* @param stylesheet The URL of the stylesheet */ public static void outputAsXML(OutputStream outStream, boolean booleanResult, String stylesheet) { XMLOutputASK fmt = new XMLOutputASK(outStream, stylesheet) ; fmt.exec(booleanResult) ; }
517518519520521522523524