Specifically, the search results pane has no title or other URL to click on to go to a topic. I tried in Firefox and Chrome. Local server and direct file access. No joy.
My topics are to the effect of:
Code: Select all
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="B00301.xml">
<title>Grilled Cheese</title>
<titlealts>
<navtitle>Grilled Cheese</navtitle>
<searchtitle>Grilled Cheese</searchtitle>
</titlealts>
<shortdesc>Grilled Cheese</shortdesc>
<prolog>
<copyright>
<copyryear year="2015"/>
<copyrholder>Bob</copyrholder>
</copyright>
<metadata>
<keywords>
<keyword>B00100</keyword>
</keywords>
</metadata>
</prolog>
<body>
<p>foo</p>
</body>
</topic>
Any hints?