Thanks for the sanity check. I got it fixed. It was a dependency issue. For someone reason I had placed jaxen in one of the classloaders. Not too sure why I did that - but deleting it fixed my problem.
-Ben


Hassan Schroeder wrote:

Ben Anderson wrote:

I'm battling what seems to be a pretty elementary problem:

<x:parse var="xrpcResponse">
 <person>
    <firstname nickname="false">Ben</firstname>
    <lastname>Anderson</lastname>
    </person>
</x:parse>
<x:out select="$xrpcResponse//firstname"/>

This should work, correct?


Confirmed that it works on Tomcat 5.0.28 using 2.4 spec/JSTL 1.1 :-)

HTH,



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to