Hi erverybody,

I've a huge xml-file and I don't like to change it ;-)
On the other hand, there is a xsl-file which has a bit of velocitystuff 
in it, like $link.setPage..., $page.setBgColor($ui... .
As a transformationresult (I use xalan) of these both files, I get a 
template (done in my doBuildTemplate()), because the velocitystuff is 
still in it, and hasn't been rendered.
I store these result in a VelocityString, like 
context.put("HiEverybody", myString);    (done in my doBuildTemplate(), too)
If I put the String like this: $HiEverybody, in a template, I get a 
html-page, but still with velocitystuff, which isn't quit nice :-(
So, my question is, how can I parse this String?
#parse($HiErverybody) has no effect, because it looks for a template-file.

Or is there perhaps an other solution?
Does the TurbineXSLTService help me?

Thank you, Adonis


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to