speedata / publisher

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

Image in stylesheet and new XPath mode #599

Open pgundlach opened 4 months ago

pgundlach commented 4 months ago

4.19.18

<data>
    <ul>
        <li>hello</li>
        <li>nice</li>
        <li>world</li>
    </ul>
</data>

and

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">
  <Stylesheet>
    ul {
      list-style-image: url('_samplea.pdf');
      padding: 9mm;
      }
  </Stylesheet>
    <Record element="data">
        <PlaceObject>
            <Textblock>
                <Paragraph>
                    <Value select="." />
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>

gives a fatal error.