TOC text anchor missing?
When exporting to EPUB (with a TOC inside the document/Book) I got a message like this "TOC Text anchor_idTOCAnchor - 2 ///////// missing (not found). I checked a lot about this problem and did all – nothing works!
There is no Hyperlinks visible in the document??, its empty.
Please help me. Its time consuming!!
My HTML ”Stories" is:
<idPkg:Story xmlns:idPkg="http://ns.adobe.com/AdobeInDesign/idml/1.0/packaging" DOMVersion="13.1">
<Story Self="u14f" AppliedTOCStyle="TOCStyle/Test Innehåll nytt" UserText="true" IsEndnoteStory="false" TrackChanges="false" StoryTitle="$ID/" AppliedNamedGrid="n">
<StoryPreference OpticalMarginAlignment="false" OpticalMarginSize="12" FrameType="TextFrameType" StoryOrientation="Horizontal" StoryDirection="LeftToRightDirection" />
<InCopyExportOption IncludeGraphicProxies="true" IncludeAllResources="false" />
<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TOctitel">
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]">
<Content>Innehåll</Content>
<Br />
</CharacterStyleRange>
</ParagraphStyleRange>
<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TOCkapitel">
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]">
<HyperlinkTextSource Self="u180" Name=".384" Hidden="true" AppliedCharacterStyle="n">
<Properties>
<AlternativeDestination Type="TocTextAnchor" IndexMarkerId="0" TextAnchorName="_idTOCAnchor-1" TocEntryPageNumberString="	2" TocEntryLevel="1" />
</Properties>
<Content>Kapitel 1 2</Content>
</HyperlinkTextSource>
<Br />
<HyperlinkTextSource Self="u187" Name=".391" Hidden="true" AppliedCharacterStyle="n">
<Properties>
<AlternativeDestination Type="TocTextAnchor" IndexMarkerId="0" TextAnchorName="_idTOCAnchor-2" TocEntryPageNumberString="	3" TocEntryLevel="1" />
</Properties>
<Content>Kapitel 2 3</Content>
</HyperlinkTextSource>
<Br />
<HyperlinkTextSource Self="u18e" Name=".398" Hidden="true" AppliedCharacterStyle="n">
<Properties>
<AlternativeDestination Type="TocTextAnchor" IndexMarkerId="0" TextAnchorName="_idTOCAnchor-3" TocEntryPageNumberString="	4" TocEntryLevel="1" />
</Properties>
<Content>Kapitel 3 4</Content>
</HyperlinkTextSource>
</CharacterStyleRange>
</ParagraphStyleRange>
</Story>
</idPkg:Story>
