Customizing RSS Feed
I have children pages that I would like to display in rss xml using page.feed.rss.xml. I placed the /feed.jsp and /feedentry.jsp from /libs/foundation/component/page into my /apps/[project]/component/page and to change the defined atom:link and atom:publish. However, the rss feed is not picking up the change. It does not appear to be pointing to the feed jsp under /libs/foundation/components/page which the sling resource resolver for /page.feed shows /libs/sling/servlet/default/feed.jsp. I have even tried creating feed.rss.xml.jsp in my project page component with no success.
Also the sling servlet resolver referenced com.day.cq.commons.servlets.FeedRendererServlet and I wondering if the returned atom xml goes through this render to get the resulting xml page.feed.rss.xml. If that is the case, I would I go about making changes to the atom:publish and atom:link.