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

HTML rendering #340

Closed pgundlach closed 3 years ago

pgundlach commented 3 years ago
<data>
    <p>a</p>
    <p>b <strong>strong</strong> c </p>
    <p>d</p>
</data>
<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <Record element="data">
        <PlaceObject>
            <Textblock>
                <Paragraph>
                    <Value select="."/>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>

renders as

abcstrongcd