View Single Post
  #3 (permalink)  
Old 04-22-2007, 06:02 PM
Yokomie Yokomie is offline
Intermediate Member
 
Posts: 20
Default

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..
Reply With Quote