bema/func/libxml_backend #20

Merged
bema merged 25 commits from bema/func/libxml_backend into dev 2023-02-09 13:34:44 +01:00
4 changed files with 0 additions and 4 deletions
Showing only changes of commit 656aeb17dc - Show all commits

View File

@@ -2,4 +2,3 @@
url = "localhost:5000/xpath"
request = "POST"
data = "@data.json"
header = "Content-Type: application/json"

View File

@@ -2,4 +2,3 @@
url = "localhost:5000/xpath"
request = "POST"
data = "@dataNS.json"
header = "Content-Type: application/json"

View File

@@ -1,5 +1,4 @@
#url = "http://localhost:8082/xsd"
url = "http://localhost:5000/xsd"
data = "@xsd.json"
header = "Content-Type: application/json"
request = POST

View File

@@ -1,4 +1,3 @@
url = "http://localhost:5000/xslt"
data = "@xslt.json"
header = "Content-Type: application/json"
request = POST