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