When selecting the field output as normal instead of raw all the nested element tags have no names.
E.g. Output is
<?xml version="1.0" encoding="utf-8"?> <nodes> <node> <> <![CDATA[Competition Winners!]]> </> <> <![CDATA[22 Dec 2009 - 3:12pm]]> </> </node>...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | label.patch | 837 bytes | jdelaune |
Comments
Comment #1
jdelaune commentedSorry my mistake. I usually delete the 'label' fields in views, which is why there was no data. Maybe a fallback would be best?
Patch attached.
Comment #2
allisterbeharry commentedThat's a good idea, thanks. I'll include it in the next release.
Comment #3
kenorb commentedComment #4
jacob.embree commentedThis is fixed. The fix is in template_preprocess_views_views_xml_style_raw() now rather than in a template.