Hello, I'm having some problems with the prince-bookmark-label property, specifically, the use of HTML entities within that property.
Here is some sample code:
This creates a PDF bookmark with the label " "testing" ", not quite what I expected.
The ' HTML entity does not seem to work when used in attr(title) as well.
Am I doing something wrong here?
Thanks.
Here is some sample code:
<div id="testing" style="prince-bookmark-level: 1; prince-bookmark-label: attr(title)" title="&quot;testing&quot;">
This creates a PDF bookmark with the label " "testing" ", not quite what I expected.
The ' HTML entity does not seem to work when used in attr(title) as well.
Am I doing something wrong here?
Thanks.