上送报文:<?xml version="1.0" encoding="gb2312" ?><ebank><head><hostCode>JK0406</hostCode></head><body><cstNo/></body></ebank>
返回报文:<?xml version="1.0" encoding="gb2312" ?>
<ebank>
<head>
<hostCode>JK0406</hostCode>
<hostReturnCode>0000</hostReturnCode>
<hostErrorMessage>交易成功</hostErrorMessage>
</head>
<body>
<result>
<row>
<contractNo>20110523000146</contractNo>
<artificialNo>33010711052344750052</artificialNo>
<guarantType>保证</guarantType>
<contractAmt>2000000</contractAmt>
<contractBalance>2000000</contractBalance>
<startDate>2011/05/23</startDate>
<endDate>2012/05/23</endDate>
<accountNo>6322501201010000092</accountNo>
<usage>购货</usage>
</row>
<row>
<contractNo>20111212000005</contractNo>
<artificialNo>121212</artificialNo>
<guarantType>信用</guarantType>
<contractAmt>1200</contractAmt>
<contractBalance>1177</contractBalance>
<startDate>2011/12/12</startDate>
<endDate>2012/12/12</endDate>
<accountNo>6322501201010000092</accountNo>
<usage>资金周转</usage>
</row>
<row>
<contractNo>20111212000006</contractNo>
<artificialNo>121212121212</artificialNo>
<guarantType>信用</guarantType>
<contractAmt>50000</contractAmt>
<contractBalance>50000</contractBalance>
<startDate>2011/12/12</startDate>
<endDate>2012/12/12</endDate>
<accountNo>6322501201010000092</accountNo>
<usage>资金周转</usage>
</row>
<row>
<contractNo>20111212000007</contractNo>
<artificialNo>21</artificialNo>
<guarantType>信用</guarantType>
<contractAmt>50000</contractAmt>
<contractBalance>50000</contractBalance>
<startDate>2011/12/11</startDate>
<endDate>2012/12/11</endDate>
<accountNo>6322501251010027752</accountNo>
<usage>资金周转</usage>
</row>
<row>
<contractNo>20120110000012</contractNo>
<artificialNo>22222</artificialNo>
<guarantType>摊位抵押</guarantType>
<contractAmt>50000</contractAmt>
<contractBalance>50000</contractBalance>
<startDate>2012/01/10</startDate>
<endDate>2013/01/10</endDate>
<accountNo>6322501201010000092</accountNo>
<usage>资金周转</usage>
</row>
<row>
<contractNo>20120110000013</contractNo>
<artificialNo>2222222</artificialNo>
<guarantType>我行人民币存款质押</guarantType>
<contractAmt>20000</contractAmt>
<contractBalance>20000</contractBalance>
<startDate>2012/01/10</startDate>
<endDate>2013/01/10</endDate>
<accountNo>6322501201010000092</accountNo>
<usage>资金周转</usage>
</row>
<row>
<contractNo>20120110000014</contractNo>
<artificialNo>33333333</artificialNo>
<guarantType>林权抵押</guarantType>
<contractAmt>30000</contractAmt>
<contractBalance>30000</contractBalance>
<startDate>2012/01/10</startDate>
<endDate>2013/01/10</endDate>
<accountNo>6322501201010000092</accountNo>
<usage>资金周转</usage>
</row>
</result>
</body>
</ebank>
如何将这些信息显示出来?