Participant
May 24, 2025
해결됨
Index markers out of place after tables with more than 6 rows..
- May 24, 2025
- 3 답변들
- 694 조회
Hello,
I am importing large XML files and creating books. I can create the books fine and index markers.. but when I have tables that seem to be larger than 6 rows, the markers start to show up in random places.
I include a very small sample XML and my script and yuo can see even 1 page document the markers start to become random. If no tables, then no issues, but the tables are throwing.
can anyone share any idea whats happening. I have tried a variety of approaches and still cant' solve it.
I would really really appreciate any insight.
I attach example xml, my index script and screen shot..
the code is just simply adding a a reference to the marker parent"
var markerText = indexMarker.xmlAttributes.itemByName("text").value;
var targetParagraph = indexMarker.parent;
var insertionPoint = targetParagraph.insertionPoints[0];
currentTopic.pageReferences.add(insertionPoint);
