I have the following content type link/url field output in my XML view using Views Datasource XML:

http://sitename/featured_project_1

How do I set the URLs to target to the same browser window? When a user clicks the READ MORE link that's fed content via this XML doc, the URL opens in a new window.

Any suggestions?

Would this tweak be made in the "views-view-xml.tpl.php" file?

-backdrifting

Comments

allisterbeharry’s picture

Could you describe your situation some more - where is the READ MORE link coming from - are you feeding the XML into something else? The XML output is raw without any HTML tags.

allisterbeharry’s picture

Assigned: Unassigned » allisterbeharry
allisterbeharry’s picture

Status: Active » Fixed

In the 6.x-1.0-beta release you can override the default view templates. Although a simple XML document that is viewed in a browser doesn't have any facility to control how links open and such. It would have to be in a format the browser recognizes as HTML - like XHTML.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.