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" url = "localhost:5000/xpath"
request = "POST" request = "POST"
data = "@data.json" data = "@data.json"
header = "Content-Type: application/json"

View File

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

View File

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

View File

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