Subject: How to use XML and XSL with Struts? From: "jcorey" <[EMAIL PROTECTED]> === In my action I parse an xml document. I find the section of the xml data I want to display. Then I put a Node in the request and forward to a view jsp. The view jsp transforms the node object and puts the result in the response output stream.
Is there a better way? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

