Updated samples

This commit is contained in:
2023-05-22 13:53:20 +02:00
parent b496b7bbc6
commit d3ed7d4611
6 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
url = "http://localhost:5000/minimize"
url = "http://localhost/libxml/minimize"
data = "@minimize.json"
request = POST

View File

@@ -1,3 +1,3 @@
url = "http://localhost:5000/prettify"
url = "http://localhost:5000/libxml/prettify"
data = "@prettify.json"
request = POST

View File

@@ -1,4 +1,4 @@
#url = "localhost:8081/xpath"
url = "localhost:5000/xpath"
url = "localhost/java/xpath"
#url = "localhost/libxml/xpath"
request = "POST"
data = "@data.json"

View File

@@ -1,4 +1,4 @@
#url = "localhost:8081/xpath"
url = "localhost:5000/xpath"
url = "localhost/java/xpath"
#url = "localhost/libxml/xpath"
request = "POST"
data = "@dataNS.json"

View File

@@ -1,4 +1,4 @@
#url = "http://localhost:8081/xsd"
url = "http://localhost:5000/xsd"
url = "localhost/java/xsd"
#url = "localhost/libxml/xsd"
data = "@xsd.json"
request = POST

View File

@@ -1,4 +1,4 @@
#url = "http://localhost:8081/xslt"
url = "http://localhost:5000/xslt"
url = "localhost/java/xslt"
#url = "localhost/libxml/xslt"
data = "@xslt.json"
request = POST