Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.
The following page has been changed by ClayLeeds: http://wiki.apache.org/xmlgraphics-fop/HowTo/OracleXSQLServlet The comment on the change is: fixed typos ------------------------------------------------------------------------------ The Oracle XSQL-Servlet is an easy-to-use tool for simple sql queries and statements within servlet containers. To render the XML output of the servlet with Apache FOP a serializer is required. - Unfortunately the Oracle documentation describes only, who to write such a serializer with FOP 0.20.x. As of the vanished "Driver" class this description is not usefull for current FOP versions. + Unfortunately the Oracle documentation describes only, how to write such a serializer with FOP 0.20.x. As of the vanished "Driver" class this description is not useful for current FOP versions. == Solution == - I myself wrote a new serializer, wich is now tested with Oracle XDK 10.0 and FOP 0.94. Compile this code using {{{fop.jar}}} and the jars came with Oracle XDK and install it in the classpath of your application. + I myself wrote a new serializer, which is now tested with Oracle XDK 10.0 and FOP 0.94. Compile this code using {{{fop.jar}}} and the jars came with Oracle XDK and install it in the classpath of your application. {{{ @@ -35, +35 @@ import org.w3c.dom.Document; // ---------------------------------- - // Tested with the FOP 0.94.4 Release + // Tested with the FOP 0.94 Release // ---------------------------------- public class XSQLFOPSerializer implements XSQLDocumentSerializer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
