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

No error message when accessing string as data #331

Closed pgundlach closed 3 years ago

pgundlach commented 3 years ago

data.xml:

<data>
    <elt>some element</elt>
</data>

layout.xml:

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <Record element="data">
        <ForAll select="normalize-space(elt)">
            <Message select="foo/bar"></Message>
        </ForAll>
    </Record>
</Layout>

Version 4.3.16