I've written an XSL meta template implementing struts html taglib (http://struts.apache.org/userGuide/struts-html.html)/ The idea is one should be able to use...
Hello! I need to generate pdf file from xml+xslt+xsl-fo document from struts based web application. I don't understan from i nedd to start :-( I worked with...
skomlena
skomlena@...
Jul 3, 2005 5:31 pm
2469
Very impressive! I think this would make a wonderful addition to stxx and look forward to seeing the code. Don...
Take a look at the PDF example that ships with stxx. It shows using the FOP transformer to render PDF's by transforming the stxx XML with an XSLT to create...
OK. Tnx. I find my self confused, because i tried to generate PDF files only with FOP :-( Tnx again :-)) Stanislav...
skomlena
skomlena@...
Jul 4, 2005 8:00 am
2472
Hello! I manage to generate pdf file from xml and xsl file. I'm using struts action to retrieve data from db (or form) and i need to "send" that retrieved data...
Stanislav
skomlena@...
Jul 7, 2005 12:37 pm
2473
Use the saveDocument() method to save the xml and have stxx include it in the generated xml. See the examples for more information. Don...
If I understand correctly: i write saveDocument() metod in struts Action after grabbing data from db (or form) and than inside generated xml use include...
Stanislav
skomlena@...
Jul 8, 2005 6:56 am
2475
Hello Group, I have a struts application that has the wierdest problem and I am not sure where to being to look for the resolution. Any help you can give is...
Your pattern for using struts is a little strange, and I think that's why. We normally don't populate the form from one action and submit to another. If you...
You might find it helpful to walk through the tutorial. It shows an action that stores information using the saveDocument() method. In the examples, you see...
I have written a RequesDdispatch'ing URIResolver, that is of unknown value... The idea is that i allows xsl includes, imports and most useful document()'s to...
Had another thought, this might be an interesting way to do the transforms this way... Instead of piecing together all the XML into a single document, and...
Hello! After your remark i manage to generate PDF with special character's (croatian character's) but only partialy (generate font metrics file and then...
I have been working on implementing struts-* jsp taglibs in XSL, (See my previous METH posts) so that the struts tags would be compatible, but use xsl/xpath,...
Hi, I am using stxx1.3 version with struts1.0. I am a newbee in stxx and trying write a simple application to understand the working of stxx. so i am doing ...
The plugin only works with Struts 1.1 or later. To use stxx with Struts 1.0, I believe you need to specify the stxx ActionServlet instance in your web.xml,...
Yes, this would be an interesting addition. Could you code it as a new transformer so it could be plugged into an existing stxx application? If there is...
Thanks a lot Don. I got it .... plugin works with struts1.1. Regards, Rock. __________________________________________________ Do You Yahoo!? Tired of spam?...
Hi, I have been using struts for a little while (No where close to being an expert), and came across stxx recently. I saw that you can convert the output to...
The easiest way to get xml is to attach "?debug=true" to the request. Then XSLT is not applied and xml is rendered back. The more structured approach will be...
Hello my name is Hector : I am student from the University of Oviedo in Spain. I would be pleased, if you could help me. For my final career project i'm using...
This is the spec of what I implemented.It needs testing, and some maybe more thought... Like the @meth:collections is kinda clumsy, perhaps a way to declare...
Hello. I manage to generate pdf file from xml+xsl combination and now i would like to also generate rtf document. I think that is nedded to change mime type of...