Hi David and Don, at the end I made a "page-base.xsl" including all the others xsl necessary for the transform. The problem was on elements that weren't...
Thank you - I have used that. But it does not work ! ... Input of pipeline : - XHTML file containing : <stxx>...<u>test xhtml</u>...</stxx> - my XSL file is : ...
I have been using stxx 1.2 and it works fine. Now I am trying to use stxx 1.3 but have the following error. I'd appreciate any help. Thanks. Bob ERROR -...
Would you mind resubmitting the patch against the latest CVS? I was unable to apply it. Also, make sure the formatting is set to 4 spaces indent and no tabs....
Hello, I have noticed that resource filtering is available only in CachedXSL transformer. What is the elegant and easiest way to filter messages for FOP ? Is...
Hi, My mailid has been changed to srinivasukoneru@.... Please send your new updates to the given Id. Thanks and Regards, Srinivasu Koneru. ... From:...
Hello all I have exactly the same problem. (See thread xhtml in a 2-step pipeline ) What I do is : 1st step : transforming xml (with embedded xhtml) file into...
... You are correct, but that is only because I haven't bothered to copy/paste the code into the FOP transformer since I don't personally use it. You should...
Can you do the two step transformation manually using the command line? If that works correctly, perhaps there is a problem somewhere in stxx where it isn't...
... CachedXSL ... personally ... if ... Don, you were right it was 5 minute cut & paste code,let me know how to submit a patch if you are interested. ... Its...
Hello, I have problem getting request parameters attached to outgoing XML. I use "StxxHelper.attachRequestParameters" to enforce that. Sometimes request...
I'm resending this over the mailing list since Elena's email address isn't valid :) I should also take this opportunity to note if anyone else wants to get...
I'm happy to announce Elena Neroslavskaya has agreed to join the stxx development team. She has been a regular contributor to the mailing list and has been...
How is the i18n realized in stxx? (Example?!) My Application must be available in different languages. (Selection driven by the client) Thanks! mkozianka...
The stxx examples do show the use of i18n, however, in my opinion, the stxx approach is quite limited. I'd suggest preprocessing your xslt's to create...
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...
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'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...
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...
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...
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...
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...
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: -- ...