Patrick Dean Rusk wrote:
It's well-known feature request, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14351.I think it would be preferable to have a FOP option to output the intermediate FO file that it uses in its processing, similar to the way many compilers can output some of their intermediate files.
Sure! There is no room for indentaion in SAX events stream and as there is no serialization altogether the whole <xsl:output> element is ignored (rememeber - it's just a hint according to the spec). And after all it's not FOP, but a XSLT processor.Just today I've finally diagnosed a strangeness in my program to the fact that using FOP to transform gives a different result sometimes than doing the transform manually and following it with a FOP run on the .fo file. In my case, the difference was from having the following line in my XSL file:<xsl:output method="xml" indent="yes"/> This is respected when doing the manual transform, but the FOP run seems to treat it as "no".
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]