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 2467 - 2496 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2467
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...
speajus
Offline Send Email
Jul 2, 2005
8:03 pm
2468
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@...
Send Email
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...
Don Brown
mrdon42
Online Now Send Email
Jul 4, 2005
6:51 am
2470
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...
Don Brown
mrdon42
Online Now Send Email
Jul 4, 2005
7:22 am
2471
OK. Tnx. I find my self confused, because i tried to generate PDF files only with FOP :-( Tnx again :-)) Stanislav...
skomlena
skomlena@...
Send Email
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@...
Send Email
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...
Don Brown
mrdon42
Online Now Send Email
Jul 7, 2005
5:27 pm
2474
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@...
Send Email
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...
Lisa
ms_lisac
Offline Send Email
Jul 8, 2005
12:50 pm
2476
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...
David Wood
mvento2
Offline Send Email
Jul 8, 2005
1:32 pm
2477
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...
Don Brown
mrdon42
Online Now Send Email
Jul 8, 2005
3:51 pm
2478
OK. Tnx. I find something about saveDocument() in site.pdf document. Stanislav...
Stanislav
skomlena@...
Send Email
Jul 11, 2005
1:52 pm
2479
Search IBM's developerWorks... skomlena <skomlena@...> wrote:Hello! I need to generate pdf file from xml+xslt+xsl-fo document from struts based web...
Yahzz Yan
yahzz_y
Offline Send Email
Jul 12, 2005
3:04 pm
2480
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...
Justin Spears
speajus
Offline Send Email
Jul 12, 2005
11:54 pm
2481
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...
Justin Spears
speajus
Offline Send Email
Jul 13, 2005
1:49 am
2482
Hello! I manage to generate PDF from XML, but I have problem with showing croatian specific character's (croatian charactes: ¹ðèæ¾©ÐÈÆ®, if you can...
Stanislav
skomlena@...
Send Email
Jul 14, 2005
11:11 am
2483
Have you tried to use FOP standalone, as in feed it a static XSL-FO file from the command line, to see if you get the same problem? Don...
Don Brown
mrdon42
Online Now Send Email
Jul 14, 2005
4:51 pm
2484
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...
Stanislav
skomlena@...
Send Email
Jul 15, 2005
8:12 am
2485
That'd be my guess. Good luck :) Don...
Don Brown
mrdon42
Online Now Send Email
Jul 15, 2005
4:53 pm
2486
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,...
speajus
Offline Send Email
Jul 19, 2005
5:29 pm
2487
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 ...
rock
rock_csin
Offline Send Email
Jul 28, 2005
5:42 pm
2488
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,...
Don Brown
mrdon42
Online Now Send Email
Jul 28, 2005
9:59 pm
2489
This would be a very interesting project. There was some talk on the Cocoon mailing list about attribute-based template languages:...
Don Brown
mrdon42
Online Now Send Email
Jul 28, 2005
10:32 pm
2490
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...
Don Brown
mrdon42
Online Now Send Email
Jul 28, 2005
10:35 pm
2491
Thanks a lot Don. I got it .... plugin works with struts1.1. Regards, Rock. __________________________________________________ Do You Yahoo!? Tired of spam?...
rock
rock_csin
Offline Send Email
Jul 29, 2005
5:57 am
2492
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...
Khaleel Mohamed
kmohamed1000
Offline Send Email
Jul 29, 2005
5:16 pm
2493
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...
Elena Neroslavskaya
lenisha
Offline Send Email
Aug 1, 2005
9:55 pm
2494
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...
gurruhf
Offline Send Email
Aug 1, 2005
10:05 pm
2495
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...
Justin Spears
speajus
Offline Send Email
Aug 2, 2005
8:36 pm
2496
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...
Stanislav
skomlena@...
Send Email
Aug 4, 2005
8:01 am
Messages 2467 - 2496 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