S2 Seeking Suggestion for XML/Dom

2007-02-15 Thread Jim Reynolds
I am implementing a treeview type of page to display categories in a treeview type manner. The implementation requires a XML file displayed in the browser. So my idea would be to use the action to create a dom, then put the dom into the request and have a JSP page pull the dom from the request

Re: S2 Seeking Suggestion for XML/Dom

2007-02-15 Thread Ian Roughley
There should be a XSLT result type - using this result you can return an XML document from an action. Is this what you are looking for? /Ian Quoting Jim Reynolds [EMAIL PROTECTED]: I am implementing a treeview type of page to display categories in a treeview type manner. The

Re: S2 Seeking Suggestion for XML/Dom

2007-02-15 Thread Simons Kevin
PROTECTED] To: user@struts.apache.org Sent: Friday, February 16, 2007 12:42 AM Subject: Re: S2 Seeking Suggestion for XML/Dom There should be a XSLT result type - using this result you can return an XML document from an action. Is this what you are looking for? /Ian Quoting Jim Reynolds