Re: Passing XML as String and XSL as File

2002-03-21 Thread Joerg Pietschmann
"Shaikh, Mehmood" <[EMAIL PROTECTED]> wrote: > How do I call FOP passing XML as a String (instead of file) and XSL as file? Instantiate a transformer yourself and feed it a StringReader. Let it generate a SAXResult and plumb it to a FOP Driver. StreamSource xslSource=new StreamSource(new File("f

Passing XML as String and XSL as File

2002-03-20 Thread Shaikh, Mehmood
Hi, How do I call FOP passing XML as a String (instead of file) and XSL as file? Thanks