Closed (outdated)
Project:
Views Bonus Pack
Version:
6.x-1.1
Component:
Views Export
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2009 at 02:14 UTC
Updated:
8 Mar 2023 at 20:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aren cambre commentedPatch attached.
Comment #2
aren cambre commentedThis also appears to fix #494846: XML export pads all values with spaces. I don't know why!
Comment #3
aren cambre commentedMistake in original patch caused incorrect entity references. Fixed version attached.
Comment #4
neclimdulCommitted a modified version of this with the logic in the preprocess function. Thanks.
Comment #6
agalitsyn commentedCDATA can be needed for specific fields.
So I use a standart field option called "Element wrapper type" to add CDATA wrapper. Views have variable "views_field_rewrite_elements" which can be overriden with yours additional wrappers.
I add cdata using drush
And write come code to support this wrapper. (see patch)
Comment #7
neclimdul