Set the text for the “Next Page” link within a page:navigator.
<page:next>Next</page:next>
The page:next tag is a CompilerDirectiveTag. It must be nested within a page:navigator tag.
The page:next tag has an optional attribute hideforcurrentpage. If the attribute is set, this tag will not output a value when the next page is also the current page.
<page:next hideforcurrentpage="true">Next Page</page:next>