Skladovs, Victor wrote:
> Frank, I don't believe it is a fop bug!
> I had been tested all the variants from the command line and I have
> assessed that it is xalan bug!
> The bug appears ONLY by transforming XML and XSL files.
> While working only with, say, FO documents, everything's works fine, but
> when I tried to transform my xml file with a xml2fo.xsl:
> 
>>fop -xml table.xml -xsl xml2fo.xsl -pdf table.pdf
> 
> I've got a bad pdf!

Xalan 2.3.1 still has bugs, in particular it accepts buggy
style sheets. This is not exposed if the transformation
result is serialized but causes trouble if the result is
consumed via SAX events by something else, as it happens
in Cocoon and the FOP command above. Try *upgrading* to
Xalan  2.4, and you'll probably see an error message.

J.Pietschmann


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to