Hi, could anybody explain to me how use SVG with Stxx. Have I to write svg code in the java using a SVGDom, "in the xml" or in the xsl ? Tnx Ghorghor...
Here is how it should work: 1. Uncomment the line stxx.transformer.svg.class=com.oroad.stxx.transform.CachedFOPTransformer in /WEB-INF/classes/stxx.properties ...
Thanks for the information. Ghorghor ... that's how ... and ... stxx.transformer.svg.class=com.oroad.stxx.transform.CachedFOPTransfor ... that ... xsl ? ... ...
After some tests, it seems we have to set the mimeType to "image/svg+xml" and to use tags <svg:rect ...>, ... but I still have an error in Tomcat : ERROR 10467...
Don, Is it possible to separate somehow stxx jars from struts 1.0 jars and from struts 1.1 jars or perhaps have some txt file describing which products...
If you download the version with all the jars, use the jars in libs/core and libs/struts-1.0 The only commons jar you need is commons-logging.jar. Don...
Hi I am brand new to stxx so please bear with me. I am getting unexpected output after I perform a stxx action. My simple use case is loading an existing XML...
Sure thing, please find appended. it seems that the transform is not executed because when I use "view source" on the browser, I get the original XML document...
Currently trying to implement a solution with stxx based on the following: Store xsl in a database for different users. Generate xml from data from database. I...
It shouldn't be throwing a NullPointerException; thanks for pointing this out. Now, could you show how you setup the svg handler in stxx.properties? The...
Hi, Im using Resin-2.1.6, Struts 1.1 and stxx1.1b3. If i try and run the page /homePage.do, i get the following error. path must be absolute: `homePage.dox' ...
Actually, I'm working on that problem right now. I should have it resolved today *cross fingers*. Thanks for bringing it up tho; you pointed out something I...
... If what you are asking is why there are other elements now under <greeting>, that is how stxx builds the dom. You can tell stxx not to attach request...
I've written a prototype and example of a Struts plugin that integrates Cocoon into the Struts framework. I modeled the plugin after our very own stxx plugin...
Wonderful!! I actually went from struts to cocoon and back. I moved to cocoon because I need to use XML/XSLT in a non trivial way. I moved back because I...
On Fri, 7 Mar 2003, Suhail Ahmed wrote: <snip /> ... The advantage of this approach is you can continue to use JSP as your primary presentation technology and...
Basically want to provide our customers with the ability to define their own layout on web pages. They will do this with an xsl stylesheet which will be stored...
Just a guess, I'd say the easiest way would be to define one master XSL which is mapped to by stxx. That XSLT will look for the filename of the custom XSLT in...
hi, i have some problem with stxx 1.0.5 and Oracle App server 9i I can't disable oracle xml tranformer. I don't know how :-( Have somebody idea? Call ...
Actually, if all else fails, you could write a transformer that directly uses Oracle's xml transformer. Look at the code for CachedXSLTransformer. Its pretty...
I've just installed stxx and sitemesh along with struts 1.1 and I've noticed some behaviour that seems odd to me. I have a header and footer which are jsp...