Skip to content
Discussion options

You must be logged in to vote

I hope I understand this correctly: the page type "idx" is created once, then (I assume) some items appear on the page and the next page is not the "idx" type, right?

Page types are detected automatically by the test="..." attribute, unless required explicitly by ClearPage. Therefore the second page in the index is detected by regular means, not by name.

I think what you need is something like this:

<Layout xmlns="urn:speedata.de:2009/publisher/en"
	xmlns:sd="urn:speedata:2009/publisher/functions/en"
	xmlns:sf="justanamespace"
>
	<Function name="sf:printsomething">
		<Param name="count" />
		<Loop select="$count">
			<PlaceObject>
				<Textblock>
					<Paragraph>
						<Value>Hello</Value>…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Cicorione
Comment options

@pgundlach
Comment options

@Cicorione
Comment options

Answer selected by Cicorione
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants