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

br must not indent text #302

Closed pgundlach closed 2 years ago

pgundlach commented 3 years ago

Version 4.3.1

<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">
  <DefineTextformat name="indent" indentation="5mm" rows="1" alignment="leftaligned" />
  <Pageformat height="10cm" width="6cm" />
  <Record element="data">
    <PlaceObject>
      <Textblock>
        <Paragraph textformat="indent" fontfamily="text">
          <Value select="." />
        </Paragraph>
      </Textblock>
    </PlaceObject>
  </Record>
</Layout>
<data><part>A wonderful serenity has taken<br></br> possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.</part></data>

The <br/> must not indent the line.

indent