Do you have an example XPath expression that fails?

James
----- Original Message -----
From: "Christian Nentwich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 3:47 PM
Subject: [Jaxen] bug in function/namespace context ?


>
> All,
>
> there's something fishy going on, but I haven't got time to fix it right
> now: I'm doing this, with the DOM interface:
>
> XPath xp = new DOMXPath(xpath);
> xp.setVariableContext((JaxenContext)ctx);
> xp.setNamespaceContext((JaxenNamespace)namespace);
> result=xp.evaluate(context);
>
> and I'm getting an exception: org.jaxen.UnresolvableException: Function
> :local-name
>
> Same happens for the count function. When I comment out the
> setVariableContext and the setNamespaceContext, there is no exception.
> Mistery..
>
> Christian
>
>
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> _______________________________________________
> Jaxen-interest mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jaxen-interest
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to