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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2322 - 2351 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
2340
Take a look at the user guide and follow the short tutorial to see how stxx is used: http://stxx.sourceforge.net/getting-started/index.html Don...
Don Brown
mrdon42
Offline Send Email
Dec 21, 2004
5:06 pm
2341
Don , Sorry for the late reply, Now only i returned to work from my vacation.Thanks for your suggestion.I want to change the page layout colors for different...
reachshivaus
Offline Send Email
Dec 21, 2004
11:32 pm
2342
If you just need color changes, I'd suggest looking at using CSS. If that isn't an option and you need to perform more advanced customization, you might look...
Don Brown
mrdon42
Offline Send Email
Dec 22, 2004
12:10 am
2343
Hello - I'm new here. I've just taken a look at Stxx to get more familiar with it. I'm almost afraid to ask, but where can I find documentation that explains...
Daniel Kirkdorffer
dankirkd
Offline Send Email
Dec 23, 2004
6:43 am
2344
Yes, this is my fault. The documentation actually exists for the transformers and their configuration, but for some reason, my version of Forrest doesn't...
Don Brown
mrdon42
Offline Send Email
Dec 23, 2004
6:47 am
2345
Hi, I am using stxx1.3 with struts 1.2. I folloed the steps from this link http://stxx.sourceforge.net/getting-started/configuring/struts-1- 1.html now i am...
reachshivaus
Offline Send Email
Dec 25, 2004
11:01 pm
2346
also i am getting this error , Error 404: File not found: simple/index.dox. How can i resolve this? Thanks - Siva ... this ... 1.0//EN',...
reachshivaus
Offline Send Email
Dec 26, 2004
3:44 am
2347
I'm confused. If you are using stxx 1.3 and Struts 1.2, wouldn't you be running stxx-1.3-plugin-example.war? Don...
Don Brown
mrdon42
Offline Send Email
Dec 27, 2004
10:21 pm
2348
Hello all !! Is it possible to use a XSL file to generate JSTL? The problem is that I've an array of checkboxes generated by XSL files and it's impossible to...
Stéphane
hoesnos
Offline Send Email
Dec 27, 2004
10:26 pm
2349
Don, i am running stxx-1.3-examples with Stxx1.3 and Struts 1.2 under Websphere 5.1. Thanks - Siva ... you be...
reachshivaus
Offline Send Email
Dec 28, 2004
1:10 am
2350
First, you want stxx-1.3-plugin-example.war as that is the one that works with Struts 1.1+ Second, all the jars necessary to run the example should be...
Don Brown
mrdon42
Offline Send Email
Dec 28, 2004
5:26 pm
2351
Hmmm...I'm not understanding the problem. In the XSL file, you'd use the data from the Action serialized into XML by stxx and create the HTML checkboxes....
Don Brown
mrdon42
Offline Send Email
Dec 28, 2004
5:28 pm
Messages 2322 - 2351 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