XML Attributes HREF target

Hello,

I hope someone can help me out with this. I have created a site that uses external text and XML files to make it dynamic. I am using attributes with my XML.

<link [COLOR=Red]thumb[/COLOR]="logos/logo1.jpg" [COLOR=Red]url[/COLOR]="http://www.artsetobicoke.com"/>

this works perfectly.

But I am trying to have it open up in a new window

<link [COLOR=Red]thumb[/COLOR]="logos/logo1.jpg" [COLOR=Red]url[/COLOR]="http://www.artsetobicoke.com target='_blank'"/>

, I am having a problem with this because I am unsure how to make it work.

Can someone help.