diff --git a/Samples/minimize/minimize.json b/Samples/minimize/minimize.json
index 10bfc79..6b00037 100644
--- a/Samples/minimize/minimize.json
+++ b/Samples/minimize/minimize.json
@@ -1,5 +1,6 @@
{
"data": "Hamlet2001-05-041falseMacbeth2000-12-131falseHarry Potter and the Sorcerer's Stone2005-04-292trueThe Long Walk2018-07-014trueMisery2018-01-314trueThink and Grow Rich2004-09-106trueThe Law of Success1982-05-096falsePatriot Games1995-10-215falseThe Sum of All Fears1992-09-195falseThe Alchemist2017-02-203falseHamlet1994-06-011falseMeasure for Measure1990-03-231falseHamlet1989-05-051trueHamlet1999-05-301trueThe Law of Success2004-11-266trueRomeo and Juliet1997-02-081trueThe Alchemist2009-08-213true",
+ "processorData": "N/A",
"processor": "libxml",
"version": "1.0"
}
diff --git a/Samples/prettify/prettify.json b/Samples/prettify/prettify.json
index cb3a5ec..6b00037 100644
--- a/Samples/prettify/prettify.json
+++ b/Samples/prettify/prettify.json
@@ -1,6 +1,6 @@
{
"data": "Hamlet2001-05-041falseMacbeth2000-12-131falseHarry Potter and the Sorcerer's Stone2005-04-292trueThe Long Walk2018-07-014trueMisery2018-01-314trueThink and Grow Rich2004-09-106trueThe Law of Success1982-05-096falsePatriot Games1995-10-215falseThe Sum of All Fears1992-09-195falseThe Alchemist2017-02-203falseHamlet1994-06-011falseMeasure for Measure1990-03-231falseHamlet1989-05-051trueHamlet1999-05-301trueThe Law of Success2004-11-266trueRomeo and Juliet1997-02-081trueThe Alchemist2009-08-213true",
- "process": "whatever",
+ "processorData": "N/A",
"processor": "libxml",
"version": "1.0"
}
diff --git a/Samples/xpath/data.json b/Samples/xpath/data.json
index 6216754..bf74bda 100644
--- a/Samples/xpath/data.json
+++ b/Samples/xpath/data.json
@@ -1,6 +1,6 @@
{
"data": "\nHamlet2001-05-041falseMacbeth2000-12-131falseHarry Potter and the Sorcerer's Stone2005-04-292trueThe Long Walk2018-07-014trueMisery2018-01-314trueThink and Grow Rich2004-09-106trueThe Law of Success1982-05-096falsePatriot Games1995-10-215falseThe Sum of All Fears1992-09-195falseThe Alchemist2017-02-203falseHamlet1994-06-011falseMeasure for Measure1990-03-231falseHamlet1989-05-051trueHamlet1999-05-301trueThe Law of Success2004-11-266trueRomeo and Juliet1997-02-081trueThe Alchemist2009-08-213true",
- "process": "/books/book[name = 'The Law of Success']",
+ "processorData": "/books/book[name = 'The Law of Success']",
"processor": "saxon",
"version": "2.0"
}
diff --git a/Samples/xpath/dataNS.json b/Samples/xpath/dataNS.json
index 04cff85..65452e5 100644
--- a/Samples/xpath/dataNS.json
+++ b/Samples/xpath/dataNS.json
@@ -1,6 +1,6 @@
{
"data": "\nHamlet2001-05-041falseMacbeth2000-12-131falseHarry Potter and the Sorcerer's Stone2005-04-292trueThe Long Walk2018-07-014trueMisery2018-01-314trueThink and Grow Rich2004-09-106trueThe Law of Success1982-05-096falsePatriot Games1995-10-215falseThe Sum of All Fears1992-09-195falseThe Alchemist2017-02-203falseHamlet1994-06-011falseMeasure for Measure1990-03-231falseHamlet1989-05-051trueHamlet1999-05-301trueThe Law of Success2004-11-266trueRomeo and Juliet1997-02-081trueThe Alchemist2009-08-213true",
- "process": "/b:books/b:book[b:name = 'The Law of Success']",
+ "processorData": "/b:books/b:book[b:name = 'The Law of Success']",
"processor": "saxon",
"version": "2.0"
}
diff --git a/Samples/xquery/xquery.json b/Samples/xquery/xquery.json
index f4d96bb..58ec9bf 100644
--- a/Samples/xquery/xquery.json
+++ b/Samples/xquery/xquery.json
@@ -1,6 +1,6 @@
{
"data": "John67Anna69",
- "process": "for $x in //person return string($x/name)",
+ "processorData": "for $x in //person return string($x/name)",
"processor": "saxon",
"version": "3.1"
}
diff --git a/Samples/xsd/xsd.json b/Samples/xsd/xsd.json
index cc367d0..04a6516 100644
--- a/Samples/xsd/xsd.json
+++ b/Samples/xsd/xsd.json
@@ -1,6 +1,6 @@
{
"data": "\nTestTest3",
- "process": "\n ",
+ "processorData": "\n ",
"processor": "saxon",
"version": "1.0"
}
diff --git a/Samples/xslt/xslt.json b/Samples/xslt/xslt.json
index 47013d7..8e30f33 100644
--- a/Samples/xslt/xslt.json
+++ b/Samples/xslt/xslt.json
@@ -1,6 +1,6 @@
{
"data": "City library3451237321AdamChoke5123LaurenWong6422Harry Potter75421234Macbeth51239556Romeo and Juliet",
- "process": "",
+ "processorData": "",
"processor": "saxon",
"version": "1.0"
}