... 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...
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...
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...
... The "root" attribute is optional. It defaults to "stxx_input" otherwise. ... Thanks for the links. This should work perfectly to get custom client locale...
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...
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...
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...
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...
... 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@...
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...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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 ...
... quite Ever thought of using an xml db like xindice? Its written to improve the performance of such applications. ... xslt ... see ... The caching part...
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...
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...