Date: Sun, 6 Nov 2005 17:21:28 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl www/share/sgml includes.header.sgml includes.header.xsl includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.sgml includes.navdownload.sgml includes.navsupport.sgml templates.usergroups.xsl Message-ID: <200511061721.jA6HLS57005919@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hrs 2005-11-06 17:21:28 UTC
FreeBSD doc repository
Modified files:
en index.xsl
share/sgml includes.header.sgml includes.header.xsl
includes.navabout.sgml
includes.navcommunity.sgml
includes.navdevelopers.sgml
includes.navdocs.sgml
includes.navdownload.sgml
includes.navsupport.sgml
templates.usergroups.xsl
Log:
Convert a string in the id attribute to the upper case to avoid
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.
Revision Changes Path
1.138 +57 -57 www/en/index.xsl
1.8 +32 -32 www/share/sgml/includes.header.sgml
1.10 +26 -26 www/share/sgml/includes.header.xsl
1.3 +2 -2 www/share/sgml/includes.navabout.sgml
1.3 +2 -2 www/share/sgml/includes.navcommunity.sgml
1.5 +2 -2 www/share/sgml/includes.navdevelopers.sgml
1.5 +2 -2 www/share/sgml/includes.navdocs.sgml
1.4 +2 -2 www/share/sgml/includes.navdownload.sgml
1.3 +2 -2 www/share/sgml/includes.navsupport.sgml
1.4 +9 -9 www/share/sgml/templates.usergroups.xsl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511061721.jA6HLS57005919>
