Hi All,
I'm using TS 7.3, and create a component with DCR to generate a RSS Feed page.
I've manage to create the same format as RSS standard, but there is only one problem, which is TS generate some attribute within rss tag that not supported by RSS 2.0 standard format.
For example:
TS generate the RSS page :
[html]
W3Schools Home Page
http://www.w3schools.com Free web building tutorials
RSS Tutorial
http://www.w3schools.com/rss New RSS tutorial on W3Schools
XML Tutorial
http://www.w3schools.com/xml New XML tutorial on W3Schools
[/html]
I don't know why TS generate [html][/html] with encoding attribute in it, which is i think is not allowed by RSS Standard format.
How do we get rid of that attribute (encoding="UTF-8"), have you guys encountered the same issue ?
Regards,
Constantin