Import/export CDA documents

319 views Asked by At

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?

1

There are 1 answers

0
ThomasW On

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.