kiwi-el8/doc/source
Marcus Schäfer ef05ecc36e
Add support for toplevel include directive(s)
On the toplevel of an image description you can now
specify include directive(s) like in the following
example

<image ...>
    ...
    <include from="filename_a.xml"/>
    ...
    <include from="filename_b.xml"/>
</image>

At the place of their occurrence the include statement
will be replaced with the contents of the given filename.
The implementation is based on a XSLT stylesheet and
applies very early in the process. The stylesheet reads
the contents of the given file as XML document().
Thus only valid XML documents gets accepted by this
include concept. This Fixes #1929 and is related to
Issue #1918
2021-10-07 09:50:38 +02:00
..
.images Update documentation 2018-01-30 10:37:41 +01:00
.static/css Build schema documentation with Oxygen 2017-06-29 10:38:45 +02:00
api Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00
building_images Added documentation for oem-skip-verify element 2021-07-14 18:17:06 +02:00
commands Allow logfile option to log on stdout 2021-10-05 17:25:25 +02:00
concept_and_workflow Run scripts via a screen session in debug mode 2021-09-22 11:48:47 +02:00
contributing Functions integration tests (#1851) 2021-06-21 15:03:13 +02:00
image_description Add support for toplevel include directive(s) 2021-10-07 09:50:38 +02:00
overview Update documentation in content and structure 2020-07-01 10:42:51 +02:00
troubleshooting Added new Troubleshooting chapter to the docs 2021-02-22 15:37:37 +01:00
working_with_images Fixed legacy PXE documentation 2021-10-06 14:38:25 +02:00
api.rst Fixup documentation for consistency 2020-02-19 18:01:14 +01:00
building_images.rst Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
commands.rst Update documentation in content and structure 2020-07-01 10:42:51 +02:00
concept_and_workflow.rst Update and fix documentation 2021-05-16 17:43:50 +02:00
conf.py Bump version: 9.23.62 → 9.23.63 2021-10-06 16:06:55 +02:00
contributing.rst Functions integration tests (#1851) 2021-06-21 15:03:13 +02:00
image_description.rst Add support for toplevel include directive(s) 2021-10-07 09:50:38 +02:00
image_types_and_results.rst Added new Troubleshooting chapter to the docs 2021-02-22 15:37:37 +01:00
index.rst Make sure chat link points to Element not Riot 2021-06-22 10:46:09 +02:00
installation.rst Update kiwi installation documentation 2021-05-17 09:39:53 +02:00
overview.rst Update documentation in content and structure 2020-07-01 10:42:51 +02:00
quickstart.rst Update kiwi installation documentation 2021-05-17 09:39:53 +02:00
self_contained.rst Update and fix documentation 2021-05-16 17:43:50 +02:00
troubleshooting.rst Added new Troubleshooting chapter to the docs 2021-02-22 15:37:37 +01:00
working_with_images.rst Added documentation for grub2 loopback ISO images 2021-08-31 00:21:45 +02:00