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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2460 - 2489 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2460
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...
Deakin Wilson
deakin_wilson
Offline Send Email
Jun 5, 2005
3:34 am
2461
Great, thanks! If you don't mind, could you please open a bug ticket with this information so it doesn't get lost? Thanks. ...
Don Brown
mrdon42
Offline Send Email
Jun 6, 2005
5:01 pm
2462
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,...
prashanthcn
Offline Send Email
Jun 7, 2005
5:09 pm
2463
Why are the examples not working? What application server are you deploying the war in? Don...
Don Brown
mrdon42
Offline Send Email
Jun 7, 2005
8:05 pm
2464
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...
widfrid
Offline Send Email
Jun 9, 2005
4:20 pm
2465
Hi, I am using stxx1.3. My « struts-config.xml" file contains the following lines : <action name="sovSiteForm" path="/sovSite" input="simple/sovSite.dox" ...
veronique.deschamps@...
deschampscuaz
Offline Send Email
Jun 16, 2005
12:53 pm
2466
Hello, Recently I have written form bean serializers for XStream, and Betwixt. These are pretty basic just overriding the...
Justin Spears
speajus
Offline Send Email
Jun 29, 2005
4:06 am
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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline Send Email
Jul 28, 2005
10:32 pm
Messages 2460 - 2489 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