Hi all,

How to display data like Restaurant menu ----------in xml file?
like now i have------------

category1             catname                 desc
price                  image
 cat2                     catname                 desc
price                  image
 cat3                     catname                 desc
price                  image
 cat1                     catname                 desc
price                  image
 cat2                     catname                 desc
price                  image
 cat1                     catname                 desc
price                  image
 cat2                     catname                 desc
price                  image
 cat3                     catname                 desc
price                  image

it has to display like-------------------------

cat1
------------
catname(desc)                 price            image
catname(desc)                 price            image
catname(desc)                 price            image

cat2
---------------
catname(desc)                 price            image
catname(desc)                 price            image
catname(desc)                 price            image
;
;
;
;
and so on
how do i format my xml file to get the above result?
Thanx
suneetha

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to