speedata / publisher

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

<p></p> should create an empty line #309

Closed pgundlach closed 3 years ago

pgundlach commented 3 years ago

Version 4.3.2 (see also #304)

<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">

  <Pageformat width="4cm" height="4cm" />

  <Record element="data">
    <PlaceObject>
      <Textblock>
        <Paragraph html="all">
          <Value select="."/>
        </Paragraph>
      </Textblock>
    </PlaceObject>
  </Record>
</Layout>
<data>
    <p>Test</p>
    <p></p>
    <p>a</p>
 </data>

Should render as

Test

a