OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [xacml] is-present-designators


There is a way to test if attribute is present without using is-present-designator elements:
It is to compare bag size selected by the designator to 0:
 
<apply function-id="integer-greater-than">
    <apply function-id="type-bag-size">
        <attribute-designator ..../>
    </apply>
    <attr-val ...>0</attr-val>
</apply>
 
My proposal is to drop is-present-attribute-designators
 
Simon
 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC