John Quinn wrote:
Okay, saxon is now running under JBoss. I still fail at the same line with the following error now:
...
13:57:58,406 INFO [STDOUT] Error on line 37 column 81 of null: Error reported by XML parser: The entity name must immediately follow the '&' in the entity reference.
...
But I don't know why it talks about null, and the only '&' in the file are of the following nature:
I guess the problem is in the XML source, not the XSL style sheet. I suspect a stray (unquoted) ampersand there. The "null" is the name SystemId of the XML input. Apparently you didn't construct the XML input directly from a file or URL. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
