Transferring to tomcat-user: pic this thread up there
- Andrew
> -Original Message-
> From: Dev Zero G Ltd [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 27, 2002 4:14 PM
> To: Tomcat Developers List
> Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?)
&g
t;To: Tomcat Developers List
>>Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?)
>>
>>
>> From the debug output below ("xslp processor is deprecated.
>>Use trax or
>>xalan instead") I'm guessing I'm not using Xalan at all. Any
>&
elopers List
> Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?)
>
>
> From the debug output below ("xslp processor is deprecated.
> Use trax or
> xalan instead") I'm guessing I'm not using Xalan at all. Any
> idea how I
> can make ANT
From the debug output below ("xslp processor is deprecated. Use trax or
xalan instead") I'm guessing I'm not using Xalan at all. Any idea how I
can make ANT use XALAN?
Thanks very much for the help so far and thank for more in advance! ;)
Mike
Andrew Conrad wrote:
> What version of Xalan are
What version of Xalan are you using? I had problems with the one
included with JAXP (known bug with XSLT processing)
http://xml.apache.org/xalan-j/index.html you should get 2.4.D1, making
sure you put xalan.jar, xercesImpl.jar, and xml-apis.jar files are in
the ant/lib folder.
- Andrew
> ---