summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/sgml.html
diff options
context:
space:
mode:
authorlink <link@localhost>2004-07-21 23:43:21 +0000
committerlink <link@localhost>2004-07-21 23:43:21 +0000
commita83377788a74345284cf2de7a9b09351946af7bb (patch)
treefbb9d5d9d8552723eb92b31c6cebccb13396657b /htdocs/docs/sgml.html
parentcab48ec5bd2e7e326affbd8bf6d082df73a91a79 (diff)
downloadmarkup-validator-a83377788a74345284cf2de7a9b09351946af7bb.zip
markup-validator-a83377788a74345284cf2de7a9b09351946af7bb.tar.gz
markup-validator-a83377788a74345284cf2de7a9b09351946af7bb.tar.bz2
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre4.
(link and spelling fixes)
Diffstat (limited to 'htdocs/docs/sgml.html')
-rwxr-xr-xhtdocs/docs/sgml.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/htdocs/docs/sgml.html b/htdocs/docs/sgml.html
index 88b38ca..8a00af7 100755
--- a/htdocs/docs/sgml.html
+++ b/htdocs/docs/sgml.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: sgml.html,v 1.15 2004-05-09 15:56:50 link Exp $"
---><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $"
+<!--#set var="revision" value="\$Id: sgml.html,v 1.16 2004-07-21 23:43:21 link Exp $"
+--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $"
--><!--#set var="title" value="Introduction To SGML for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -18,11 +18,11 @@
<p>
You don't actually have to know much about SGML to use The Validator
successfully. If you're interested, though, I recommend TEI's
- <a href="http://etext.virginia.edu/tei-tocs1.html">"A Gentle
+ <a href="http://www.tei-c.org/P4X/SG.html">"A Gentle
Introduction to SGML"</a> as a good starting point. For in-depth
treatment of <acronym title="Standard Generalized Markup Language">SGML</acronym>
and <acronym title="HyperText Markup Language">HTML</acronym> I recommend
- Martin Bryan's "<a href="http://www.sgml.u-net.com/book/">Web SGML and HTML 4.0 Explained</a>".
+ Martin Bryan's "<a href="http://www.is-thought.co.uk/book/home.htm">Web SGML and HTML 4.0 Explained</a>".
</p>
</div>
@@ -32,15 +32,15 @@
For our purposes, a DTD, or Document Type Definition, is simply a file
that defines the syntax of a <a href="#sgml">SGML</a>-based language.
The DTDs for
- <a href="http://w3.org/MarkUp/html-spec/">HTML 2.0</a>
- and <a href="http://w3.org/TR/REC-html32">HTML 3.2</a>
+ <a href="http://www.w3.org/MarkUp/html-spec/">HTML 2.0</a>
+ and <a href="http://www.w3.org/TR/REC-html32">HTML 3.2</a>
were written by the HTML Working Group of the
<a href="http://www.ietf.org/"><abbr title="Internet Engineering Task Force">IETF</abbr></a>,
- in collaboration with the <a href="http://w3.org"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
- From <a href="http://w3.org/TR/html4">HTML 4.0</a> on (this includes
- <a href="http://w3.org/TR/xhtml1">XHTML</a>), the standards (both
+ in collaboration with the <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
+ From <a href="http://www.w3.org/TR/html4/">HTML 4.0</a> on (this includes
+ <a href="http://www.w3.org/TR/xhtml1/">XHTML</a>), the standards (both
prose and DTDs) have been written by the
- <a href="http://w3.org"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
+ <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
</p>
</div>
@@ -82,7 +82,7 @@
href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">List of
Valid Doctypes</a> that you can choose from, and the <acronym
title="Web Design Group">WDG</acronym> maintains a document on
- "<a href="http://htmlhelp.com/tools/validator/doctype.html">Choosing
+ "<a href="http://www.htmlhelp.com/tools/validator/doctype.html">Choosing
a DOCTYPE</a>".
</p>
<p class="warning">