John Quinn wrote:
I am taking the value of external xml entities.

I suppose you mean you *didn't* do this.

I would like to note that I'm getting the following warnings on the systems
that it does run on:

[WARNING] table-layout=auto is not supported, using fixed!

That's warning warning you about auto table layout not being
implemented, just as it says. You can avoid getting it by
specifying table-layout="fixed" on every fo:table you have.

I'm not an expert on xmlint, but I ran it and it didn't throw any errors.

It's likely that there are no problems with the files, and
something is wrong with the JBoss environment. Try to produce
a minimal servlet (just calling TransformerFactory.newInstance()
.newTemplates(...) with your XSLT as source. If this works,
get your original code and trim it down until the error disappears.

J.Pietschmann

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

Reply via email to