--- James Strachan <[EMAIL PROTECTED]> wrote: > From: "Stefan Bodewig" <[EMAIL PROTECTED]> > > On Thu, 16 Jan 2003, <[EMAIL PROTECTED]> > wrote: > > > > > Done. > > > > Thanks. > > > > Any idea where I can find > > org.apache.commons.jelly.tags.xml.XPathExpression? > This one is > > imported by the jsl taglib, but doesn't seem to > exist (together with > > XPathTagSupport, XPathSource and XPathExpression). > > > > There are classes with that names in > jelly/expression/xpath ... > > I've just hit that too. The XPathExpresion has been > refactored into a > different package (o.a.c.jelly.expresion.xpath). > I'll try clean this up > later today so things are all consistent. > > James
Yup that was me. Initially the XPath stuff was bundled with the XML tags, but they seemed more like core utility classes. They were also used heavily in the junit tags. Thanks for cleaning up JSL, I hadn't had a chance to regression test them all yet. - Morgan ===== Morgan Delagrange http://jakarta.apache.org/taglibs http://jakarta.apache.org/commons http://axion.tigris.org http://jakarta.apache.org/watchdog __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
