Re: Struts and XML/XSL

2005-05-18 Thread Robin Ericsson
Gaet wrote: In fact, initially I was looking for an alternative to tag that are not part of XHTML specifications anymore. I think that tags were great as I was able to reload only a part of my web page (the body)could I retrieve this functionlity with xsl (is there a caching implementation...i

Re: Struts and XML/XSL

2005-05-18 Thread Gaet
x27;t know)? thanks - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, May 18, 2005 12:10 PM Subject: RE: Struts and XML/XSL > Hello, > Unfortunately, I cannot send our app.. > >

RE: Struts and XML/XSL

2005-05-18 Thread Marco Mistroni
hello, yes I am using also struts html tags.. regards marco -Original Message- From: Gaet [mailto:[EMAIL PROTECTED] Sent: 18 May 2005 13:37 To: Struts Users Mailing List Subject: Re: Struts and XML/XSL Thanks for your reply, Just one more question, are you able to use

Re: Struts and XML/XSL

2005-05-18 Thread Gaet
ng List'" Sent: Wednesday, May 18, 2005 12:10 PM Subject: RE: Struts and XML/XSL > Hello, > Unfortunately, I cannot send our app.. > > What we are doing is just write your JSP in xml and place > Following declaration in the page > > > > the browser would do the

RE: Struts and XML/XSL

2005-05-18 Thread Marco Mistroni
5 10:57 To: Struts Users Mailing List Subject: Re: Struts and XML/XSL Hello, Thanks for replying! yes, struts-layout is a special taglib that offer display facilities and support "paging"... Do you have a simple sample to send me Marco please, it would be really great... Thanks ag

Re: Struts and XML/XSL

2005-05-18 Thread Gaet
t;[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, May 18, 2005 11:32 AM Subject: RE: Struts and XML/XSL > Hello, > >Have you already implemented this solution? > @ my workplace we are using together tiles & XML/XSL > >Do you know i

RE: Struts and XML/XSL

2005-05-18 Thread Marco Mistroni
t question that will allow me to take my decision - Original Message - From: "Leon Rosenberg" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, May 18, 2005 10:50 AM Subject: Re: Struts and XML/XSL > First) > yes it's possibl

Re: Struts and XML/XSL

2005-05-18 Thread Nicolas De Loof
- Original Message - From: "Leon Rosenberg" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, May 18, 2005 10:50 AM Subject: Re: Struts and XML/XSL First) yes it's possible and quite easy, just render xml in your jsp or write out the dom ou

Re: Struts and XML/XSL

2005-05-18 Thread Gaet
enberg" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, May 18, 2005 10:50 AM Subject: Re: Struts and XML/XSL > First) > yes it's possible and quite easy, just render xml in your jsp or write > out the dom out of the action > > Secon

Re: Struts and XML/XSL

2005-05-18 Thread Leon Rosenberg
First) yes it's possible and quite easy, just render xml in your jsp or write out the dom out of the action Second) You premises are false. It's far less powerful, and it's significantly slower then jsps. regards Leon On Wed, 2005-05-18 at 10:45 +0200, Gaet wrote: > hi, > > Actually we have