-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dita.out.map.htmlhelp.hhk fails to parse maps with <index-see> and <index-see-also> #1
Comments
Verified that this still exists in 2.2.4, with the index parser in general (fails both for HTML Help and Eclipse). I've updated the old <topicref href="tasks/garagetaskoverview.xml" type="concept">
<topicmeta>
<keywords>
<indexterm>FUZZY</indexterm>
<indexterm>frizzy<index-see>FUZZY</index-see></indexterm>
</keywords>
</topicmeta>
<topicref href="tasks/changingtheoil.xml" type="task"/>
... When I build that map to Eclipse, the log contains:
When I build HTML Help, the log contains:
In both cases, if I remove the term with the nested |
At this point, with the bug report over 5 years old, I'm skeptical that support for |
I ran into this issue for PDF2/FOP while trying to index the DITA-OT docs, too. Edit: Used DITA-OT 3.3.1. |
I'm getting a new / different failure for Eclipse output now in 3.3.1 based on For Eclipse in 3.3.1, having exactly the same
The failure in Eclipse comes from this line, though should probably be addressed earlier so that we never get here: https://github.com/dita-ot/dita-ot/blob/develop/src/main/plugins/org.dita.eclipsehelp/src/main/java/org/dita/dost/writer/EclipseIndexWriter.java#L233 When there are 2 identical I'm guessing this should be addressed earlier to ensure that we don't actually have two child items (with topic links) for the |
Here is what the error looks like:
The following instances result in the dita.out.map.htmlhelp.hhp target not parsing files:
Thanks for all of your help!
-Josh Johnson
The text was updated successfully, but these errors were encountered: