I have to provide a xml-file with a special xml-structure. I tried to theme it, but, it doesn't work.

That would be a great thing and would make the export very flexible.

Comments

allisterbeharry’s picture

Assigned: Unassigned » allisterbeharry

This should be fixed in the current dev release. You can specify you want to use the normal field title assigned by Views. You can also override the the default template file and alter the XML output. I'll write up all this stuff eventually in the README.

allisterbeharry’s picture

Status: Active » Fixed

Changes committed to 6.x-1.0-beta1. You can override the XML template globally by modifying views-views-xml-style-raw.tpl.php in the module's theme directory, or for each view individually using the standard Views overriding mechanism e.g if you have a view called 'records' you can control the output by putting a file called views-views-xml-style--records.tpl in your site theme folder. Remember to rescan templates for the view eveytime you add/modify template files.

Status: Fixed » Closed (fixed)

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