Hi Team,
Issue: I am not able identify sitemap xml path in crx/de, how to display sitemap XML to sitemap component.
1) installed acs commons package
2) provide resource type path in osgi cnfiguration(Sitemap Servlet)
3) displayed sitemap generatr xml file.
Thanks
Kotireddy
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
you can render sitemap without creating dedicated component, you just need to provide resource type of your page from there you want to generate sitemap. For more info you can check below:
Views
Replies
Total Likes
Hi,
As per docs
Once this is configured, the site map can be generated by requesting a page of the configured resource type with the selector sitemap
and the extension xml
.
That means it is not generating/creating xml files in repository but on run time responding with sitemap xml content, that means when you hit sitemap.xml , a servlet is being invoked which process paths to generate sitemap xml and respond back with content.
Views
Replies
Total Likes
thanks Arun,
How to render sitemap component in page?
Views
Replies
Total Likes
Hi,
you can render sitemap without creating dedicated component, you just need to provide resource type of your page from there you want to generate sitemap. For more info you can check below:
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies