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





------- Additional Comments From [EMAIL PROTECTED]  2003-06-03 18:09 -------
Actually, I believe (respectfully) that the bug is in your XSL. First of all,
the xsl:include tag is not closed (although that may be just a typo). 2ndly,
according to everywhere I've read, (XML Bible, the XSL spec, etc.):

  The xsl:include element is only allowed as a top-level element.

That means it should be something like this:

<?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:include href="testempty.xsl"/>
<xsl:template  match="nsdc:data">
<fo:root>
....
</fo:root>
</xsl:template>
</xsl:stylesheet>

Hope this helps!

Web Maestro Clay

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

Reply via email to