[
https://issues.apache.org/jira/browse/DERBY-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082316#comment-13082316
]
Kim Haase commented on DERBY-5362:
----------------------------------
Hi, Kristian,
The map2htmtoc.xsl file should be 16234 bytes in size, and line 89
should look like this
</html><xsl:value-of select="$newline"/>
instead of like this:
</html>
If you download a page of a manual (the frame file toc.html or any
individual topic) and run it through "tail" it should be clear that
there is no newline at the end, since the prompt is on the same line as
the closing html tag. For example:
jdench 58 =>tail toc.html
</li>
<li><a
href="http://db.apache.org/derby/docs/dev/getstart/cgslib19524.html">Derby
libraries and scripts: complete reference</a>
<ul>
<li><a
href="http://db.apache.org/derby/docs/dev/getstart/rgslib46043.html">Libraries
provided by Derby</a></li>
<li><a
href="http://db.apache.org/derby/docs/dev/getstart/rgslib27507.html">Scripts
included with Derby</a></li>
</ul>
</li>
<li><a
href="http://db.apache.org/derby/docs/dev/getstart/rgstrademderby.html">Trademarks</a></li>
</ul>
</body></html> jdench 59 =>
I couldn't see anything at the link you sent -- I got an "Error: no
workspace" page. I don't think I can log in to that place.
Kim
> HTML frameset files lack closing newline character
> --------------------------------------------------
>
> Key: DERBY-5362
> URL: https://issues.apache.org/jira/browse/DERBY-5362
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.8.1.2
> Reporter: Kim Haase
> Assignee: Kim Haase
> Priority: Minor
> Fix For: 10.8.1.6, 10.9.0.0
>
> Attachments: DERBY-5362.diff, DERBY-5362.stat, rgscopyright.html
>
>
> The HTML frameset files are generated without a newline at the end of the
> file. This can be remedied with a one-line change to the dita2htmlImpl.xsl
> and map2htmtoc.xsl files.
> The HTML Book file also lacks a final newline, but tangling with that is
> beyond my powers. (In fact, that file is so lacking in newlines that it is
> virtually unreadable, and the vi editor cannot handle it.)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira