Re: Struts and XSL ?

2004-02-09 Thread Oliver Thiel
Hi Andrew, StrutsCX is Struts with XSLT - as alternative to JSP. StrutsCX overcomes the limitations of the Struts Framework by enabling you to utilize XML, XSLT, and XPath technologies instead of its standard JavaServer Pages. http://it.cappuccinonet.com/strutscx/index.php I just took a

Re: Struts and XSL ?

2004-02-09 Thread Kris Schneider
I don't have a particular framework or extension to recommend, but I will add that XSLT and JSP can happily be used *together*. JSP is not just HTML. Depending on what you want to do, you can easily use JSTL to do XSLT: %-- xslt is a scoped variable of type String, Reader or

RE: Struts and XSL ?

2004-02-09 Thread Andrew Bate
Kris, Kris Schneider [mailto:[EMAIL PROTECTED] I don't have a particular framework or extension to recommend, but I will add that XSLT and JSP can happily be used *together*. JSP is not just HTML. We're stuck on J2EE 1.2 using PowerTier - I believe JSTL requires a 1.3 container. This

RE: Struts and XSL ?

2004-02-09 Thread Kris Schneider
Okay, so scratch that idea ;-). Quoting Andrew Bate [EMAIL PROTECTED]: Kris, Kris Schneider [mailto:[EMAIL PROTECTED] I don't have a particular framework or extension to recommend, but I will add that XSLT and JSP can happily be used *together*. JSP is not just HTML. We're

RE: Struts and XSL ?

2004-02-09 Thread Matthias Wessendorf
hi Andrew, never used, but knowing this candidate: http://it.cappuccinonet.com/strutscx/index.php cheers matthias -Original Message- From: Andrew Bate [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 2:57 PM To: '[EMAIL PROTECTED]' Subject: Struts and XSL ? Hi, Does anyone

RE: Struts and XSL ?

2004-02-09 Thread ian_d_stewart
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] erco.comcc: Subject: RE: Struts and XSL

Re: RE: Struts - XML/XSL

2002-12-30 Thread Puneet Agarwal
Jeff, This looks good, but this may not suit us as well as struts does. We had tough time convincing our mgmt/client to accept struts, no way they can accept another opensource, they are convinced of apache/jakarta projects now. moreover 90% of our screens have to be in HTML. There are few

RE: RE: Struts - XML/XSL

2002-12-30 Thread Jacob Hookom
Has anyone successfully developed an XSLT filter that could be used with MVC frameworks yet? -Original Message- From: Puneet Agarwal [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 7:27 AM To: [EMAIL PROTECTED] Subject: Re: RE: Struts - XML/XSL Jeff, This looks good

Re: RE: RE: Struts - XML/XSL

2002-12-30 Thread Puneet Agarwal
:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 7:27 AM To: [EMAIL PROTECTED] Subject: Re: RE: Struts - XML/XSL Jeff, This looks good, but this may not suit us as well as struts does. We had tough time convincing our mgmt/client to accept struts, no way they can accept another opensource

Re: Struts XML - XSL

2002-12-27 Thread Taylor Cowan
There was an article on JavaWorld regarding struts/XML/XSLT, however, it wasn't clear to me what you are trying to do. If you're using struts you'd most likely use HTTP, not simple sockets. In that case the action perform would return null after setting the response type to text/xml, and writing

Re: Re: Struts XML - XSL

2002-12-27 Thread Puneet Agarwal
I am trying to explain as to what exactly do I want to achieve: We are developing an HTML front-end application. But some of our screens require to interact with certain electronic devices. We shall achieve that with the help Java Swing at the Client side. This leads to the fact that some

RE: Struts - XML - XSL

2001-09-24 Thread mattes balser
Hello Frédéric, but i don't know how to call the transformation of the XML data with a XSL file to build my final html layout. one option is to use the xsl-taglib (http://jakarta.apache.org/taglibs/doc/xsl-doc/intro.html). I haven't seen any problems with struts. ciao mattes

Re: Struts - XML - XSL

2001-09-24 Thread Ted Husted
At Jakarta, we use Ant to build our HTML pages from XML and XSL. See the Struts source distribution for an example. I haven't tried it, but I keep thinking it would be interesting to do the same with JSPs. This would gives you the flexibility of XML,XLS without changing how you write your

RE: Struts - XML - XSL

2001-09-24 Thread Ravindran Ramaiah
] Subject: Re: Struts - XML - XSL At Jakarta, we use Ant to build our HTML pages from XML and XSL. See the Struts source distribution for an example. I haven't tried it, but I keep thinking it would be interesting to do the same with JSPs. This would gives you the flexibility of XML,XLS without

re: Struts - XML - XSL

2001-09-24 Thread Alex Colic
Hi, I don't know if this is what you are looking for but I just purchased a book from Orielly press that deals with Java and XSLT: http://www.oreilly.com/catalog/javaxslt/ I don't know how I can implement this with Struts. Hope this is helpful. Alex

RE: Struts XML/XSL

2001-04-03 Thread Greg Reddin
Yes, We are using XSL as our output format instead of JSP. Here's what we've done: 1) We created a "Message" object that is an ActionForm. All of our ActionForms inherit from this object. This way we enforce that the "Message" object is present for each action and is either in session or

Re: struts and XSL

2001-03-01 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: There are many competing technologies to embrace the Model 2 pattern. I get the feeling that XML/XSL and Struts are mutually exclusive. Is this a valid concern ?? I'm not sure that they are mutually exclusive, but there is a choice you ned to