RE: xalan extensions?

2004-02-26 Thread Martin van Dijken
Hey Sohil, Why don't you do it the other way around and use JSTL as the front-end and use the JSTL x tags to transform XML with XSL? Martin -Original Message- From: MARU, SOHIL (SBCSI) [mailto:[EMAIL PROTECTED] Sent: woensdag 25 februari 2004 17:17 To: 'Tag Libraries Users List'

Re: xalan extensions?

2004-02-26 Thread Kris Schneider
Just make sure the stylesheet is processed as a JSP. One of the things that means is that it should end in .jsp (assuming JSP 1.2). Then, you can use another JSP to perform the transformation: %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % %@ taglib prefix=x

RE: xalan extensions?

2004-02-26 Thread MARU, SOHIL (SBCSI)
/ /input however is there a way this can be corrected or filed as a bug? Thanks, Sohil From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 9:34 AM To: Tag Libraries Users List Subject: Re: xalan extensions? Just make sure the stylesheet is processed as a JSP. One

RE: xalan extensions?

2004-02-26 Thread Kris Schneider
be corrected or filed as a bug? Thanks, Sohil From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 9:34 AM To: Tag Libraries Users List Subject: Re: xalan extensions? Just make sure the stylesheet is processed as a JSP. One of the things that means

RE: xalan extensions?

2004-02-26 Thread MARU, SOHIL (SBCSI)
: Thursday, February 26, 2004 3:58 AM To: 'Tag Libraries Users List' Subject: RE: xalan extensions? Hey Sohil, Why don't you do it the other way around and use JSTL as the front-end and use the JSTL x tags to transform XML with XSL? Martin -Original Message- From: MARU, SOHIL (SBCSI