Closed pgundlach closed 3 months ago
A test case
<?xml version="1.0" encoding="UTF-8"?>
<Layout
xmlns="urn:speedata.de:2009/publisher/en"
xmlns:sd="urn:speedata:2009/publisher/functions/en">
<Record element="data">
<PlaceObject>
<Textblock>
<Paragraph>
<B>
<Value select="a" />
</B>
<Value select="b" />
</Paragraph>
</Textblock>
</PlaceObject>
</Record>
</Layout>
and data:
<data>
<a>A</a>
<b> 2 </b>
</data>
creates
BT
/F3 9.99999 Tf
1 0 0 1 28.346 804.543 Tm [<001c>]TJ
ET
EMC
BT
/F3 9.99999 Tf
1 0 0 1 38.066 804.543 Tm [<006c>]TJ
ET
4.19.16
Check why additional ET/BT/EMC marks are inserted.