In this scenario, a publisher wants to flag information that applies to administrators
and exclude information that applies to the extended product.
Consider the following DITA source fragment and conditional processing profile:
Figure 1. DITA source fragment
<p audience="administrator">Set the configuration options:
<ul>
<li product="extendedProd">Set foo to bar</li>
<li product="basicProd extendedProd">Set your blink rate</li>
<li>Do some other stuff</li>
<li>Do a special thing for Linux</li>
</ul>
</p>
When the content is rendered, the paragraph is flagged, and the first list item is excluded
(since it applies to extendedProd). The second list item is still included; even though it
does apply to extendedProd, it also applies to basicProd, which was not excluded.
Draft comment: rodaande 21 March 2022
Probably want the following bit to become
a screen capture
Draft comment: robander
TO RESOLVE 11 May 2026: If someone wants to put in a screen
capture, great, otherwise just go with this
The result will look something like the following: