From 43f90e07f4cd6b01debc8a50a14ec48c83fd447e Mon Sep 17 00:00:00 2001 From: "mahesh.thundathil" Date: Wed, 28 Jan 2015 07:43:42 -0600 Subject: [PATCH 1/2] graph fragment example schema and format --- schema/def/sampleFragmentSchema.xml | 33 +++++++++++++++++++++++++ stream/fragment-xml/sampleFragment.xml | 34 ++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 schema/def/sampleFragmentSchema.xml create mode 100644 stream/fragment-xml/sampleFragment.xml diff --git a/schema/def/sampleFragmentSchema.xml b/schema/def/sampleFragmentSchema.xml new file mode 100644 index 0000000..316f275 --- /dev/null +++ b/schema/def/sampleFragmentSchema.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stream/fragment-xml/sampleFragment.xml b/stream/fragment-xml/sampleFragment.xml new file mode 100644 index 0000000..2858a81 --- /dev/null +++ b/stream/fragment-xml/sampleFragment.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From fbc53b34158dc0a48b7cdee7c9d37a1b75e069f3 Mon Sep 17 00:00:00 2001 From: "mahesh.thundathil" Date: Wed, 28 Jan 2015 08:01:07 -0600 Subject: [PATCH 2/2] diff example docs --- stream/diff-xml/sampleDiff.xml | 34 +++++++++++++++++++++++ stream/diff-xml/sourceDoc.xml | 43 +++++++++++++++++++++++++++++ stream/diff-xml/targetDoc.xml | 50 ++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) create mode 100644 stream/diff-xml/sampleDiff.xml create mode 100644 stream/diff-xml/sourceDoc.xml create mode 100644 stream/diff-xml/targetDoc.xml diff --git a/stream/diff-xml/sampleDiff.xml b/stream/diff-xml/sampleDiff.xml new file mode 100644 index 0000000..c819529 --- /dev/null +++ b/stream/diff-xml/sampleDiff.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stream/diff-xml/sourceDoc.xml b/stream/diff-xml/sourceDoc.xml new file mode 100644 index 0000000..6b3f387 --- /dev/null +++ b/stream/diff-xml/sourceDoc.xml @@ -0,0 +1,43 @@ + + + + + + + + + Mary had a little-lamb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stream/diff-xml/targetDoc.xml b/stream/diff-xml/targetDoc.xml new file mode 100644 index 0000000..8514dbd --- /dev/null +++ b/stream/diff-xml/targetDoc.xml @@ -0,0 +1,50 @@ + + + + + + + + + Mary had a little-lamb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file