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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 108 - 137 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
108
... i think one difference is that the xsl stylesheets from memory or harddisk are interpreted - and translets aren't. that could be the advantage of such a...
m_a_v79profile
Offline Send Email
Jun 1, 2002
7:41 am
109
Hi Jeff, I think we can also look at the Struts source code for the i18n issue. In Struts it works very fine. ... Thats even better. I think that's a good...
m_a_v79profile
Offline Send Email
Jun 1, 2002
7:50 am
110
Hi all, I tried stxx 0.95. I like it and try to use it in our project. But stxx seems now just support struts 1.0* and our project has been started for some...
riceyeh
Offline Send Email
Jun 3, 2002
4:52 am
111
My first goal after getting to version 1.0 of stxx (which is really close) is to convert over to 1.1. ... -- Jeff Pennal...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2002
6:29 pm
112
... The "root" attribute is optional. It defaults to "stxx_input" otherwise. ... Thanks for the links. This should work perfectly to get custom client locale...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2002
6:32 pm
113
Implementing translets should be easy enough using the RenderFactory interface. This abstracts out the entire rendering code so that if you'd like to, you...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2002
6:34 pm
114
Will it be possible to support different versions of Struts and still be able to use the most up to date version of stxx? -Michelle ... From: Jeff Pennal...
Michelle Popovits
mpopovits.rm
Offline Send Email
Jun 3, 2002
6:46 pm
115
Good question. Does anyone know how backwards-compatible struts 1.1 is to struts 1.0.2? Jeff ... -- Jeff Pennal p:604-694-0554(x107) ...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2002
6:47 pm
116
Has anyone tried to render to svg? Since I can't count on browsers being able to render svg, I'm wanting to output jpeg. From what I can gather, this isn't...
mrdon42
Offline Send Email
Jun 3, 2002
11:38 pm
117
Batik, at the FOP level does not support SVG->JPG. However, they do have a tool called the Rasterizer (http://xml.apache.org/batik/svgrasterizer.html), which...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2002
11:44 pm
118
... From: "Jeff Pennal" <jeffp@...> To: <struts-xsl@yahoogroups.com> Sent: 3 июня 2002 г. 22:46 Subject: Re: [struts-xsl] stxx for struts 1.1 ... ...
Serge Shikov
shikov@...
Send Email
Jun 4, 2002
12:33 pm
119
True, however Rasterizer is a command-line app, but more importantly, it seems to be only geared to files or URIs in and files out. For this application, I'd...
mrdon42
Offline Send Email
Jun 4, 2002
6:10 pm
120
Well, upon further investigation, it looks like this can be accomplished via the transcoder package of batik itself. You can even send a dom to be transformed...
mrdon42
Offline Send Email
Jun 4, 2002
6:21 pm
121
Tomcat 4.0.3 is throwing java.lang.NoClassDefFoundError: javax/xml/transform/Source when I try to access index.do of the example. Does stxx need Java 1.4? I'm...
thusted
Offline Send Email
Jun 5, 2002
7:08 pm
122
Hi Ted, A lot of people have reported stxx having problems w/ Tomcat 4.03 and lower. Running Tomcat 4.04 or higher should do the trick for you. Still does not...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 5, 2002
7:11 pm
123
Thanks, Jeff. I tried Resin 2.1.1 and it worked just fine. -T. ... and ... in ... http://docs.yahoo.com/info/terms/...
thusted
Offline Send Email
Jun 5, 2002
9:08 pm
124
In the case of things like stxx, tiles, and the validator, it's problematic because of the massive changes to ActionServlet. So, you'll probably need to...
thusted
Offline Send Email
Jun 5, 2002
9:32 pm
125
About the Tomcat 4.03 problem, While setting up a dev environment for stxx last nite, I too ran into this problem. I was running Tomcat 4.03 w/ JDK 1.4 on a...
mrdon42
Offline Send Email
Jun 6, 2002
12:13 am
126
Jeff, I'm working on a caching package that would allow flexible caching of stylesheets. The caching render I'm currently using (still trying to find out the...
mrdon42
Offline Send Email
Jun 6, 2002
1:54 am
127
Hi, I am a new user of stxx, I have deployed the stxx-0.9.5-example in my tomcat3.2\Webapps directory. When I run the url...
chouquette35
Offline Send Email
Jun 7, 2002
7:32 am
128
Hi, I too had problems getting stxx to work under Tomcat 3.2. Try using Tomcat 3.3 or 4.0, both of which work fine. Unfortunately, I'm stuck with 3.2 for the...
Graham Stirling
graham4969
Offline Send Email
Jun 7, 2002
9:08 am
129
Hi All, I have a questions about stxx. 1. In stxx, JDom is used to stored the xml document (please correct me if I am wrong). As my application requires quick...
toffeemak
Offline Send Email
Jun 7, 2002
10:39 am
130
... JDOM was chosen primarily because it's API is really clean and easy to use. While I have no doubt that JDOM is not the fastest, JDOM beta 8 made some...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 7, 2002
5:41 pm
131
Has anyone solved this issue? I don't use Tomcat myself (I use OrionServer), but I remember digging around on this issue when it first came about and it being...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 7, 2002
5:42 pm
132
The problem with Tomcat 3.2 is it loads its own jars before the jars in your WEB-INF/libs Therefore, no matter what XML jars you put there, Tomcat will ignore...
mrdon42
Offline Send Email
Jun 7, 2002
6:33 pm
133
Jeff, Thank you for your reply. Regarding on choosing which XML API, do you have any suggestion? In my application, I don't think I can store the xml files in ...
toffeemak
Offline Send Email
Jun 8, 2002
2:14 am
134
... quite Ever thought of using an xml db like xindice? Its written to improve the performance of such applications. ... xslt ... see ... The caching part...
mrdon42
Offline Send Email
Jun 8, 2002
9:55 pm
135
Hi, How would I edit data that is stored in a linked list in a form bean? Struts has a nested tag lib, but how would I do it in xsl? Thanxs....
quik81
Offline Send Email
Jun 10, 2002
9:17 am
136
Hi Jeff, I noticed that when the user agent is null a NullPointerException is thrown when submitting a request. Some personal firewalls prevent the user agent...
Michelle Popovits
mpopovits.rm
Offline Send Email
Jun 10, 2002
12:53 pm
137
I made an erro in my first message I can see the result of the XSL transformation in Internet Explorer but not in my development environment. I have two...
Heligon Sandra
chouquette35
Offline Send Email
Jun 10, 2002
2:06 pm
Messages 108 - 137 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