Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support simple map operator (!) #39

Closed
robwhitby opened this issue Sep 10, 2013 · 2 comments
Closed

Support simple map operator (!) #39

robwhitby opened this issue Sep 10, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@robwhitby
Copy link

Just found this project, it's really useful already, thanks very much. Are you supporting all of xquery 3.0? I found it doesn't recognise the simple map operator "!".

http://www.w3.org/TR/xquery-30/#id-map-operator

Cheers
Rob

@ligasgr
Copy link
Owner

ligasgr commented Sep 10, 2013

Hi!

Thanks for checking out the plugin and raising the issue!
I was quite sure it is supported. Looks like it isn't. I'll fix it in the next release.
Is below test case ok?

avg( //employee / salary ! translate(., '$', '') ! number(.))

@ghost ghost assigned ligasgr Sep 10, 2013
@robwhitby
Copy link
Author

yep looks like a good test. thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants