Laurence Aumeunier
added a comment - It works fine, the XML is OK but not correspond to AmetysXSLThelper documentation : there is no <sitemap> root element
<ul>
< xsl:for-each select= "ametys:sitemap()/sitemap/page" >
<li> < xsl:value-of select= "@sitemap:title" /> </li>
</ xsl:for-each >
</ul>
should be :
<ul>
< xsl:for-each select= "ametys:sitemap()/page" >
<li> < xsl:value-of select= "@sitemap:title" /> </li>
</ xsl:for-each >
</ul>
Update wiki documentation