Leszek Gawron wrote:
Jorg Heymans wrote:
Have you tried using Castor ?
[EMAIL PROTECTED] wrote:
Maybe this is too simple but what if you iterate over the bean properties
and generate your own xml version with tags, which is then transformed by an
XSL sheet to what you want?
<jx:foreach item ...whatever....> <mytag>${item}</mytag> </jx:foreach>
The problem is not so simple but yes XSLT seems like another possible solution. I'm a bit worried about the performance impact though because my bean (it's an XMLBean acutally) can get quite big, over 8MB and more.
Thanks! Jorg
You mean replace the XMLBeans implementation with a castor based one? I don't see how this would solve my initial problem though, is there some castor specific functionality you had in mind? (i've never used Castor)
Thanks Jorg