Added tooltips for XPath 3.0 and 3.1, sorted JSONs, and added differences between XPath versions

This commit is contained in:
2023-08-21 14:07:47 +02:00
parent ca50102cc5
commit 1206b29cf0
9 changed files with 9194 additions and 2748 deletions

View File

@@ -87,6 +87,7 @@ public class XPathController implements RestController {
this.logger.error("Error on processing XPath using " + engine.getVersion() + ". " + ex);
} finally {
response.body(this.gson.toJson(responseBody));
this.logger.error(this.gson.toJson(responseBody));
}
}