On 01/17/2019 03:54 PM, Grundtvig Nielsen Niels wrote:
Thanks! note that the two graphics included in the .zip are normally stored in
their own directory ../images/
Looking forward to finding out what I've managed to get wrong this time ...
You did nothing wrong. You have uncovered a very nasty bug (I had very
hard times finding it!): using a <reltable> causes all the topics
referenced in this <reltable> to be flagged *twice* by a flagging
".ditaval".
In some cases, this double flagging causes the generated XSL-FO to
become invalid (e.g. "fo:inline" is not a valid child of "fo:list-block").
This bug will be fixed in ditac v3.3.2 (or will it be v3.4?) which will
be included in XXE v8.3.
--> Workaround if you want to generate tg_appDev.pdf:
In your reltable, remove last wrelrow>
---
<relrow>
<relcell>
<topicref href="tgad_004.dita"/>
</relcell>
<relcell>
<topicref href="tgad_012.dita"/>
</relcell>
</relrow>
---
because it's only "tgad_012.dita" which, once flagged twice, triggers
the bug:
---
<li status="new">WPI documentation (optional) if your <keyword
keyref="aApp"/>s need to access CTAP payment apps</li>
---
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support