Skip to content
New issue

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

br in element has no effect #293

Closed
pgundlach opened this issue Jan 8, 2021 · 0 comments
Closed

br in element has no effect #293

pgundlach opened this issue Jan 8, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

pgundlach commented Jan 8, 2021

<?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="148mm" height="210mm"/>

  <Record element="data">
    <Output>
      <Text>
        <Paragraph html="all">
          <ForAll select="part">
            <Value select="."/>
          </ForAll>
        </Paragraph>
      </Text>
    </Output>
    <PlaceObject>
        <Textblock>
            <Paragraph>
                <Value select="s"></Value>
            </Paragraph>
        </Textblock>
    </PlaceObject>
  </Record>

</Layout>
<data>
    <part>A</part>
    <part>
        <br />
    </part>
    <part>B</part>

    <s>a<b><br/></b>b</s>
</data>

should show

A
B

a
b

but shows

AB

ab

instead.

@pgundlach pgundlach added the Bug label Jan 8, 2021
@pgundlach pgundlach added this to the Version 4.4 milestone Jan 8, 2021
@pgundlach pgundlach self-assigned this Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant