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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml-dev message

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


Subject: Ordering in Bags


Hi

When attribute values are put into a bag can it be guaranteed that the attribute values exist in the bag in the same order as they are in the request? For example if I have the following attribute values in the request: 

<Subject>
    <Attribute AttributeId="group" DataType="http://www.w3.org/2001/XMLSchema#string";>
      <AttributeValue>developers1</AttributeValue>
	  <AttributeValue>developers2</AttributeValue>
	  <AttributeValue>developers3</AttributeValue>
	  <AttributeValue>developers4</AttributeValue>
	  <AttributeValue>developers5</AttributeValue>
	  <AttributeValue>developers6</AttributeValue>
	  <AttributeValue>developers7</AttributeValue>
	  <AttributeValue>developers8</AttributeValue>
	  <AttributeValue>developers9</AttributeValue>
    </Attribute>
  </Subject>


Do the attribute values exist in the bag in any paticular order?

Thanks in advance,
Michael



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