Re: [docbook-apps] Profiling: can I use a "complement"?

From
Bob Stayton <>
Date
2008-08-07T16:42:28+00:00
ID
00f401c8f8ac$82bac240$6a00a8c0@pazu
Thread
Re: [docbook-apps] Profiling: can I use a "complement"?
How about:

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

and profiling with profile.os="notlinux"?

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "W. Martin Borgert" <>
To: <>
Sent: Wednesday, August 06, 2008 10:24 PM
Subject: [docbook-apps] 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!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
> 
>