<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The problem I have is that the second email or phone shows as empty when pretty printed<div><br></div><div><div>for k,v in data.items():</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; self.j.add('email')</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; self.j.email.value = v</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; self.j.email.type_param = 'INTERNET'</div></div><div><br></div><div>Testing the values assigned, they are correct, but in the result the second email or phone is just empty</div><div><br></div><div>I hope someone can enlighten me how to have multiple entries for a tag.</div><div><br></div><div>Thank you</div><div><br></div><div>Jeff</div><div><br></div><div><br></div><div>Result:</div><div><br></div><div><span class="Apple-style-span" style="color: rgb(204, 204, 204); font-family: LuxiMono, 'Bitstream Vera Sans Mono', Monaco, 'Courier New', monospace; font-size: 12px; ">VCARD<br>&nbsp;&nbsp;&nbsp;&nbsp;ADR: 32 Sunny Waters Rd<br>Kincumber, &nbsp;2251<br>Australia<br>&nbsp;&nbsp;&nbsp;&nbsp;BDAY: 1961-10-21<br>&nbsp;&nbsp;&nbsp;&nbsp;N: &nbsp;Jeff G. Smith&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;VERSION: 3.0<br>&nbsp;&nbsp;&nbsp;&nbsp;TEL: 02 4332 0348<br>&nbsp;&nbsp;&nbsp;&nbsp;params for &nbsp;TEL:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME ['HOME']<br>&nbsp;&nbsp;&nbsp;&nbsp;TEL:&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;NICKNAME: Eddie<br>&nbsp;&nbsp;&nbsp;&nbsp;EMAIL: <a href="mailto:jeffsmith@mac.com">jeffsmith@mac.com</a><br>&nbsp;&nbsp;&nbsp;&nbsp;params for &nbsp;EMAIL:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE ['INTERNET']<br>&nbsp;&nbsp;&nbsp;&nbsp;EMAIL:&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;FN: Jeff Smith</span></div></body></html>