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...
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...
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...
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@...
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...
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...
Did you meen something like: stxx.transformer.rtf.class=com.oroad.stxx.transform.CachedFOPTransformer stxx.transformer.rtf.outputType=rtf Does...
Stanislav
skomlena@...
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,...
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. ...
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 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...
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...
... 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@...
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...
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@...
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...
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@...
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...
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...
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...
Hi, how can I build my xml without namespace? kind regards, Frank ... and ... enabled. ... elements ) but xml is generated by STXX contains xmlns:="" in...
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...
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...
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...
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...
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...