Re: [xacml-users] Sample with matching attributes of subj and resource
> For XACML 1.0/1.1, use function Id
> urn:oasis:names:tc:xacml:1.0:function:boolean-equal
> and remove the <Apply ...> and </Apply> tags.
Actually, I think you want to remove the Condition element and change
the remaining top-level Apply into Condition:
<Condition
FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
...
seth