speedata / publisher

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

Border collapse / colspan #347

Closed pgundlach closed 2 years ago

pgundlach commented 2 years ago

Version 4.7.1

<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">
    <Record element="data">
        <PlaceObject>
            <Table border-collapse="collapse">
                <Tr>
                    <Td colspan="2">
                        <Paragraph>
                            <Value>a</Value>
                        </Paragraph>
                    </Td>
                </Tr>
                <Tr>
                    <Td border-bottom="1pt" border-top="1pt">
                        <Paragraph>
                            <Value>b</Value>
                        </Paragraph>
                    </Td>
                    <Td border-bottom="1pt" border-top="1pt">
                        <Paragraph>
                            <Value>c</Value>
                        </Paragraph>
                    </Td>
                </Tr>
            </Table>
        </PlaceObject>
    </Record>
</Layout>

gives:

bc