This attribute does not support request time values. <x:parse xml="${xmldoc}" var="output"/>
As I know it do take request time value. I am doing it in MyEclipse with weblogic 9.x. It would be nice if anybody have idea reagarding this error. Thanks in advance
Please be sure to use UBB code tags when posting code to the forums. Unformatted code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please read this for more information.
You can go back and change your post to add code tags by clicking the .
According to the JSTL 1.1 Spec, the xml attribute is deprecated. Use doc instead. That may not be the problem, but it's one thing to get out of the way.