How to parse CCD/CDA document in adobe flex? Is there any simple solution/Third party library to parse and show all the human readable part present in XML rather than iterating over each node and parsing it individually?
Now i am parsing it by iterating over each node and parsing meaning full data and showing it in UI.But iam not able to parse all the data for some XML document,since some of the XML have multiple children inside parent but some not,so need to check with all the scenario and need to do code accordingly? this creates lots of problem for me and issue in parser is not able fix at a time