confusion. Rationale: The ISO 8879 (SGML) specification defines this as case-insensitive and it must always be treated as one in the upper case when the SGML declaration does not include "NAMECASE GENERAL NO." On the other hand, in the XML specification (REC-xml-20040204) it is case-sensitive and no normalization with regard to the case must not be performed by an XML parser. We use HTML 4.01 (SGML) DTD in most of the files in the www tree and convert them into XHTML 1.0 (XML) DTD forcibly by using tidy. So, as long as we use both SGML and XML DTD in this way it is better to use upper case only for the id attribute to avoid the case sensitivity problem.
20 lines
849 B
Text
20 lines
849 B
Text
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.4 2005/10/06 19:27:37 ceri Exp $ -->
|
|
|
|
<!ENTITY nav '<div id="SIDENAV">
|
|
<h2 class="blockhide">Section Navigation</h2>
|
|
<ul>
|
|
<li><a href="&base;/docs.html">Documentation</a></li>
|
|
<li><a href="&base;/doc/en_US.ISO8859-1/books/faq/">FAQ</a></li>
|
|
<li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/">Handbook</a></li>
|
|
<li><a href="&base;/docs/man.html">Manual Pages</a>
|
|
<ul>
|
|
<li><a href="&cgibase;/man.cgi">Man Online</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="&base;/docs/books.html">Books and Articles Online</a></li>
|
|
<li><a href="&base;/publish.html">Publications</a></li>
|
|
<li><a href="&base;/docs/webresources.html">Web Resources</a></li>
|
|
<li><a href="&base;/projects/newbies.html">For Newbies</a></li>
|
|
<li><a href="&base;/docproj/">Documentation Project</a></li>
|
|
</ul>
|
|
</div> <!-- sidenav -->'>
|