We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, how do I do pagination with this module? I'll need to access request data as well as pass additional tags to xml like: <link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link> (https://stackoverflow.com/questions/1301392/pagination-in-feeds-like-atom-and-rss)
<link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, how do I do pagination with this module?
I'll need to access request data as well as pass additional tags to xml like:
<link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>
(https://stackoverflow.com/questions/1301392/pagination-in-feeds-like-atom-and-rss)
The text was updated successfully, but these errors were encountered: