I have a xml dom Document and I have a xsl file in the file system.
I want to be able to create a PDF via a servlet.
I have looked at the FopServlet code which either take a fo file
or an xml file and an xsl file
Is there a way to get FOP working so that I can pass in a XML dom Document(specifically org.w3c.dom.Document) and an xsl file
 
any help would be appreciated
 
Amit

Reply via email to