[elbe-devel] [PATCH 10/10] tests: preproc-02.xml: initial implementation

Torben Hohn torben.hohn at linutronix.de
Thu Apr 1 13:15:32 CEST 2021


include second layer from xinclude/simple.xml

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 tests/preproc-02.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 tests/preproc-02.xml

diff --git a/tests/preproc-02.xml b/tests/preproc-02.xml
new file mode 100644
index 000000000..4220fff6f
--- /dev/null
+++ b/tests/preproc-02.xml
@@ -0,0 +1,19 @@
+<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe"
+		    xmlns:xi="http://www.w3.org/2003/XInclude"
+		    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		    created="2009-05-20T08:50:56" revision="6"
+		    xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
+
+	<project>
+		<xi:include href="xinclude/simple.xml" xpointer="xmlns(ns0=https://www.linutronix.de/projects/Elbe)
+								 xpointer(ns0:RootFileSystem/project/*)"/>
+	</project>
+	<target>
+		<xi:include href="xinclude/simple.xml" xpointer="xmlns(ns0=https://www.linutronix.de/projects/Elbe)
+								 xpointer(ns0:RootFileSystem/target/*)"/>
+	</target>
+	<check-image-list>
+		<xi:include href="xinclude/simple.xml" xpointer="xmlns(ns0=https://www.linutronix.de/projects/Elbe)
+								 xpointer(ns0:RootFileSystem/check-image-list/*)"/>
+	</check-image-list>
+</ns0:RootFileSystem>
-- 
2.20.1



More information about the elbe-devel mailing list