【发布时间】:2015-05-28 20:19:47
【问题描述】:
我正在尝试从 jPOS 结构化数据中提取 ISO 字符串中的值。字符串如下所示:
221ThirdPartyBillPayment3125
<ThirdPartyBillPayment>
<BillPaymentRequest>
<ReferenceId>1111111111</ReferenceId>
</BillPaymentRequest>
</ThirdPartyBillPayment>
有没有办法获取 ReferenceId 节点的值“1111111111”?
【问题讨论】: