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.
The result will look something like the following: