Re: Using Java variables in Xtags select

2006-09-28 Thread Rashmi Rubdi
Have you set up JSTL? If you use the latest version JSTL1.1 core tags you can do this: > select="//[EMAIL PROTECTED]/class"> > ... > Here are some JSTL installation instructions: http://jakarta.apache.org/taglibs/doc/standard-doc/standard/GettingStarted.html --- Ashish Srivastava <

Using Java variables in Xtags select

2006-09-28 Thread Ashish Srivastava
Hi, I am using xtags library in a JSP and am having trouble using Java variables while selecting XML nodes. The XML to be parsed is: ... ... Where child_id is a Java variable defined in the JSP. The above code throws an exception complaining about '<' in t