XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Matt Raible
I'm getting ready to develop an application and would love to emit XML from my action classes and apply an XSL stylesheet - then transfer to the browser. I've seen many discussions about this on this list - but alas, no examples - so I'm getting ready to roll my own. I've seen that Expresso

RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Taylor Cowan
(); } -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:17 AM To: [EMAIL PROTECTED] Subject: XML/XSL and Transformation using Struts/Expresso I'm getting ready to develop an application and would love to emit XML from my action classes and apply an XSL

RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Low, Liang
(); } 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/Expresso Do you have

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