This is NOT a question for the developer's list.  Please ask your
questions on [email protected]

p.s.  just do $bracketedSumString.replace('<','')

On Tue, Dec 16, 2008 at 5:15 AM, Pavan <[email protected]> wrote:
> Hi,
>
> I was trying to learn velocity. Your manual is very useful and i like it the
> way its been presented.
>
> I have a query for you,
>
> I have an xml for which i am writing a template. I want the name of the
> element with out the "<" symbol in the template.
> e.g: <sum> how i can write a script in template which takes only sum instead
> of <sum>
> *sample xml:*
> <input>
>  <sum>
>     <a>10</a>
>    <b>20</b>
>  </sum>
> </input>
>
> i am reading input which is having a dynamic data may be some times <sum>
> and some time <helloworld>...etc  I want the sum with out the symbol "<".
> Can you pls assist me in this...
>
> Regards,
> Pavan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

  • Hi Pavan
    • Re: Hi Nathan Bubna

Reply via email to