RE: [POLL] style and XSLT processors

2001-11-28 Thread Shane_Curcuru
Personally, I use Xalan, although oddly enough I don't use the style task very often myself. (But I'm biased, since I work on Xalan... 8-) Note that some modern JDK's include a copy of JAXP in the lib/ext directory or in some cases inside the rt.jar (like some of Sun's JDK 1.4.x betas); this

RE: [POLL] style and XSLT processors

2001-11-28 Thread Chappell, Simon P
] Subject: RE: [POLL] style and XSLT processors Personally, I use Xalan, although oddly enough I don't use the style task very often myself. (But I'm biased, since I work on Xalan... 8-) Note that some modern JDK's include a copy of JAXP in the lib/ext directory or in some cases inside the rt.jar

RE: [POLL] style and XSLT processors

2001-11-27 Thread Stephane Bailliez
-Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] [...] Which option is the whatever is provided in Ant 1.4.1? :-) There is no XSL processor shipped with the Ant distrib AFAIK. On my RedHat Linux 7.2 I am enjoying good success with whichever XSLT processor is

RE: [POLL] style and XSLT processors

2001-11-27 Thread Chappell, Simon P
Wild! I even looked in my CLASSPATH to check that I didn't have anything that I didn't think I had. Very strange. I'll look again. -Original Message- From: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 2:33 AM To: Ant Users List Subject: RE: [POLL] style

RE: [POLL] style and XSLT processors

2001-11-23 Thread Chappell, Simon P
Just for information I would like to know what processor people are using to perform style task..or simply would be interested in Please check what apply: [ ] 1. TraX (Xalan 2.x, Saxon) - supported in Ant [ ] 2. Xalan 1.x (reminder, this one is no more supported by the Xalan team) - supported

Re: [POLL] style and XSLT processors

2001-11-22 Thread Leon Breedt
On Thu, Nov 22, 2001 at 08:52:19AM -, Stephane Bailliez wrote: [ ] 1. TraX (Xalan 2.x, Saxon) - supported in Ant Saxon. That said, I think the support for XT is probably more interesting to have since it is still AFAIK the fastest Java XSL processor. Its still unmaintained as well, and

RE: [POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Leon Breedt [mailto:[EMAIL PROTECTED]] That said, I think the support for XT is probably more interesting to have since it is still AFAIK the fastest Java XSL processor. Its still unmaintained as well, and not that standards compliant afaik. Yes it is

Re: [POLL] style and XSLT processors

2001-11-22 Thread Ingmar Stein
[X ] 1. TraX (Xalan 2.x, Saxon) - supported in Ant [ ] 2. Xalan 1.x (reminder, this one is no more supported by the Xalan team) - supported in Ant [ ] 3. XT [ ] 4. XSL:P - supported in Ant - will be deprecated [ ] 5. AdaptX - supported in Ant CVS [ ] 6. Other, please specify I'm planning

Re: [POLL] style and XSLT processors

2001-11-22 Thread Stefan Bodewig
On Thu, 22 Nov 2001, Stephane Bailliez [EMAIL PROTECTED] wrote: Xalan 1.x (reminder, this one is no more supported by the Xalan team) Looking at http://jakarta.apache.org/builds/gump/latest/xref.html it seems as if Taglibs still depends on Xalan1. Stefan -- To unsubscribe, e-mail:

RE: [POLL] style and XSLT processors

2001-11-22 Thread Daniel Hoppe
Hi Stephane, [X] 1. TraX (Xalan 2.x, Saxon) - supported in Ant I primarily use Saxon. Regards, Daniel sitewaerts GmbH Hebelstraße 15 D-76133 Karlsruhe Tel: +49 (721) 920 918 0 Fax: +49 (721) 920 918 29 http://www.sitewaerts.de -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: [POLL] style and XSLT processors

2001-11-22 Thread Conor MacNeill
Stephane Bailliez wrote: Hello all, Just for information I would like to know what processor people are using to perform style task..or simply would be interested in Please check what apply: [X] 1. TraX (Xalan 2.x, Saxon) - supported in Ant [ ] 2. Xalan 1.x (reminder, this one is no

RE: [POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] I think we already deprecated XSL:P in Ant 1.4.1. In which case I think it should be removed before the next release. I certainly had problems testing it in Ant. As I mentioned previously, when I did the great

Re: [POLL] style and XSLT processors

2001-11-22 Thread Stefan Bodewig
On Thu, 22 Nov 2001, Stephane Bailliez [EMAIL PROTECTED] wrote: From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Looking at http://jakarta.apache.org/builds/gump/latest/xref.html it seems as if Taglibs still depends on Xalan1. It's taglibs responsability to upgrade...not ours... I didn't

RE: [POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] It's taglibs responsability to upgrade...not ours... I didn't want to say we should take care of taglib, just add a group of users that may be interested in continued support of Xalan1 in Ant. Understood, sorry