Hi,

 I have a HTTPService which return an xml

  <?xml version="1.0" encoding="utf-8" ?> 
 <mrRequestData>
 <Item>
  <ItemId>2</ItemId> 
  <ItemDescription>Football</ItemDescription> 
  <ItemSpecifications>Size: Small, Color: Red</ItemSpecifications> 
  <ItemQuantity>1</ItemQuantity> 
  <MrId>2</MrId> 
  </Item>
 <Item>
  <ItemId>3</ItemId> 
  <ItemDescription>icecream</ItemDescription> 
  <ItemSpecifications>Size: Small, Color: Red</ItemSpecifications> 
  <ItemQuantity>1</ItemQuantity> 
  <MrId>2</MrId> 
  </Item>
 <Item>
  <ItemId>6</ItemId> 
  <ItemDescription>owen</ItemDescription> 
  <ItemSpecifications>Size: Small, Color: Red</ItemSpecifications> 
  <ItemQuantity>1</ItemQuantity> 
  <MrId>2</MrId> 
  </Item>
  </mrRequestData>

I need to convert this into array of Item objects. 
I have trying to see how to use XMLDecode but so far not seen any
examples, can anyone point me in the right direction.

Regards
Rajesh J






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to