The value of obj.text is like this below
obj.text = <soap:Envelope xml:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Body><SearchGalResponse more="0" xmlns="urn:zimbraAccount"><cn id="uid=xxxxxxxx,ou=xxxxxx,dc=xxx,dc=xxx,dc=xxxxx" ><a n="workPhone">xx-xxxx-xxxx</a><a n="objectClass">organizationPerson</a><a n="objectClass">zimbraAccount</a>.........</cn></SearchGalResponse></soap:Body></soap:Envelope>
And how can I get the value of <a n="workPhone"> tag.
Please teach me.
Last edited by Yokomie; 04-22-2007 at 06:57 PM..
|