DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20453>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20453 FOP ends with error when xsl:include tag used in xsl [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-06-03 16:02 ------- This is no FOP problem. Your test.xsl is not well-formed. Change: <xsl:include href="testempty.xsl"> to: <xsl:include href="testempty.xsl"/> If you run into problems like this, run the XSL transformation alone (without FOP), check for error messages and check if the output from the XSL transformation is the output you expect. More information here: http://xml.apache.org/fop/faq.html#NullPointerException --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]