← Prev in month ← Prev in thread

Ordering in Bags

From
MICHAEL MENDONCA <>
Date
2004-10-25T19:34:03+00:00
ID
Thread
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
← Prev in month ← Prev in thread