diff --git a/SampleData/functions20 b/SampleData/functions20
deleted file mode 100644
index 3cd39d2..0000000
--- a/SampleData/functions20
+++ /dev/null
@@ -1,129 +0,0 @@
-abs(
-adjust-dateTime-to-timezone(
-adjust-date-to-timezone(
-adjust-time-to-timezone(
-avg(
-base-uri(
-boolean(
-ceiling(
-codepoints-to-string(
-collection(
-compare(
-concat(
-contains(
-context-item(
-count(
-current(
-current-date(
-current-dateTime(
-current-group(
-current-grouping-key(
-current-time(
-data(
-day-from-date(
-day-from-dateTime(
-days-from-dayTimeDuration(
-deep-equal(
-default-collation(
-distinct-nodes(
-distinct-values(
-doc(
-document(
-document-uri(
-element-available(
-empty(
-ends-with(
-error(
-escape-uri(
-exactly-one(
-exists(
-expanded-QName(
-false(
-floor(
-format-date(
-format-dateTime(
-format-number(
-format-time(
-function-available(
-generate-id(
-hours-from-dateTime(
-hours-from-dayTimeDuration(
-hours-from-time(
-id(
-idref(
-implicit-timezone(
-index-of(
-input(
-in-scope-prefixes(
-insert-before(
-item-at(
-key(
-lang(
-last(
-local-name(
-local-name-from-QName(
-lower-case(
-matches(
-max(
-min(
-minutes-from-dateTime(
-minutes-from-dayTimeDuration(
-minutes-from-time(
-month-from-date(
-month-from-dateTime(
-months-from-yearMonthDuration(
-name(
-namespace-uri(
-namespace-uri-for-prefix(
-namespace-uri-from-QName(
-node-kind(
-node-name(
-normalize-space(
-normalize-unicode(
-not(
-number(
-one-or-more(
-position(
-regex-group(
-remove(
-replace(
-resolve-QName(
-resolve-uri(
-reverse(
-root(
-round(
-round-half-to-even(
-seconds-from-dateTime(
-seconds-from-dayTimeDuration(
-seconds-from-time(
-sequence-node-identical(
-starts-with(
-string(
-string-join(
-string-length(
-string-pad(
-string-to-codepoints(
-subsequence(
-substring(
-substring-after(
-substring-before(
-subtract-dateTimes-yielding-dayTimeDuration(
-subtract-dateTimes-yielding-yearMonthDuration(
-sum(
-system-property(
-timezone-from-date(
-timezone-from-dateTime(
-timezone-from-time(
-tokenize(
-trace(
-translate(
-true(
-unordered(
-unparsed-entity-public-id(
-unparsed-entity-uri(
-unparsed-text(
-upper-case(
-year-from-date(
-year-from-dateTime(
-years-from-yearMonthDuration(
-zero-or-one(
diff --git a/SampleData/sample_xml.xml b/SampleData/sample_xml.xml
deleted file mode 100644
index cd89168..0000000
--- a/SampleData/sample_xml.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- City library
- 345123
-
-
- 7321
- Adam
- Choke
-
-
- 5123
- Lauren
- Wong
-
-
-
-
- 6422
- Harry Potter
- 7542
-
-
- 1234
- Macbeth
- 5123
-
-
- 9556
- Romeo and Juliet
-
-
-
\ No newline at end of file
diff --git a/SampleData/transform.xslt b/SampleData/transform.xslt
deleted file mode 100644
index df9590a..0000000
--- a/SampleData/transform.xslt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/Backend-libXML/sample/minimize/minimize.curl b/Samples/minimize/minimize.curl
similarity index 100%
rename from Backend-libXML/sample/minimize/minimize.curl
rename to Samples/minimize/minimize.curl
diff --git a/Backend-libXML/sample/minimize/minimize.json b/Samples/minimize/minimize.json
similarity index 100%
rename from Backend-libXML/sample/minimize/minimize.json
rename to Samples/minimize/minimize.json
diff --git a/Backend-libXML/sample/minimize/pretty b/Samples/minimize/pretty
similarity index 100%
rename from Backend-libXML/sample/minimize/pretty
rename to Samples/minimize/pretty
diff --git a/Backend-libXML/sample/prettify/prettify.curl b/Samples/prettify/prettify.curl
similarity index 100%
rename from Backend-libXML/sample/prettify/prettify.curl
rename to Samples/prettify/prettify.curl
diff --git a/Backend-libXML/sample/prettify/prettify.json b/Samples/prettify/prettify.json
similarity index 100%
rename from Backend-libXML/sample/prettify/prettify.json
rename to Samples/prettify/prettify.json
diff --git a/SampleData/book.xml b/Samples/xpath/book.xml
similarity index 100%
rename from SampleData/book.xml
rename to Samples/xpath/book.xml
diff --git a/SampleData/bookNS.xml b/Samples/xpath/bookNS.xml
similarity index 100%
rename from SampleData/bookNS.xml
rename to Samples/xpath/bookNS.xml
diff --git a/Backend-libXML/sample/xpath/data.json b/Samples/xpath/data.json
similarity index 100%
rename from Backend-libXML/sample/xpath/data.json
rename to Samples/xpath/data.json
diff --git a/Backend-libXML/sample/xpath/dataNS.json b/Samples/xpath/dataNS.json
similarity index 100%
rename from Backend-libXML/sample/xpath/dataNS.json
rename to Samples/xpath/dataNS.json
diff --git a/Backend-libXML/sample/xpath/non-ns.curl b/Samples/xpath/non-ns.curl
similarity index 100%
rename from Backend-libXML/sample/xpath/non-ns.curl
rename to Samples/xpath/non-ns.curl
diff --git a/Backend-libXML/sample/xpath/ns.curl b/Samples/xpath/ns.curl
similarity index 100%
rename from Backend-libXML/sample/xpath/ns.curl
rename to Samples/xpath/ns.curl
diff --git a/Samples/xsd/sample.xml b/Samples/xsd/sample.xml
new file mode 100644
index 0000000..9189811
--- /dev/null
+++ b/Samples/xsd/sample.xml
@@ -0,0 +1,5 @@
+
+
+ Test
+ Test3
+
diff --git a/Samples/xsd/schema.xsd b/Samples/xsd/schema.xsd
new file mode 100644
index 0000000..b36116c
--- /dev/null
+++ b/Samples/xsd/schema.xsd
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/Backend-libXML/sample/xsd/xsd.curl b/Samples/xsd/xsd.curl
similarity index 100%
rename from Backend-libXML/sample/xsd/xsd.curl
rename to Samples/xsd/xsd.curl
diff --git a/Backend-libXML/sample/xsd/xsd.json b/Samples/xsd/xsd.json
similarity index 100%
rename from Backend-libXML/sample/xsd/xsd.json
rename to Samples/xsd/xsd.json
diff --git a/SampleData/sampleXML.xslt b/Samples/xslt/sampleXML.xml
similarity index 100%
rename from SampleData/sampleXML.xslt
rename to Samples/xslt/sampleXML.xml
diff --git a/Samples/xslt/sampleXSLT.xslt b/Samples/xslt/sampleXSLT.xslt
new file mode 100644
index 0000000..178e5a0
--- /dev/null
+++ b/Samples/xslt/sampleXSLT.xslt
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Backend-libXML/sample/xslt/xslt.curl b/Samples/xslt/xslt.curl
similarity index 100%
rename from Backend-libXML/sample/xslt/xslt.curl
rename to Samples/xslt/xslt.curl
diff --git a/Backend-libXML/sample/xslt/xslt.json b/Samples/xslt/xslt.json
similarity index 100%
rename from Backend-libXML/sample/xslt/xslt.json
rename to Samples/xslt/xslt.json