I’m getting messed up with XML J

 

My HTTPService returns this XML

 

myService.lastResult =

 

<itens>

<categoria nome="categoria 1">

  <item>item 1</item>

  <item>item 2</item>

  <item>item 3</item>

</categoria>

 

<categoria nome="categoria 2">

  <item>item 1</item>

</categoria>

 

<categoria nome=" categoria 3">

  <item>item 1</item>

  <item>item 2</item>

</categoria>

 

<categoria nome="categoria 4">

  <item>item 1</item>

</categoria>

</itens>

 

 

I need na example or some help...I need to show this:

 

Categoria 1

            Item 1

            Item 2

            Item 3

Categoria 2

            Item 1

Categoria 3

            Item 1

            Item 2

Categoria 4

            Item 1

 

 

 

I’ve tried ArrayCollection, XMLList etc, but still did not get the result I want L

 

 

Thanks!

 

__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to