When creating the campaign should the EmailContent be encoded or not?
In the example here:
http://developer.constantcontact.com/doc/manageCampaigns#create_campaign
the < is encoded but the > isn't
<EmailContent> < html lang = "en" xml: lang = "en" xmlns = "http://www.w3.org/1999/xhtml"
xmlns: cctd = "http://www. constantcontact.com/cctd" >
< body > < CopyRight > Copyright (c) 1996 - 2009 Constant Contact. All rights reserved. Except as permitted under a
separate
written agreement with Constant Contact, neither the Constant Contact software, nor any content that appears on any
Constant Contact site,
including but not limited to, web pages, newsletters, or templates may be reproduced, republished, repurposed, or
distributed without the
prior written permission of Constant Contact. For inquiries regarding reproduction or distribution of any Constant
Contact material, please
contact joesflowers@example.com. < /CopyRight >
< OpenTracking />
< !-- Do NOT delete previous line if you want to get statistics on the number of opened emails -->
< CustomBlock name = "letter.intro" title = "Personalization" >
< Greeting />
< /CustomBlock >
< /body >
< /html ></EmailContent>
... View more