← Prev in month ← Prev in thread

Profiling: can I use a "complement"?

From
W. Martin Borgert <>
Date
2008-08-07T05:24:35+00:00
ID
Thread
Profiling: can I use a "complement"?
Hi,

can I profile for the complement of a profile value?

E.g. I would like to write something like:

<para os="linux">Some text.</para>
<para os="not linux">Other text.</para>

Instead of the harder to maintain:

<para os="linux">Some text.</para>
<para os="dos;hpux;hurd;solaris;win">Other text.</para>

Thanks for any advice!
← Prev in month ← Prev in thread