I found an issue when trying to use the xsl function document() with a parameter that of http://server.com/get.more.xml.data . I've traced the problem to the...
Please can anybody provide me some links for stxx examples. The one I downloaded along with stxx code from sourceforge.net is not working. I am new to stxx,...
Hi group, searching in the Internet I found two products for XML which incorporate a very robust debugger for XSL/XSLT, I would like you to see these products...
Hi, I am using stxx1.3. My « struts-config.xml" file contains the following lines : <action name="sovSiteForm" path="/sovSite" input="simple/sovSite.dox" ...
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,...