I have following XsL which opens the link in the same window. I would like add target _blank that will open a new window but not new window in a tab. Also resize it. I tried below but is not working.
<a href="{$modifiedUrl}" target="_blank"> view more </a>
Put quotes around _blank:
Your current markup is not valid xml.