amit kaushik wrote:

> this is true that the order of the argument doesn't matter but the problem
> still persist. Please help me on that,

Usual practice on this list is to submit bare-minimum FO input:
http://xml.apache.org/fop/gethelp.html#user-mailing-list

Your problem looks like it is at the transformation stage, which means that
it is failing in the process of creating the FO, and is upstream of FOP's
core processing, and is therefore outside the scope of support usually
available on this list.

Start by running the transformation separately:
http://xml.apache.org/fop/running.html#running_xalan

We expect that to fail. You can probably track down the problem by using a
binary approach in your XSL file. (Comment out half of it & see which half
causes the failure. Repeat in the half that causes the failure until you
have it narrowed down enough to see the problem). If that doesn't help, try
the same thing with the XML file, since you could have an encoding problem.

Another possibility is to run the transformation using a different XSLT
engine, which might give better diagnostics. It could also be a bug in
Xalan.

Victor Mote


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

Reply via email to