kiwi-el8/doc/source
Marcus Schäfer 9cb68abcea Fixed include processing
This commit fixes several issue connected with the use of
the <include> directive:

First and foremost the XSLT chain was broken in a way that
the include XSLT in combination with the PrettyPrinter XSLT
were called not in the chain of stylesheets but together.
This results in XML descriptions which duplicated the content
and went invalid

Another change is, when the include XSLT is called in the chain.
This commit moves it to become the very first processing
instruction such that the included data is part of all subsequent
XSLT stylesheets. This also allows to use older schema versions
in included XML data and they get automatically converted through
the chain of XSLT stylesheets.

Last change is the evaluation of the from= attribute value. This
value is now interpreted as an URI. Currently only local URIs are
supported. The reason to do this is because XSLT when processing
a document resolves relative paths according to the file path
of the master document. As kiwi does not change the original
content that path with will be a /var/tmp location if one of
the XSLT stylesheets were used. The documentation for this change
was updated as well
2021-11-12 07:46:52 -05: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 Drop support for cdrtools 2021-11-11 06:43:56 -05: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 Fixed include processing 2021-11-12 07:46:52 -05:00
overview Update documentation in content and structure 2020-07-01 10:42:51 +02:00
plugins Added documentation for kiwi stackbuild plugin 2021-10-08 18:07:20 +02:00
troubleshooting Added new Troubleshooting chapter to the docs 2021-02-22 15:37:37 +01:00
working_with_images Support custom partitions 2021-11-03 13:31:17 +01: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.24.3 → 9.24.4 2021-11-11 15:11:20 +01:00
contributing.rst Functions integration tests (#1851) 2021-06-21 15:03:13 +02:00
image_description.rst Fixed include processing 2021-11-12 07:46:52 -05:00
image_types_and_results.rst Add support for custom result bundle naming 2021-10-21 11:13:49 +02:00
index.rst Added documentation for kiwi stackbuild plugin 2021-10-08 18:07:20 +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
plugins.rst Added documentation for kiwi stackbuild plugin 2021-10-08 18:07:20 +02:00
quickstart.rst Update kiwi installation documentation 2021-05-17 09:39:53 +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