--- Steve Cohen <[EMAIL PROTECTED]> wrote:
> How do you negate a non-boolean property? How do
> you negate null?
>
Answer: You don't. You negate the selection
criteria, not the values... :)
example:
<!-- properties that match re "^foo\..*" -->
<propertyset id="foo.props" prefix="foo" />
<!-- everything else -->
<propertyset negate="true">
<propertyset refid="foo.props" />
</propertyset>
-Matt
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]