Can we remove this code or does page build still need it to publish pages in the nav mgt?
<reddot:cms>
<if>
<query valuea="Context:CurrentRenderMode"
operator="==" valueb="Int:2">
<htmltext>
<!--
// <!IoRangeList><%list_nav%> //
<!/IoRangeList>
// this needs to be here for all
pages which are not inside navMan,
// those pages will otherwise not be
"linked" as per reddot definition
// and therefore not published when
"publish following pages" is clicked
-->
</htmltext>
</query>
</if>
</reddot:cms>
It works quite nicely when adding a .NET comment around it so that it doesn't get out to the website but it adds a fair bit of extra load to the publication.
Is this still required?
I recall having a conversation with Jian over this but forgot the outcome...
Thanks,
Markus