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
It should be possible to write something like this:
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en"> <Pageformat width="80mm" height="50mm" /> <Trace grid="yes"/> <Pagetype name="a" test="true()"> <Margin left="1cm" right="1cm" top="1cm" bottom="1cm" /> <Grid height="{$ht}" nx="10"/> </Pagetype> <Record element="data"> <SetVariable variable="ht" select="'12pt'"/> <PlaceObject> <Textblock> <Paragraph> <Value>text</Value> </Paragraph> </Textblock> </PlaceObject> <SetVariable variable="ht" select="'1cm'"/> <NewPage/> <PlaceObject> <Textblock> <Paragraph> <Value>text</Value> </Paragraph> </Textblock> </PlaceObject> </Record> </Layout>
To get lazy evaluation in a page type.
The text was updated successfully, but these errors were encountered:
Allow lazy evaluation of Grid in Pagetype
b3a41ef
This way it is possible to set a grid based on an XPath expression. This implements #130.
Implemented in b3a41ef
Sorry, something went wrong.
Bugfix lazy evaluation of grid
54f7a3d
This fixes an implementation bug in b3a41ef. See also #130.
pgundlach
No branches or pull requests
It should be possible to write something like this:
To get lazy evaluation in a page type.
The text was updated successfully, but these errors were encountered: