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 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cps-service/src/test/resources/bookstore.xml (limited to 'cps-service/src/test/resources/bookstore.xml') diff --git a/cps-service/src/test/resources/bookstore.xml b/cps-service/src/test/resources/bookstore.xml new file mode 100644 index 0000000000..dd45e16896 --- /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 -- cgit 1.2.3-korg