plsql procedure to generate pdf from XML

Aristidas

New Member
I have a task to generate pdf from xml using xsl stylesheet.I have a plsql procedure which is creating the required XML and I also have the stylesheet with me as a CLOB field in a table. Now I have to write a plsql procedure which calls the previous procedure and sends the XML and the stylesheet to the fop engine so that I can generate a pdf. This pdf will be stored as a BLOB field in a table.I am very new to this and would appreciate some help here. I know I would have to use UTL_HTTP to accomplish this but not sure how to pass the xml and xsl to the fo engine.Can anyone please suggest how to perform this task?
 
Back
Top