One more question, then I'm through, I promise. (at least for the week. :) )

In the past, I'd written my own "dispatcher" sort of program to handle
requests, transformations, and various output formats.  AxKit is light-years
better so that's why I'm here.  I'm slowly getting all of my old
functionality (and tons new stuff) working, and my project for the day is to
get PDF output working. 

I've got stylesheets that convert to xsl:fo, but I'm unclear how I then take
that FO file and get it through a renderer.  My old system did it simply --
"fop.sh /tmp/input.fo /tmp/out.fo" (or somesuch).  How can I get something
similar working here?

I've looked at the HtmlDoc.pm file, and tried to get it to run, but couldn't
even get it to trigger properly.  Assuming I can get all the XSL stuff
happening right, is there an easy way to get that output piped through fop?
(and, preferably, cached, since fop is an expensive step)?  


Right now, adding a PI at the top of my source for a separate FO stylesheet
tree properly generates xsl:fo output.  


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

Reply via email to