Added XQuery Tool and refactored tools-service (#220)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #220 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
6
Samples/xquery/xquery.json
Normal file
6
Samples/xquery/xquery.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"data": "<people><person><name>John</name><age>67</age></person><person><name>Anna</name><age>69</age></person></people>",
|
||||
"process": "for $x in //person return string($x/name)",
|
||||
"processor": "saxon",
|
||||
"version": "3.1"
|
||||
}
|
||||
Reference in New Issue
Block a user