Hello, I'm sure I've seen it before somewhere, but I can't find answer now.
I want to customise blog rss feed to put blog post content inside rss. I don't want users to click on each entity. As far as I understand blog package rss is not customisable because it is in dll. The solutions looks like create custom XSLT or write my own c# handler.
Looks like XSLT is a simpler solution.
As for xslt function I've fount something similar in this discussion
http://compositec1.codeplex.com/discussions/263462
But I'm not sure how to write a query.
If it is not possible I'm comfortable with c# code. But same story - where I can find right datasource.
looking at this example https://c1packages.codeplex.com/SourceControl/changeset/view/8053#129098
I've tried to look into Composite.Community.Blog namespace, but it doesn't like I can get list of my blog entities or I missing something. I'm not very familiar with Composite internal data structure - maybe I'm not looking into right class.
Thank you in advance for any suggestions.
I want to customise blog rss feed to put blog post content inside rss. I don't want users to click on each entity. As far as I understand blog package rss is not customisable because it is in dll. The solutions looks like create custom XSLT or write my own c# handler.
Looks like XSLT is a simpler solution.
As for xslt function I've fount something similar in this discussion
http://compositec1.codeplex.com/discussions/263462
But I'm not sure how to write a query.
If it is not possible I'm comfortable with c# code. But same story - where I can find right datasource.
looking at this example https://c1packages.codeplex.com/SourceControl/changeset/view/8053#129098
I've tried to look into Composite.Community.Blog namespace, but it doesn't like I can get list of my blog entities or I missing something. I'm not very familiar with Composite internal data structure - maybe I'm not looking into right class.
Thank you in advance for any suggestions.