I receive an xml file that has the following structure:
<datatable>
<jmmain_archrg>
<book_id>
<bondstatus>
<bondamt>
<fel_misd>
<chrgdesc>
</jmmain_archrg>
</datatable>
The return is about 200-300 records. In chrgdesc, in a few of the records they will contain < or & charaters. Is there a way to go in and have it changed to < or & ??? Our IT dept won't change the oracle table where the information comes from.
Thanks
<datatable>
<jmmain_archrg>
<book_id>
<bondstatus>
<bondamt>
<fel_misd>
<chrgdesc>
</jmmain_archrg>
</datatable>
The return is about 200-300 records. In chrgdesc, in a few of the records they will contain < or & charaters. Is there a way to go in and have it changed to < or & ??? Our IT dept won't change the oracle table where the information comes from.
Thanks