I am working with the xml labels from dailymed.nlm.nih.gov. I am having a problem when reading the Contraindications associated with a drug. I want all of the content inside of the tag, but it cuts off once I hit the inner tag. I have tried iterating over all the subelements but the best I could do was get the "Warning" to display. "; anuria; hypersensitivity to ..." was lost. If anyone know of a way to get this data using the parser it would help a lot. Thank you!
<component>
<section ID="LINK_8e9e0719-efa5-451c-bea3-d547298ad0a1">
<id root="8e9e0719-efa5-451c-bea3-d547298ad0a1"/>
<code code="34070-3" codeSystem="2.16.840.1.113883.6.1" displayName="CONTRAINDICATIONS SECTION"/>
<title>CONTRAINDICATIONS</title>
<text>
<paragraph>Atenolol and chlorthalidone tablets are contraindicated in patients with: sinus bradycardia; heart block greater than first degree; cardiogenic shock; overt cardiac failure (see<content styleCode="bold">
<linkHtml href="#LINK_0df2629f-13c7-4b14-8664-475c32377c68">WARNINGS</linkHtml>
</content>); anuria; hypersensitivity to this product or to sulfonamide-derived drugs.</paragraph>
</text>
<effectiveTime value="20101001"/>
</section>
</component>