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 Summary: FOP ends with error when xsl:include tag used in xsl Product: Fop Version: 0.20.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I put <xsl:include href="testinclude.xsl"> tag in xsl stylesheet, fop ends with following error: [INFO] FOP 0.20.4 [ERROR] null Fop is used from command prompt: fop -xml test.xml -xsl test.xsl -pdf test.pdf I can send complete examples of test.xsd, if needed. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:nsdc="http://www.rtf2fo.com/NSDC" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="nsdc:data"> <fo:root> .... </fo:root> </xsl:template> <xsl:include href="testempty.xsl"> </xsl:stylesheet> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]