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@...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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. ...
This global forward works for me. <global-forwards> <forward name="test"> <transform name="default" path="/test.xsl"/> </forward> </global-forwards> However, I...
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! ... -- ...
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@...
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...
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...
That'd be my guess. Is upgrading tomcat not an option? Don ... excuse the ... Tomcat ... required ... intended ... addressed. ... you to ... should it...
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: ...
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,...
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...
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...