RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Taylor Cowan
), getStyleSheet()); req.getSession().setAttribute(CONTENT, content); Taylor -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 1:07 PM To: Struts Users Mailing List Subject: RE: XML/XSL and Transformation using Struts/Expresso Do you

RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Low, Liang
); out.close(); } catch (Exception e) {} return SKIP_BODY; } } Liang -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 12:07 PM To: Struts Users Mailing List Subject: RE: XML/XSL and Transformation using Struts/

RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Matt Raible
Do you have an example of calling this from your action class? --- Taylor Cowan <[EMAIL PROTECTED]> wrote: > Matt, > > That sounds like an interesting approach. Don't get sidetracked thinking of > an action "emiting" something. You'll want to forward to a view component > that does what you li

RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Taylor Cowan
Matt, That sounds like an interesting approach. Don't get sidetracked thinking of an action "emiting" something. You'll want to forward to a view component that does what you like. Cocoon might be of interest to you as well. I like server side styling. My actions forward to a view which gets