speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
292 stars 36 forks source link

NoBreak in table cell #410

Closed pgundlach closed 2 years ago

pgundlach commented 2 years ago
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">
    <Record element="data">
        <PlaceObject>
            <Table>
                <Tr>
                    <Td>
                        <Paragraph>
                            <NoBreak>
                                <!-- ok: -->
                                <!-- <Value>abc</Value> -->
                                <!-- not ok: -->
                                <Value select="'abc'" />
                            </NoBreak>
                        </Paragraph>
                    </Td>
                </Tr>
            </Table>
        </PlaceObject>
    </Record>
</Layout>

4.11.6