xml格式怎么转成Android
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ResetPassword xmlns="http://tempuri.org/">
<mobileno>string</mobileno>
<pass1>string</pass1>
</ResetPassword>
</soap12:Body>
</soap12:Envelope>
我要是放在安卓中该怎么转义