Skip to content

Add support for arbitrary function namespaces #8

Description

@GoogleCodeExporter
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 rupert.w...@gmail.com on 13 Mar 2012 at 8:21

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions