I'm working on a project that imports/exports CDA documents. I can't find any good parser/library in ruby on rails or javascript that reads the CDA (XML) and returns different sections. Any idea what is the best way to approach this?
Asked
Active
Viewed 280 times
1 Answers
1
As you stated yourself: CDA is all XML. Just use your favourite XML-library and use XPATH to access the elements/attributes you are interested in.

ThomasW
- 475
- 3
- 15