XML question for event calendar

I have a calendar that is fed information from an external XML document. Everything works great, I just have a couple of questions about the XML coding.

<events startDate=“2005-03-01” endDate=“2005-12-31”>
<event title=“Gig at DiPiazza’s” description=“DiPiazza’s <u> <a href=‘http://www.dipiazzas.com/’>www.dipiazzas.com</a> </u&gt” startDate=“2005-05-17 21:00:00” endDate=“2005-05-17 23:00:00” allDay=“0” eventType=“once” />
</events>

  1. How do I get the link to open in a blank window?
  2. Is there a way to make line breaks in my description?

Thanks!