Converts an XML file to an XSL-FO file using JAXP (XSLT).
Parameters: xml - the XML file Parameters: xslt - the stylesheet file Parameters: fo - the target XSL-FO file throws: IOException - In case of an I/O problem throws: TransformerException - In case of a XSL transformation problem