Re: How can I get the references in the Template?

2007-03-06 Thread Nathan Bubna
yeah, getKeys() tells you what is available to the template, not what the template is looking for. To do that, you have to process the template itself. You could use this: http://svn.apache.org/repos/asf/velocity/engine/trunk/experimental/templatetool/ On 3/6/07, Dave, Tejas <[EMAIL PROTECTED]

How can I get the references in the Template?

2007-03-06 Thread Dave, Tejas
Hi All, Can someone please tell me how can I get the references from the template? In my application I have to generate XML file for some data and would like my code to be dynamic such that it picks up the references from the Template file and only puts those data values in the context rather then