> > Just a shot in the dark, but. Could it be anything to do with your
> > NamespaceContext - for example are you returning some namespace URI for
> > null/no namespace prefix?
>
> Yes. I could.. my namespace context depends on the instance document. If
> someone binds a default namespace, "" will be bound.

But in XPath you cannot bind "" on to a URI - otherwise none of the standard
XPath functions can be found. e.g.

count()

means namespace URI "" and local name "count"

I suspect because of your NamespaceContext all the standard XPath functions
are disappearing, since they are not found in your custom URI namespace. I
think its probably an error for a NamespaceContext to bind an empty prefix
to a URI.

James


_________________________________________________________
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