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 your group to be featured on the Yahoo! Groups website? 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 2493 - 2523 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2497
You need to configure an additional transformer, the CachedFOPTransformer, but this time, set its output type to 'rtf'. I haven't tried generating RTF...
Don Brown
mrdon42
Offline Send Email
Aug 4, 2005
5:04 pm
2498
Yes, please pass on the code as I'm very interested in seeing how it works. Thanks, Don...
Don Brown
mrdon42
Offline Send Email
Aug 4, 2005
5:12 pm
2499
Looks like you are using a form from perhaps a different Document than expected. I'd suggest using the JDOM version as it is easier to work with. Don...
Don Brown
mrdon42
Offline Send Email
Aug 4, 2005
5:21 pm
2500
Did you meen something like: stxx.transformer.rtf.class=com.oroad.stxx.transform.CachedFOPTransformer stxx.transformer.rtf.outputType=rtf Does...
Stanislav
skomlena@...
Send Email
Aug 4, 2005
6:57 pm
2501
A particular transformer can only have one output type, but what you have there looks good to me. The outputType property is simply passed to the FOP engine,...
Don Brown
mrdon42
Offline Send Email
Aug 5, 2005
3:45 am
2502
Hi We are suing Struts 1.1 and STXX 1.3 for our development. We are getting xmlns:="" in xml when we generate thru debug. In IE we got the following error. ...
venkat_chenna
Offline Send Email
Aug 5, 2005
4:11 pm
2503
Heh, you are "suing" stxx eh? :) As for your problem, my guess is it has to do with the XML document/element you are saving with saveDocument(). Perhaps it...
Don Brown
mrdon42
Offline Send Email
Aug 5, 2005
5:23 pm
2504
Don Thanks for your response. Yes I am using STXX. I am printing the input xml correctly(<stxx><data-root> some elements ) but xml is generated by STXX...
venkat chenna
venkat_chenna
Offline Send Email
Aug 5, 2005
5:41 pm
2505
Hello! I tried to generate RTF document with these code changes: # You can uncomment the next lines to add support for FOP. Make sure you have the necessary...
Stanislav
skomlena@...
Send Email
Aug 5, 2005
5:41 pm
2506
Any material on struts validator framework...
Dhinesh
msdhinesh_paul
Online Now Send Email
Aug 6, 2005
3:00 am
2507
... I read on Internet that FOP does not support XML-FO -> RTF conversation yet, but jfor does. So, does anyone knows how to implement jfor into stxx? Tnx...
Stanislav
skomlena@...
Send Email
Aug 7, 2005
12:49 pm
2508
Hello All, My name is Mohamed. I am new to Struts environment and i am having some difficulties in understanding some concepts. One of the errors i am getting...
zubair_m2000
Offline Send Email
Aug 10, 2005
12:35 am
2509
Can Stxx and Cocoon work together in one Struts aplication? I was thinking to create PDF with Stxx and RTF with Cocoon... Comments? Tnx, Stanislav...
Stanislav
skomlena@...
Send Email
Aug 10, 2005
6:36 am
2510
I don't see any reason one module couldn't use the stxx controller and another Cocoon. Another option is to look at the Cocoon RTF controller and see if it...
Don Brown
mrdon42
Offline Send Email
Aug 10, 2005
10:24 am
2511
Now I'm looking to use only jfor for rtf, but i don't manage to find any good example to do that. Also I'm looking iText... Does anyone here worked with...
Stanislav
skomlena@...
Send Email
Aug 10, 2005
10:57 am
2512
The problem is the XML viewer for IE doesn't accept empty namespaces and Firefox does. One solution is to start using namespaces for your XML data and another...
Don Brown
mrdon42
Offline Send Email
Aug 10, 2005
6:23 pm
2513
Thanks Don. -----Original Message----- From: struts-xsl@yahoogroups.com [mailto:struts-xsl@yahoogroups.com] On Behalf Of Don Brown Sent: 10 August 2005 19:24...
Chenna, Venkatasubbaiah
VenkatasubbaiahChenna...
Send Email
Aug 11, 2005
3:46 pm
2515
Yes, you might encounter that issue. I've been using Stxx 1.3 with a development version of Struts 1.3 for a long time without problems, however, I don't use...
Don Brown
mrdon42
Offline Send Email
Aug 26, 2005
7:16 pm
2516
Hi, how can I build my xml without namespace? kind regards, Frank ... and ... enabled. ... elements ) but xml is generated by STXX contains xmlns:="" in...
fotto2604
Offline Send Email
Sep 2, 2005
5:15 pm
2517
Hi, how can I use stxx with tiles in struts? kind regards, frank...
fotto2604
Offline Send Email
Sep 2, 2005
5:16 pm
2518
Well, when you create the XML that you save with a saveDocument() call, build it with namespaces turned off. I use JDOM with no namespaces without any...
mrdon42
Offline Send Email
Sep 2, 2005
5:26 pm
2519
I don't see how you really can since Tiles is built on JSP. I'd recommend Sitemesh instead as in many ways, I think it is a better solution and works great...
mrdon42
Offline Send Email
Sep 2, 2005
5:26 pm
2520
Dear All, I have one linux box and tomcat 4.0.6 with struts installed that linux box. After struts configured give this error. Apache Tomcat/4.0.6 - HTTP...
bbhavin_panchal
Offline Send Email
Sep 6, 2005
12:59 am
2521
Tomcat throws this error when an exception occurred in starting the servlet. Look in the $TOMCAT_HOME/logs/catalina.out file for any messages. Don...
Don Brown
mrdon42
Offline Send Email
Sep 6, 2005
8:48 pm
2522
hi can u put more light like how u are configuring struts coz u have to just put struts.jar in your web app lib folder and that folder must be in the classpath...
Padam Jain
padamjain04
Offline Send Email
Sep 8, 2005
4:38 pm
2523
This release is a collection of enhancements and fixes I've been using in production for a while, but haven't gotten around to releasing them. There are still...
Don Brown
mrdon42
Offline Send Email
Sep 8, 2005
11:56 pm
Messages 2493 - 2523 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