Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Support XPath 2.0 #61

Open
3 tasks
nuest opened this issue Feb 4, 2015 · 0 comments
Open
3 tasks

Support XPath 2.0 #61

nuest opened this issue Feb 4, 2015 · 0 comments

Comments

@nuest
Copy link
Contributor

nuest commented Feb 4, 2015

The server should support both transformation descriptions in XPath 1.0 and 2.0.

  • add (optional) XPath version property to transformation files (defaults to 1.0)
  • add configuration for XPath 2.0 engine (maybe (!!!) replace service-loader based configuration, though that might be fine for the default still)
  • add unit tests
{
   "transformationDescription":{
      "name":"transformerSML20",
      "applicabilityPath":"boolean(//*[local-name()='SensorML'][@version='2.0'])",
      "xpathVersion": "2.0",
      "namespaceMappings":[
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant