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 2310 - 2339 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2310
Hi Don, I have a few questions about i18n in stxx. We're using several message resources in our app, and I don't know how to tell stxx to load a particular...
kieffer_frederic
kieffer_fred...
Offline Send Email
Nov 4, 2004
9:43 am
2311
... Sounds like this bug: http://sourceforge.net/tracker/index.php?func=detail&aid=930280&group_id=48439&atid=453089 I don't use multiple resource files, so...
Don Brown
mrdon42
Offline Send Email
Nov 4, 2004
4:32 pm
2312
Hello, I'm using stxx 1.3 ( & struts 1.1), with WLS 8.1. When I deploy my application (archive .war), I've the error : ERROR [18:34:05]...
LEBRETON OLIVIER
olt35
Offline Send Email
Nov 5, 2004
5:36 pm
2313
The difference is when you deploy as a war, the application may not actually be unzipped on disk, as Tomcat does, so when stxx looks for a file on the...
Don Brown
mrdon42
Offline Send Email
Nov 5, 2004
6:29 pm
2314
Hello, I need an advise please on how to plug the stxx functionality in a larger framework built with struts. The home made framework in use by a few projects...
Elena Neroslavskaya
lenisha
Offline Send Email
Nov 7, 2004
4:00 am
2315
You don't need to, and in fact shouldn't, extend StxxAction directly. I refactored all the code out into a StxxHelper class. StxxAction, actually, just...
Don Brown
mrdon42
Offline Send Email
Nov 8, 2004
8:00 pm
2316
Dear Stxx Mailing List, I have numerous xsl stylesheets that I use within my web application. However, these xsl stylesheets use relative paths to include one...
c_macmahon
Offline Send Email
Nov 15, 2004
6:16 pm
2317
You could try to turn resolveFromTemplatePath to "false" - http://stxx.sourceforge.net/transformers/CachedXSLTransformer.html That will modify how stxx...
Don Brown
mrdon42
Offline Send Email
Nov 15, 2004
10:57 pm
2318
Hi, The result I'm receiving from backend is the xml string. What is the best way to bypass the DOMifcation of this xml in StXX. I thought that I could save in...
Elena Neroslavskaya
lenisha
Offline Send Email
Nov 17, 2004
10:15 pm
2319
[responding on the stxx user list] Hmm...that's interesting. Why would something other than an ActionError be in your action errors? ActionError was...
Don Brown
mrdon42
Offline Send Email
Nov 19, 2004
7:46 pm
2320
Well, you could create your own transformer that extends the CachedXSLTransformer to not call the document builder at all, but send the sax events yourself...
Don Brown
mrdon42
Offline Send Email
Nov 19, 2004
7:48 pm
2321
Hi Don, Yes, thank you, you're right, it now works! Thanks Don, I appreciate it, Conor ... better with ... ensure ... not ... import...
c_macmahon
Offline Send Email
Nov 26, 2004
4:48 pm
2322
Yeah, ok, I see the problem. Unfortunately, I don't think it can be fixed without removing support for Struts 1.0. Anyone else see a way around it? Don...
Don Brown
mrdon42
Offline Send Email
Dec 2, 2004
5:40 pm
2323
Hello, I am new to XSLT and trying out stxx-1.3-example.war. Environment: WSAD-WebSphere & Windows Java version: 1.3.1 First problem I faced was is using...
gayaks2000
Offline Send Email
Dec 3, 2004
6:12 pm
2324
How were you planning on using stxx with JSP? Usually, folks choose stxx to use XSLT instead of JSP. Don...
Don Brown
mrdon42
Offline Send Email
Dec 3, 2004
8:28 pm
2325
The sample jsp in the example is as given below <%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="/WEB-INF/c.tld" %> <%@ taglib prefix="x"...
gayaks2000
Offline Send Email
Dec 3, 2004
10:07 pm
2326
Hello Don, When you are planning to incorporate Simple XML Pipeline (http://www.twdata.org/pipeline/) inside stxx ? Is it possible in current Stxx do XML...
Elena Neroslavskaya
lenisha
Offline Send Email
Dec 8, 2004
5:11 pm
2327
Well, I thought about using it as the core for stxx 2.0, but then I realized I'd have to add matchers and selectors to make the pipeline flexible, and then I'd...
Don Brown
mrdon42
Offline Send Email
Dec 8, 2004
5:47 pm
2328
So you are not embedding this project to Stxx 2.0 ? And what about XML Filtering, could it be achieved in current Stxx in elegant way ? One way I see in stxx -...
Elena Neroslavskaya
lenisha
Offline Send Email
Dec 8, 2004
6:37 pm
2329
No, I probably won't use Simple XML Pipeline for stxx 2.0. Currently, I use it in one application as the Portal server's URL rewriting engine, and other...
Don Brown
mrdon42
Offline Send Email
Dec 8, 2004
6:43 pm
2330
Are you using the DOMWriteTransformer in your pipeline? Don...
Don Brown
mrdon42
Offline Send Email
Dec 8, 2004
7:07 pm
2331
Hello, I have the problem with the following wildcard definitions <pipeline match="simple/*.dox"> <display-name>Simple XSLT</display-name> ...
Elena Neroslavskaya
lenisha
Offline Send Email
Dec 8, 2004
8:12 pm
2332
That would be a bug, however, that code should be identical to what is used in Struts 1.2+ and Cocoon. Could you try something like that w/ Struts action...
Don Brown
mrdon42
Offline Send Email
Dec 14, 2004
12:45 am
2333
Hello, Is a version of stxx which will run with JDOM 1.0 (no beta) envisaged ? (without namespace declarations problem) Thanks. Olivier ...
LEBRETON OLIVIER
olt35
Offline Send Email
Dec 14, 2004
3:29 pm
2334
Hi, I am new to XSL, Now i have to convert the existing project (Struts + jsp) into XSL compliance (Struts + XSL).Any suggestions to implement this. Thank you ...
reachshivaus
Offline Send Email
Dec 14, 2004
6:33 pm
2335
Yes, good point. Log it as a bug and I'll take a look at it. Patches welcome, of course :) Don...
Don Brown
mrdon42
Offline Send Email
Dec 14, 2004
6:40 pm
2336
Ideally, you shouldn't have to change your actions. You should be able to modify your struts config to use stxx, and start writing xslt's. Go through the...
Don Brown
mrdon42
Offline Send Email
Dec 14, 2004
6:42 pm
2337
Hi, Can anybody guide me bout what all need to be done to tune the performance of STXX based application. Please provide me some links or resources wherein I...
Atul Verma
vatul1
Offline Send Email
Dec 21, 2004
4:06 pm
2338
where to place xsl in struts framework and how to load it?...
siv_s_g
Offline Send Email
Dec 21, 2004
4:07 pm
2339
The two main aspects of stxx to take a look at are: 1. Document building - ensure stxx isn't generating more XML than you really need 2. XSL caching - use...
Don Brown
mrdon42
Offline Send Email
Dec 21, 2004
5:05 pm
Messages 2310 - 2339 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