Cheers it worked with this....
"I conquered this one using the following:
don't use jaxp.jar or parser.jar in your webserver's
class path; replace them with the xalan and xerces
jars.s"
-----Original Message-----
From: Gunnlaugur Thor Briem [mailto:[EMAIL PROTECTED]]
Sent: 11 June 2001 13:32
To: [EMAIL PROTECTED]
Subject: RE: Help with Xalan2
Actually, just put Xerces in there, not Xalan. Reasons:
1) Xalan is not needed there
2) Xalan uses reflection in places, and if it is loaded
in the servlet engine's classloader, and tries to
access classes only accessible in the servlet's
classloader, it won't find them. Kaboom, there go
your java extension functions, etc. :)
... I think!
- Gulli
PS Gautam, you posted HTML ... bad boy!
-----Original Message-----
From: Simon [mailto:[EMAIL PROTECTED]]
Sent: 11. j�n� 2001 12:14
To: [EMAIL PROTECTED]
Subject: Re: Help with Xalan2
I conquered this one using the following:
don't use jaxp.jar or parser.jar in your webserver's
class path; replace them with the xalan and xerces
jars
.s
--- gautam pachnanda <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> I am facing problems in change of my java class
> files over from xalan1 to
> xalan2. I have tested the transformation
> instructions using a FileWriter.
> The transformer successful writes the contents to a
> file. However if I use
> it in a servlet it throws the following errors.