From 6ce84d98f68b45f02f16dc99423670f4a53fd946 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Tue, 13 Dec 2022 07:40:19 +0000 Subject: XML content on create anchors node support Add XML content type support on anchor node creation. Issue-ID: CPS-1257 Change-Id: I7e7a9a1961b6e81de93a4e32e842b47f8a163a09 Signed-off-by: Michal Jagiello Signed-off-by: Lee Anjella Macabuhay --- cps-service/src/test/resources/bookstore.xml | 19 +++++++++++++++ cps-service/src/test/resources/bookstore_xpath.xml | 17 ++++++++++++++ cps-service/src/test/resources/test-tree.xml | 27 ++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 cps-service/src/test/resources/bookstore.xml create mode 100644 cps-service/src/test/resources/bookstore_xpath.xml create mode 100644 cps-service/src/test/resources/test-tree.xml (limited to 'cps-service/src/test/resources') diff --git a/cps-service/src/test/resources/bookstore.xml b/cps-service/src/test/resources/bookstore.xml new file mode 100644 index 000000000..dd45e1689 --- /dev/null +++ b/cps-service/src/test/resources/bookstore.xml @@ -0,0 +1,19 @@ + + + + Chapters + + 1 + SciFi + + 2001: A Space Odyssey + en + + Iain M. Banks + + 1994 + 895 + + + + \ No newline at end of file diff --git a/cps-service/src/test/resources/bookstore_xpath.xml b/cps-service/src/test/resources/bookstore_xpath.xml new file mode 100644 index 000000000..e206901d6 --- /dev/null +++ b/cps-service/src/test/resources/bookstore_xpath.xml @@ -0,0 +1,17 @@ + + + Chapters + + 1 + SciFi + + 2001: A Space Odyssey + en + + Iain M. Banks + + 1994 + 895 + + + \ No newline at end of file diff --git a/cps-service/src/test/resources/test-tree.xml b/cps-service/src/test/resources/test-tree.xml new file mode 100644 index 000000000..3daa814cf --- /dev/null +++ b/cps-service/src/test/resources/test-tree.xml @@ -0,0 +1,27 @@ + + + + + Left + + Small + Sparrow + Robin + Finch + + + + Right + + Big + Owl + Raven + Crow + + + + Apple + Green + + + -- cgit 1.2.3-korg