I'm using beautifulsoup in python to parse my requests. However what it does is that it tends to expand the self closing tags. For example,
<gcontact:groupmembershipinfo deleted="false" href="http:// www.google.com/m8/feeds/groups/email/base/6" /> would be turned into <gcontact:groupmembershipinfo deleted="false" href="http:// www.google.com/m8/feeds/groups/email/base/6"/></gcontact:groupmembershipinfo> automatically by beautifulsoup. Now I'm just wondering, if I were to update my contacts with the expanded tags would that cause any problems? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
