Ben Gill wrote:

Hi,

I am trying to use the FopServlet, but ideally, dont want to have to produce
the XML file on disk, and then load it up again, just to pass in File, File
into XSLTHandler (or TraxInputHandler)...

So, I was trying to just pass in InputSources..(ie):

ProjectTeam projectTeam = new ProjectTeam();
InputSource projectTeamInputSource = new
ProjectTeamInputSource(projectTeam);

Is this possible? or do I *have* to save the XML to disk?

Yes this is easy to achieve.


(I was getting a malformed URL exception when trying to do this)

You must have made a mistake somewhere, difficult to guess where. See the website for more examples:


http://xml.apache.org/fop/embedding.html

Chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to