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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2444 - 2474 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2444
Hello, I have encountered the problem (looks like known one) with serving generated pdf files over SSL. IE gives a popup prompting if you want to save or open...
Elena Neroslavskaya
lenisha
Offline Send Email
May 5, 2005
3:27 am
2445
I'm assuming you mean adding a transformer parameter in stxx.properties. That sounds like a fine idea, just make sure to update the docs for it as well. Don...
Don Brown
mrdon42
Online Now Send Email
May 5, 2005
12:19 pm
2446
Hi, Don, Thanks. But how do I add this config in stxx.properties? I tried to add the following: stxx.transformer.xml.resolveFromTemplatePath=false ...
bob yang
hbbyang
Offline Send Email
May 5, 2005
7:54 pm
2447
... Don't forget to also set autoReloadTemplates to false as well. ... It depends on what you mean by "debug info". All that debug setting does is output a...
Don Brown
mrdon42
Online Now Send Email
May 9, 2005
5:57 pm
2448
Hi, Don, Thank you very much for your help. I tried to set up stxx.transformer.html.resolveFromTemplatePath=false ...
bob yang
hbbyang
Offline Send Email
May 16, 2005
8:05 pm
2449
Ok, this is a bug in 1.3 because you are using a newer version of Struts that doesn't use ActionErrors, probably 1.2.4. I've fixed this in CVS, but it hasn't...
Don Brown
mrdon42
Online Now Send Email
May 16, 2005
9:02 pm
2450
What do you think if we add couple more ways to build/serialize XML documents bypassing JDOM document saving ? 1) XML strings - in case if Action has already...
Elena Neroslavskaya
lenisha
Offline Send Email
May 18, 2005
2:14 am
2451
Sounds like a good idea. The trick will be handling them in the serializer portion. Currently, the document builder isn't as flexible as it could be, so I'll...
Don Brown
mrdon42
Online Now Send Email
May 18, 2005
2:48 am
2453
Please help me! I need to setup xsl file from Action class, but not from file "stxx- transform.xml". How can i do it? and is it possible in stxx? Thank you for...
antonio_goodman
Offline Send Email
May 27, 2005
1:47 pm
2454
Not sure what you mean; are you asking if you can use an XSL without specifically listing it stxx-pipelines.xml? If that's true, you can do it like so: -- ...
David Wood
mvento2
Offline Send Email
May 27, 2005
1:50 pm
2455
thank you for answer! In this case you limit xsl file by action name. But i need to setup any xsl file name. don't according anything ......
antonio_goodman
Offline Send Email
May 27, 2005
2:35 pm
2456
Do you mean by switching the pattern from "**.dox" to "**"?...
David Wood
mvento2
Offline Send Email
May 27, 2005
2:36 pm
2457
so i'trying to describe my problem. i have next code in stxx-transforms.xml <pipeline match="test/*.dox"> <transform type="html"> <param name="path"...
antonio_goodman
Offline Send Email
May 27, 2005
4:52 pm
2458
Is it that you want to be able to decide what XSL file to use from inside your Action? ... That means any time you forward to something that ends with ".dox"...
David Wood
mvento2
Offline Send Email
May 27, 2005
6:22 pm
2459
yes, it is that i need! Thank you very match David! ... inside ... stxx ... SomeOtherThing.xsl. ... (although ... as is ... file... ... ...
antonio_goodman
Offline Send Email
May 28, 2005
7:19 am
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
Online Now 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
Online Now 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
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
Messages 2444 - 2474 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