xml bug?

2002-03-19 Thread peter lin
has anyone tried the nightly 3-18 xml tags in jstl? I'm experiencing a problem accessing request parameters and http headers. Here is the test page I used. %@ taglib prefix=x uri=http://java.sun.com/jstl/ea/xml; % br$header:host = x:out select=$header:host/br brS param = x:out

Re: xml bug?

2002-03-19 Thread peter lin
reading over my last paragraph, it's not clear what I meant, so here's a second attempt. The current 3-19 nightly of XPathUtil.valueOf is below: public String valueOf(Node n, String xpath) throws SAXPathException { staticInit(); XPath xp = new XPath(xpath); return

Re: xml bug?

2002-03-19 Thread Shawn Bayern
Peter, Thanks for the bug report. There's actually no problem with the plumbing of the XPathUtil class itself. It's correctly establishing the context and passes it to our XPath engine. The problem was just that this XPath engine wasn't resolving namespaces correctly. I've fixed the problem