MohawkMEDIC / everest

The Everest Framework is designed to ease the creation, formatting, and transmission of HL7v3 and CDA structures with remote systems.
Apache License 2.0
38 stars 22 forks source link

fix: ED.XmlData returns null with some xml trees #6

Closed settwi closed 1 year ago

settwi commented 7 years ago

wrap the invalid xml in a root element, escape characters using XElement, return XmlDocument.DocumentElement. root element name exposed via public field ED.NonCompliantRoot.

settwi commented 1 year ago

Stale for 6 years