-
can two conditions based on page number be concatenated such as in the following sample? <Pagetype name="odd page" test="sd:current-page() > 1 and sd:even(sd:current-page())"> Many thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
pgundlach
Jun 30, 2022
Replies: 1 comment 2 replies
-
Yes. There is an example, although I should re-format the page because the code is too wide. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pr-apes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes.
See https://doc.speedata.de/publisher/en/commandreference/pagetype/
There is an example, although I should re-format the page because the code is too wide.