From 8376aaa7023704dcdf164b4e3bcd822dcdc27acc Mon Sep 17 00:00:00 2001 From: Daria Vladykina Date: Fri, 12 Jan 2024 16:42:40 +0100 Subject: [PATCH] Added example of multiple profiling --- xml/docu_styleguide.structure.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/xml/docu_styleguide.structure.xml b/xml/docu_styleguide.structure.xml index f5f00f9..4ec4131 100644 --- a/xml/docu_styleguide.structure.xml +++ b/xml/docu_styleguide.structure.xml @@ -2582,9 +2582,17 @@ xml:id="tab-install-source" Create a different DC file for each variant. Add the respective profiling variable and its value to the DC file. + + + DocBook allows you to use multiple profiling attributes to handle more + complex scenarios. For example, if you have conditions for architecture + (arch) and operating system (os), + you can create different versions of a document for different combinations + of these conditions, as shown in . + - A phrase with one profiling attribute + A phrase with one profiling attribute (single profiling) <?xml version="1.0" encoding="UTF-8"?> [...] @@ -2602,6 +2610,17 @@ ROOTID=book-administration PROFOS="sles" ... + + + Multiple profiling with numerous attributes + +<?xml version="1.0" encoding="UTF-8"?> +[...] +Entire hard disks are listed as devices without numbers, such as +<filename>/dev/sda</filename><phrase arch="zseries;aarch64" os="sles;sled;slemicro"></phrase>. + + +