diff --git a/Backend-libXML/sample/minimize/minimize.curl b/Backend-libXML/sample/minimize/minimize.curl
new file mode 100644
index 0000000..f75d62a
--- /dev/null
+++ b/Backend-libXML/sample/minimize/minimize.curl
@@ -0,0 +1,3 @@
+url = "http://localhost:5000/minimizepost"
+data = "@minimize.json"
+request = POST
diff --git a/Backend-libXML/sample/minimize/minimize.json b/Backend-libXML/sample/minimize/minimize.json
new file mode 100644
index 0000000..10bfc79
--- /dev/null
+++ b/Backend-libXML/sample/minimize/minimize.json
@@ -0,0 +1,5 @@
+{
+    "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",
+    "processor": "libxml",
+    "version": "1.0"
+}
diff --git a/Backend-libXML/sample/minimize/pretty b/Backend-libXML/sample/minimize/pretty
new file mode 100644
index 0000000..7690e96
--- /dev/null
+++ b/Backend-libXML/sample/minimize/pretty
@@ -0,0 +1,104 @@
+
+  
+    Hamlet
+    2001-05-04
+    1
+    false
+  
+  
+    Macbeth
+    2000-12-13
+    1
+    false
+  
+  
+    Harry Potter and the Sorcerer's Stone
+    2005-04-29
+    2
+    true
+  
+  
+    The Long Walk
+    2018-07-01
+    4
+    true
+  
+  
+    Misery
+    2018-01-31
+    4
+    true
+  
+  
+    Think and Grow Rich
+    2004-09-10
+    6
+    true
+  
+  
+    The Law of Success
+    1982-05-09
+    6
+    false
+  
+  
+    Patriot Games
+    1995-10-21
+    5
+    false
+  
+  
+    The Sum of All Fears
+    1992-09-19
+    5
+    false
+  
+  
+    The Alchemist
+    2017-02-20
+    3
+    false
+  
+  
+    Hamlet
+    1994-06-01
+    1
+    false
+  
+  
+    Measure for Measure
+    1990-03-23
+    1
+    false
+  
+  
+    Hamlet
+    1989-05-05
+    1
+    true
+  
+  
+    Hamlet
+    1999-05-30
+    1
+    true
+  
+  
+    The Law of Success
+    2004-11-26
+    6
+    true
+  
+  
+    Romeo and Juliet
+    1997-02-08
+    1
+    true
+  
+  
+    The Alchemist
+    2009-08-21
+    3
+    true
+  
+
diff --git a/Backend-libXML/sample/prettify/prettify.curl b/Backend-libXML/sample/prettify/prettify.curl
new file mode 100644
index 0000000..643474d
--- /dev/null
+++ b/Backend-libXML/sample/prettify/prettify.curl
@@ -0,0 +1,3 @@
+url = "http://localhost:5000/prettifypost"
+data = "@prettify.json"
+request = POST
diff --git a/Backend-libXML/sample/prettify/prettify.json b/Backend-libXML/sample/prettify/prettify.json
new file mode 100644
index 0000000..10bfc79
--- /dev/null
+++ b/Backend-libXML/sample/prettify/prettify.json
@@ -0,0 +1,5 @@
+{
+    "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",
+    "processor": "libxml",
+    "version": "1.0"
+}