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

Add support for arbitrary function namespaces #8

Open
GoogleCodeExporter opened this issue Sep 23, 2015 · 0 comments
Open

Add support for arbitrary function namespaces #8

GoogleCodeExporter opened this issue Sep 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Currently Functions do have to use the the

  fn: http://www.newmedialab.at/lmf/functions/1.0/

namespace.

This is fine for the built-in functions and still ok for general purpose 
function. However for domain specific functions it would be more intuitive to 
not restrict method names to a single namespace.

The proposal is to allow the use of any URI token as function name.

This would require to update

* the LDPath parser to support uris
* the LDPath configuration to accept function that use URIs with a namespace 
different to 'fn'

To add additional functions for specific domains it would be more in

Original issue reported on code.google.com by [email protected] on 13 Mar 2012 at 8:21

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

No branches or pull requests

1 participant