RSS Feed Issue - Table End Tag Missing
We have an RSS feed that has mainly content in <p> tags along with one <table> tag. Recently we noticed that in the RSS feed, the table is always at the bottom, however, within the articles the tables are in the middle of each article. Upon look into this I noticed that when the XML file is converted to an RSS output the table end tag </table> is being stripped out. Has anyone seen this and does anyone have an issue or idea on how to fix?
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tim on 22 Feb, 2016 04:22 PM
Hi,
To track this down, you'll probably just need to look over the XSLT Format that you are using to generate the RSS and figure out where that
</table>
tag should be getting outputted. Once you've determined the location in the Format where that should be happening, you can look over your XML that is being transformed to see why it may be skipping that particular section of the Format.If you're familiar with the setup, feel free to attach a copy of the XML being transformed along with the Format that is being used to create the RSS output. I'll be happy to look over it to see if I notice any potential issues.
Thanks
2 Posted by pserenita on 22 Feb, 2016 05:18 PM
Thanks Tim.
Sorry for the duplicates as I am pretty new to this system.
You were indeed correct with it being the velocity code.
It was replacing the
<table>
tags and only replaced the<table>
open tag.Thanks again for pointing me in the right direction and please close this issue.
Support Staff 3 Posted by Tim on 22 Feb, 2016 05:19 PM
No worries at all! I'm glad to hear you were able to track things down. Thanks for the update and have a good one!
Tim closed this discussion on 22 Feb, 2016 05:19 PM.