Haven't had a closer look to STXX yet. Already had finished my own
XSLT-Servlet when I stumbled over STXX. My solution heavily relies
on XSLT-Filter chaining to provide practicable solutions for i18n, etc.
I didn't touch Struts though, as I know I won't be able to keep up
as Struts envolves...
But I will  asap take a closer look to STXX. 

Gernot.

13.03.2002 20:20:40, "Robert" <[EMAIL PROTECTED]> wrote:

>Couldn't tell you as that's out of my hands :-) The feature that I'm
>adding is the ability to support static XML files. The current action
>uses dynamic XML files, generated in the action class. It stores the
>document (a JDom Document) in the request, and the servlet then
>transforms the document with a supplied XSL sheet. The .9 examples are
>really good and you should take a look at them.
>
>- Robert
>
>-----Original Message-----
>From: Gernot Koller [mailto:[EMAIL PROTECTED]] 
>Sent: Wednesday, March 13, 2002 1:22 PM
>To: Struts Users Mailing List
>Subject: Re: RE: How to use XML and XSL with Struts?
>
>Hi!
>
>Do you know if STXX will find it's way into Struts standard distribution
>?
>
>13.03.2002 18:47:16, "Robert" <[EMAIL PROTECTED]> wrote:
>
>>Try out STXX (http://www.oroad.com/opencode/index.html). It handles XML
>>and XSLT transforms for you at the Action level. It is currently at .9
>>release and I'm helping Jeff (the author of STXX) with a few extras for
>>a 1.0 release.
>>
>>- Robert
>>
>>-----Original Message-----
>>From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] 
>>Sent: Wednesday, March 13, 2002 11:40 AM
>>To: [EMAIL PROTECTED]
>>Subject: How to use XML and XSL with Struts?
>>
>>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]>

Reply via email to