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
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en" version="3.3.10"> <SetGrid nx="23" height="12pt"/> <Pageformat height="8cm" width="210mm"/> <Pagetype name="alleseiten" test="true()"> <Margin left="1cm" right="1cm" top="1cm" bottom="1cm"/> <PositioningArea name="foo"> <PositioningFrame height="10" width="10" row="1" column="1"/> <PositioningFrame height="10" width="10" row="1" column="12"/> </PositioningArea> </Pagetype> <Record element="data"> <PlaceObject area="foo"> <Box height="5" width="3" backgroundcolor="lightblue"/> </PlaceObject> <PlaceObject area="foo" column="1"> <Table stretch="max"> <Loop select="15"> <Tr> <Td><Paragraph><Value>Table row</Value></Paragraph></Td> </Tr> </Loop> </Table> </PlaceObject> </Record> </Layout>
yields
Which is not good.
The text was updated successfully, but these errors were encountered:
d1a6dfa
No branches or pull requests
yields
Which is not good.
The text was updated successfully, but these errors were encountered: