XML : Parsing Mxml files and read attributes of Elements in Java

I am working on a project where i need to parse this mxml files and read the following items from it: CustomVbox and CustomMultiSelectComponents there id's and data to which this components bind. Can someone help me if any library available to achieve this or if code with DOM or Sax Parser to be used.

Thanks in Advance..

No comments:

Post a Comment