markgravitygood
Programmer
My XML:
<CLAIMS><CLAIM>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
</CLAIM>
</CLAIMS>
MY apply-templates code for the CLAIMS/CLAIM level works fine, but I cannot get the apply-templates for the CLAIMS/CLAIM/SERVICE_LINE to work. The SERVICE_LINE element can repeat many times within the CLAIM. How do I do this?
Thanks,
Mark
<CLAIMS><CLAIM>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
<SERVICE_LINE>
</SERVICE_LINE>
</CLAIM>
</CLAIMS>
MY apply-templates code for the CLAIMS/CLAIM level works fine, but I cannot get the apply-templates for the CLAIMS/CLAIM/SERVICE_LINE to work. The SERVICE_LINE element can repeat many times within the CLAIM. How do I do this?
Thanks,
Mark