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

Support XPath 2.0 #61

@nuest

Description

@nuest

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":[

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions