Interesting.  I'll try to look into this, but I cannot promise a very
quick fix: I am currently swamped both at my day job and at home.

Thanks for reporting this.

- Dmitri

--- Jeff Lansing <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> The @name feature for accessing Map entries has a problem. This works
> 
> fine for the simple names used in the example, such as 
> getValue("[EMAIL PROTECTED]'home']/zipCode"), and there is even a note
> 
> that says: "Note: At this point JXPath only supports Maps that use 
> strings for keys."
> 
> The problem is that a HashMap key can be any String, including one
> that 
> contains the character ':'. But the @name feature tries to turn this 
> string into the local part of a QName, and if there is a ':', the
> QName 
> constructor throws an exception.
> 
> So this feature doesn't work when keys are URL's, which is actually a
> 
> very common thing to do.
> 
> Thanks,
> 
> Jeff
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to