-2

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?

Meenakshi
  • 79
  • 1
  • 7

1 Answers1

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