Search the web
Sign In
New User? Sign Up
struts-xsl · Struts for Transforming XML with XSL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3 - 37 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3
Hi, I am very new to Stxx. I am just trying to run example which came with stxx 0.9.0. I am running this example on websphere 4.0.2 which comes with WSAD (IDE)...
samip_ladhawala
Offline Send Email
Apr 18, 2002
2:49 am
5
Hello, This more of a Weblogic question, but here goes... Has anyone used Weblogic 6.1 sp2 with Xalan? I have a stylesheet which has an xsl:include in it. With...
Michelle Popovits
mpopovits.rm
Offline Send Email
Apr 18, 2002
8:38 am
6
I noticed that the debug feature tries to write the xml file to the WEB-INF directory. This is a problem when the web app is deployed as an archive (*.war)...
Michelle Popovits
mpopovits.rm
Offline Send Email
Apr 18, 2002
5:33 pm
7
Hi Samip, I've never used websphere before so I don't know how much help I can be. However, let me see what I can do. 1. Does struts work at all under...
Jeff Pennal
jeffp@...
Send Email
Apr 18, 2002
6:28 pm
8
Is it possible to use the ActionForm validate method with the stxx in the same way one would do with a pure struts application. So far it doesn't seem possible...
Michelle Popovits
mpopovits.rm
Offline Send Email
Apr 18, 2002
6:37 pm
9
Hi Michelle, There's no reason why the ActionForm should not work with stxx. What is going wrong when you try to use it? ... -- Jeff Pennal...
Jeff Pennal
jeffp@...
Send Email
Apr 18, 2002
7:09 pm
11
Hi Jeff, The ActionForm itself works fine. It's just that I'm trying to use the validate method instead of manually managing the validation in the Action...
Michelle Popovits
mpopovits.rm
Offline Send Email
Apr 18, 2002
9:01 pm
12
Good point Michelle, I'll add this as a bug fix to the next release. I'll add a parameter to the web.xml file for defining the location of the debug output. If...
Jeff Pennal
jeffp@...
Send Email
Apr 18, 2002
10:24 pm
13
Hi Jeff, Thanks for your reply. Struts works fine under websphere. Now from my research what I found the porblem is the struts_1_0.dtd file. In that under...
Samip Ladhawala
samip_ladhawala
Offline Send Email
Apr 18, 2002
11:54 pm
14
I prototyped an application for a client using Model 1 XML/XSL custom servlet. To prepare for more requirements and keeping with XP-style constant refacoring,...
Don Brown
mrdon42
Offline Send Email
Apr 19, 2002
12:44 am
15
Thanks!!! I just want to say that I really like stxx. I have been using it for the last couple of weeks and I have found it pretty easy to use. Hopefully, if...
mpopovits.rm
Offline Send Email
Apr 19, 2002
4:28 am
17
Hello All, I have a project in which I have two xsl style sheet for each page. one for wap and the other for html. I look at the header of the device which...
abhishes
Offline Send Email
Apr 19, 2002
3:28 pm
20
Hi abhishes, stxx should fit what you are looking for. Once you become familiar with struts and how it works, applying stxx to it will allow you to take the ...
Jeff Pennal
jeffp@...
Send Email
Apr 19, 2002
5:20 pm
21
Hi Samip, The dtd for the new tags is contained in the stxx source code. The stxx ActionServlet will reference this dtd file. Is it possible that your web.xml...
Jeff Pennal
jeffp@...
Send Email
Apr 19, 2002
9:26 pm
22
STXX does indeed seem like a very worthwhile extension to STRUTS. However, it seems unfortunate that the main servlet contains a copy of the STRUTS 'process'...
mikeyah2
Offline Send Email
Apr 22, 2002
9:46 am
23
STXX does indeed seem like a very worthwhile extension to STRUTS. However, it seems unfortunate that the main servlet contains a copy of the STRUTS 'process'...
mikeyah2
Offline Send Email
Apr 22, 2002
9:47 am
24
Thanks for the compliments about stxx. You're correct about the 'process' method, it's the most "non-extendable" method in struts. It does lead to some...
Jeff Pennal
jeffp@...
Send Email
Apr 22, 2002
4:58 pm
25
Hi Jeff, Thank you very much for your help till now. The stxx example is running fine on websphere. It is really great work!! Now my question is, Can we use...
samip_ladhawala
Offline Send Email
Apr 22, 2002
7:38 pm
26
Hmmm, You can't mix taglibs and stxx in the way that you are thinking, but there might be another way. You can make Java calls directly from XSLT by defining...
Jeff Pennal
jeffp@...
Send Email
Apr 22, 2002
8:45 pm
27
Why would you not a) Get the value in your action class and send it out as xml b) Serialize the object(s) and add it/them to the xml doc The former would...
mrdon42
Offline Send Email
Apr 23, 2002
12:47 am
28
Yes, that's true and pretty much what I was thinking right after I sent the email. However, if you feel that you need to access more complex logic in XSLT ...
Jeff Pennal
jeffp@...
Send Email
Apr 23, 2002
3:55 am
29
Hi, I am trying to display validation errors, I am using the following xsl code (see below). This is based on the errors/error & applicationResources elements...
Michelle Popovits
mpopovits.rm
Offline Send Email
Apr 23, 2002
1:46 pm
30
I am having the same problem, and it also occurs using XMLSpy. The issue seems to be that the struts-config.xml file points to the DTD from the struts site...
sogetimail
Offline Send Email
Apr 23, 2002
7:51 pm
31
The client wanted easily printable documents and, well, HTML isn't really the way to go for that. I've been playing with the idea of by adding an attribute or...
mrdon42
Offline Send Email
Apr 24, 2002
6:37 pm
32
Don, I've got a version of stxx almost ready to go that includes the ability to use xsl:fo to transform XML to PDF, RTF, etc. However, this still requires...
Jeff Pennal
jeffp@...
Send Email
Apr 24, 2002
6:59 pm
33
Jeff, Actually I did get that far but I was hoping to find a way around learning xsl-fo :) I extended your forward tag to include mime- type. If...
mrdon42
Offline Send Email
Apr 24, 2002
9:47 pm
34
Thanks for all the work in developing STXX. I want to store my XSLT files under the web-inf directory. I have not been able to get the application to find...
sogetimail
Offline Send Email
Apr 29, 2002
1:46 pm
35
The method you suggest is implemented in the next verison I am going to release of stxx (when I get the chance). The change you want to make will work, however...
Jeff Pennal
jeffp@...
Send Email
Apr 29, 2002
3:47 pm
36
Hi Jeff, Please let us know when this new version is available. I'm interested in using xsl:fo, I haven't looked into it yet. But as soon as stxx supports I...
Michelle Popovits
mpopovits.rm
Offline Send Email
Apr 29, 2002
5:11 pm
37
Hi Michelle, I'll try to have a new build out sometime this week. It's been ready for a bit (with the xsl:fo) support, but there are a few bug fixes I'd like ...
Jeff Pennal
jeffp@...
Send Email
Apr 29, 2002
6:37 pm
Messages 3 - 37 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help