This is my code
<siteMapNode url="/guide_saisie.pdf" title="?" description="GuideSaisie" target="_blank" />
No page open and I get this error: HTTP verb POST not allowed to acces to the
‘/…/guide_saisie.pdf’ is not authorized.
But if I put the url direct in my browser its work.
How to open the pdf in new page whit sitemap?
Thanks
Java script window.open(url) work well in my case….