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

Bastian Germann bage at linutronix.de
Thu Apr 1 18:26:25 CEST 2021


Am 01.04.21 um 13:15 schrieb Torben Hohn:
> include all nodes from xinclude/simple.xml
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   tests/preproc-01.xml | 9 +++++++++
>   1 file changed, 9 insertions(+)
>   create mode 100644 tests/preproc-01.xml
> 
> diff --git a/tests/preproc-01.xml b/tests/preproc-01.xml
> new file mode 100644
> index 000000000..ba594188d
> --- /dev/null
> +++ b/tests/preproc-01.xml
> @@ -0,0 +1,9 @@
> +<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">
> +
> +	<xi:include href="xinclude/simple.xml" xpointer="xmlns(ns0=https://www.linutronix.de/projects/Elbe)
> +		                                         xpointer(ns0:RootFileSystem/*)"/>
> +</ns0:RootFileSystem>
> 


More information about the elbe-devel mailing list