projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d17ee33
)
Update DTD references.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 24 Jan 2012 08:57:11 +0000
(
00:57
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 24 Jan 2012 08:57:11 +0000
(
00:57
-0800)
src/xml/xhtml.scm
patch
|
blob
|
history
diff --git
a/src/xml/xhtml.scm
b/src/xml/xhtml.scm
index 1a7c34d7af966f0700f9052107e4a8403358b174..25d507e4d7f6074d44658fa162c57a8134cd7e12 100644
(file)
--- 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)