From: Chris Hanson Date: Tue, 24 Jan 2012 08:57:11 +0000 (-0800) Subject: Update DTD references. X-Git-Tag: release-9.2.0~335 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ce6dfe7da4db48744726cb74903b115b4b01fe7f;p=mit-scheme.git Update DTD references. --- diff --git a/src/xml/xhtml.scm b/src/xml/xhtml.scm index 1a7c34d7a..25d507e4d 100644 --- a/src/xml/xhtml.scm +++ b/src/xml/xhtml.scm @@ -74,11 +74,11 @@ USA. (define-html-id "1.0" "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/MarkUp/DTD/xhtml1-strict.dtd") + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd") (define-html-id "1.1" "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/MarkUp/DTD/xhtml11.dtd") + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd") (define (html-public-id? id) (and (string? id)