bircastri
bircastri

Reputation: 2165

How can I parse CCD document from XML file

I want to build a program to parse CCD document from XML file in C#. So I have find and install from nuget HealthVault package, but I don't know if this library is good for my job. Now my question is, how can I parse CCD document from xml file in Object c#?

Upvotes: 1

Views: 690

Answers (1)

niiyeboah
niiyeboah

Reputation: 1357

You could use the XML Schema Definition Tool. Refer to this answer for more information.

Upvotes: 0

Related Questions