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 48 - 77 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48
The latest update to stxx is available at http://www.openroad.ca/opencode/ The biggest change in this version is the ability to have your transform tags do...
Jeff Pennal
jeffp@...
Send Email
May 2, 2002
1:51 am
49
0.9.5 will try to resolve xsl:includes and xsl:imports from your servlet app's home directory (tomcat in my case). If you replace this line from ...
Don Brown
mrdon42
Offline Send Email
May 2, 2002
2:56 am
50
Excellent Don, I will look into implementing this ASAP. Now, that I've finally got this version out, I can stop worrying about letting this project fall...
Jeff Pennal
jeffpennal
Offline Send Email
May 2, 2002
4:52 pm
51
btw, did you get that sourceforge account? Don ... about ... this one. ... servlet ... line from ... xsl:include's and ... setting the ... ...
mrdon42
Offline Send Email
May 2, 2002
6:11 pm
52
Hi Jeff, I have been working with the new xsl:fo features of stxx. I like it very much. I have been reading about xsl:fo all week in preparation for the newest...
Michelle Popovits
mpopovits.rm
Offline Send Email
May 2, 2002
6:13 pm
53
Hi, I am integrating some features of stxx into a previously developed struts application. I have noticed that it is necessary to import the stxx extended...
Michelle Popovits
mpopovits.rm
Offline Send Email
May 3, 2002
2:01 pm
54
Hi Brian, I was looking into this problem today, and it is a bit of a mess. Here's my train of though on the whole problem: The ActionForm is run based on the...
Jeff Pennal
jeffpennal
Offline Send Email
May 4, 2002
8:41 pm
55
Just a thought... In the struts jsp model, the input element represents the rendering of the user interface. The stxx equivalent would have the input element...
mpopovits.rm
Offline Send Email
May 6, 2002
12:05 am
56
Hi, Will stxx be setup to support xsl-fo engines other than fop (ie. XEP)? -Michelle...
Michelle Popovits
mpopovits.rm
Offline Send Email
May 6, 2002
2:59 pm
57
Hey Jeff, ... Yup. Sometimes I miss those nasty tag libraries and JSPs...<just kidding - xml all the way baby! :-)/>. ... I have some ideas but I'll warn you...
brianjfarrar
Offline Send Email
May 7, 2002
5:03 pm
58
Hi Michelle, As far as non-Apache fo support, like XEP. I would rather not include any libraries that would force someone to use a commercial product to get...
jeffpennal
Offline Send Email
May 7, 2002
8:57 pm
59
Sounds great...thx ... From: jeffpennal [mailto:jeffp@...] Sent: Tuesday, May 07, 2002 4:57 PM To: struts-xsl@yahoogroups.com Subject: [struts-xsl] Re:...
Michelle Popovits
mpopovits.rm
Offline Send Email
May 7, 2002
8:59 pm
60
Ok, I like what I've been hearing here. I was thinking along the lines of the <input> tag idea to extend the <action> tag. Right now the struts implementation...
jeffpennal
Offline Send Email
May 7, 2002
9:01 pm
61
Thanks Michelle, I'm genuniely surprised by how many people have requested this feature. I only implemented it in the first place for my own curiousity. I'm...
jeffpennal
Offline Send Email
May 7, 2002
9:01 pm
62
Hi Michelle, Someone else has noticed this problem as well, I'll be taking a look to see if I can solve. Jeff ... struts ... Action even ... stxx....
jeffpennal
Offline Send Email
May 7, 2002
9:02 pm
63
No, I never did, I'm going to try again soon. Hopefully it will come through, it's been so busy at work for me lately that I have not had time to work on this,...
jeffpennal
Offline Send Email
May 7, 2002
9:07 pm
64
Has anyone had a problem with using the global forward to work with transformations? I have defined a global forward tag that has a transform defined. ...
sogetimail
Offline Send Email
May 9, 2002
8:23 pm
65
This global forward works for me. <global-forwards> <forward name="test"> <transform name="default" path="/test.xsl"/> </forward> </global-forwards> However, I...
Jeff Pennal
jeffpennal
Offline Send Email
May 9, 2002
8:37 pm
66
I noticed your sf project is up... *hint* *hint* Don...
mrdon42
Offline Send Email
May 9, 2002
9:32 pm
67
Really? No one told me! :> I would have expected an email from source forge telling me this had happened. Well, I guess I'll have to get it up soon! ... -- ...
Jeff Pennal
jeffpennal
Offline Send Email
May 9, 2002
9:48 pm
68
Hi Folks, Not only am I new to stxx, but I'm also new to Struts so please excuse the newbie question ;-) I'm trying to get the example war stxx-0.9.5-example...
Graham Stirling
graham.stirling@...
Send Email
May 10, 2002
3:44 pm
69
I have the following XSL: 243 <xsl:variable name="topSetID" select="@setID" /> 244 <xsl:variable name="topDepartmentID" select="@departmentID"/> 245...
johndavidcrossman
johndavidcro...
Offline Send Email
May 10, 2002
5:36 pm
70
I'm sure there are other ways, but this is how I do it: <a> <xsl:attribute name="href"> <xsl:value-of select="$topSetID"/> </xsl:attribute> The text of the...
mrdon42
Offline Send Email
May 10, 2002
10:15 pm
71
That'd be my guess. Is upgrading tomcat not an option? Don ... excuse the ... Tomcat ... required ... intended ... addressed. ... you to ... should it...
mrdon42
Offline Send Email
May 10, 2002
10:16 pm
72
Now that sourceforge has finally set up stxx as an official project, I can announce that the CVS repository for stxx is available. You can find it at: ...
Jeff Pennal
jeffpennal
Offline Send Email
May 12, 2002
6:53 pm
73
I recently resolved some issues that I had with running the sample web application that comes with stxx. I was about to solicit help from the mailing list,...
nieleyde
Offline Send Email
May 13, 2002
4:45 pm
74
Hi, I'm new with STXX and am wondering if it can be used with the "Tiles", http://www.lifl.fr/~dumoulin/tiles/index.html, architecture? Thanks, Tom...
trgissel
Online Now Send Email
May 16, 2002
6:03 pm
75
I'm currently using stxx for a military project. We are still in the prototyping stage so I can use a raw in-memory dom for my database and transform the xml...
mrdon42
Offline Send Email
May 16, 2002
6:14 pm
76
Hi Tom, I've never used Tiles, but stxx should be able to co-exist with it. As for working together with it, I doubt it, but as I said. I've never used it. Has...
Jeff Pennal
jeffpennal
Offline Send Email
May 16, 2002
8:37 pm
77
Hi Don, A couple of options that I can think of are: 1. along with JCS, you could also try looking into OpenSymphony's OSCache...
Jeff Pennal
jeffpennal
Offline Send Email
May 16, 2002
8:53 pm
Messages 48 - 77 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