DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37329>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37329 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2005-11-02 12:03 ------- <xsl:include> has nothing to do with XSL-FO or FOP, it is specific to XSLT. Generating a Printed Document (PDF or PS) from XML is typically a two step process: XML + XSL -> FO -> PDF FOP is responsible for generating a PDF from FO. For the user's convenience the interface to FOP will take XML + XSL files which FOP passes off to a XSLT processor, e.g. Xalan, which generates the FO file, and passes it via SAX to FOP which generates the PDF. So in order to track down your problem when you have multiple XSL files you will need to first run the XSL Transform part of this process separately using Xalan or similar to generate a large FO file which will have all your xsl:includes pulled in. It should then be easier to find the problem by looking at the FO file. A polite request: problems/questions should be directed to the fop-user mailing list before they are raised as bugs. Thanks -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
