XML and velocity

2004-12-02 Thread Subbiah Raman
Hi, I am trying to use a SAX parser in Velocity context and I need to do the following #set($temp = $root.getRootElement().getChild(email).getText() ) But it throws org.apache.velocity.exception.ParseErrorException: Encountered email Any suggestions. Thx

Email Text

2005-04-05 Thread Subbiah Raman
Hi, I am trying to create templates in velocity of emails that my app needs to send out. How do make special changes in email text like hyperlinks/ bold etc. I used to do this by setting my content type as text/html in email and writig a html file, so do I have to create a same HTML for