diff --git a/collects/planet/planet.scrbl b/collects/planet/planet.scrbl index 90ebeb7bf6..d3922f4f5b 100644 --- a/collects/planet/planet.scrbl +++ b/collects/planet/planet.scrbl @@ -7,8 +7,8 @@ (for-label planet/config) (for-label planet/util)) -@(define-syntax-rule (eg (code resl) ...) - (interaction +@(define-syntax-rule (eg (code resl) ...) + (interaction (eval:alts code resl) ...)) diff --git a/collects/planet/private/prefix-dispatcher.ss b/collects/planet/private/prefix-dispatcher.ss index bf5283aa0e..732dba4b53 100644 --- a/collects/planet/private/prefix-dispatcher.ss +++ b/collects/planet/private/prefix-dispatcher.ss @@ -122,7 +122,3 @@ (λ (e) else-clause)]) (((get-prefix-dispatcher (list (list option (λ () result)) ...)) elt)))))])) - - - - diff --git a/collects/scriblib/autobib.css b/collects/scriblib/autobib.css index 55823bfe60..8a0830295c 100644 --- a/collects/scriblib/autobib.css +++ b/collects/scriblib/autobib.css @@ -1,6 +1,6 @@ .AutoBibliography p { - padding-left: 1em; + padding-left: 1em; text-indent: -1em; } diff --git a/collects/tests/xml/clark-tests/canonxml.html b/collects/tests/xml/clark-tests/canonxml.html index 2ba0edf6c6..45a6f803b8 100644 --- a/collects/tests/xml/clark-tests/canonxml.html +++ b/collects/tests/xml/clark-tests/canonxml.html @@ -1,44 +1,44 @@ - -Canonical XML - -

Canonical XML

-

-This document defines a subset of XML called canonical XML. -The intended use of canonical XML is in testing XML processors, -as a representation of the result of parsing an XML document. -

-Every well-formed XML document has a unique structurally equivalent -canonical XML document. Two structurally equivalent XML -documents have a byte-for-byte identical canonical XML document. -Canonicalizing an XML document requires only information that an XML -processor is required to make available to an application. -

-A canonical XML document conforms to the following grammar: -

-CanonXML    ::= Pi* element Pi*
-element     ::= Stag (Datachar | Pi | element)* Etag
-Stag        ::= '<'  Name Atts '>'
-Etag        ::= '</' Name '>'
-Pi          ::= '<?' Name ' ' (((Char - S) Char*)? - (Char* '?>' Char*)) '?>'
-Atts        ::= (' ' Name '=' '"' Datachar* '"')*
-Datachar    ::= '&amp;' | '&lt;' | '&gt;' | '&quot;'
-                 | '&#9;'| '&#10;'| '&#13;'
-                 | (Char - ('&' | '<' | '>' | '"' | #x9 | #xA | #xD))
-Name        ::= (see XML spec)
-Char        ::= (see XML spec)
-S           ::= (see XML spec)
-
-

-Attributes are in lexicographical order (in Unicode bit order). -

-A canonical XML document is encoded in UTF-8. -

-Ignorable white space is considered significant and is treated equivalently -to data. -

-

-James Clark -
- - + +Canonical XML + +

Canonical XML

+

+This document defines a subset of XML called canonical XML. +The intended use of canonical XML is in testing XML processors, +as a representation of the result of parsing an XML document. +

+Every well-formed XML document has a unique structurally equivalent +canonical XML document. Two structurally equivalent XML +documents have a byte-for-byte identical canonical XML document. +Canonicalizing an XML document requires only information that an XML +processor is required to make available to an application. +

+A canonical XML document conforms to the following grammar: +

+CanonXML    ::= Pi* element Pi*
+element     ::= Stag (Datachar | Pi | element)* Etag
+Stag        ::= '<'  Name Atts '>'
+Etag        ::= '</' Name '>'
+Pi          ::= '<?' Name ' ' (((Char - S) Char*)? - (Char* '?>' Char*)) '?>'
+Atts        ::= (' ' Name '=' '"' Datachar* '"')*
+Datachar    ::= '&amp;' | '&lt;' | '&gt;' | '&quot;'
+                 | '&#9;'| '&#10;'| '&#13;'
+                 | (Char - ('&' | '<' | '>' | '"' | #x9 | #xA | #xD))
+Name        ::= (see XML spec)
+Char        ::= (see XML spec)
+S           ::= (see XML spec)
+
+

+Attributes are in lexicographical order (in Unicode bit order). +

+A canonical XML document is encoded in UTF-8. +

+Ignorable white space is considered significant and is treated equivalently +to data. +

+

+James Clark +
+ + \ No newline at end of file diff --git a/collects/tests/xml/clark-tests/readme.html b/collects/tests/xml/clark-tests/readme.html index fc7310c68e..9f976ec774 100644 --- a/collects/tests/xml/clark-tests/readme.html +++ b/collects/tests/xml/clark-tests/readme.html @@ -1,60 +1,60 @@ - -XML Test Cases - -

XML Test Cases version 1998-11-18

-

-Copyright (C) 1998 James Clark. All rights reserved. Permission is -granted to copy and modify this collection in any way for internal use -within a company or organization. Permission is granted to -redistribute the file xmltest.zip containing this -collection to third parties provided that no modifications of any kind -are made to this file. Note that permission to distribute the -collection in any other form is not granted. -

-The collection is structured into three directories: -

-
not-wf -
this contains cases that are not well-formed XML documents -
valid -
this contains cases that are valid XML documents -
invalid -
this contains cases that are well-formed XML documents -but are not valid XML documents -
-

-The not-wf and valid directories each have -three subdirectories: -

-
-sa -
-this contains cases that are standalone (as defined in XML) and do not -have references to external general entities -
-ext-sa -
-this contains case that are standalone and have references to external -general entities -
-not-sa -
-this contains cases that are not standalone -
-

-In each directory, files with a .xml extension are the -XML document test cases, and files with a .ent extension -are external entities referenced by the test cases. -

-Within the valid directory, each of these three -subdirectories has an out subdirectory which contains an -equivalent canonical XML document for each -of the cases. -

-

-Bug reports and contributions of new test cases are welcome. -

-

-James Clark -
- - + +XML Test Cases + +

XML Test Cases version 1998-11-18

+

+Copyright (C) 1998 James Clark. All rights reserved. Permission is +granted to copy and modify this collection in any way for internal use +within a company or organization. Permission is granted to +redistribute the file xmltest.zip containing this +collection to third parties provided that no modifications of any kind +are made to this file. Note that permission to distribute the +collection in any other form is not granted. +

+The collection is structured into three directories: +

+
not-wf +
this contains cases that are not well-formed XML documents +
valid +
this contains cases that are valid XML documents +
invalid +
this contains cases that are well-formed XML documents +but are not valid XML documents +
+

+The not-wf and valid directories each have +three subdirectories: +

+
+sa +
+this contains cases that are standalone (as defined in XML) and do not +have references to external general entities +
+ext-sa +
+this contains case that are standalone and have references to external +general entities +
+not-sa +
+this contains cases that are not standalone +
+

+In each directory, files with a .xml extension are the +XML document test cases, and files with a .ent extension +are external entities referenced by the test cases. +

+Within the valid directory, each of these three +subdirectories has an out subdirectory which contains an +equivalent canonical XML document for each +of the cases. +

+

+Bug reports and contributions of new test cases are welcome. +

+

+James Clark +
+ + diff --git a/collects/tests/xml/rss.xml b/collects/tests/xml/rss.xml index 91ea38e1d0..f074b18f74 100644 --- a/collects/tests/xml/rss.xml +++ b/collects/tests/xml/rss.xml @@ -54,4 +54,4 @@ s http://search.xml.com - \ No newline at end of file + diff --git a/collects/web-server/default-web-root/htdocs/error.css b/collects/web-server/default-web-root/htdocs/error.css index 7c96cd29b6..4267dadad5 100644 --- a/collects/web-server/default-web-root/htdocs/error.css +++ b/collects/web-server/default-web-root/htdocs/error.css @@ -6,7 +6,7 @@ .title { background-color: #663366; - font-size: large; + font-size: large; padding: 5px; color: #FFFFFF; } @@ -27,4 +27,4 @@ .error { color: red; font-size: large; -} \ No newline at end of file +} diff --git a/collects/web-server/scribblings/tutorial/examples/htdocs/test-static.css b/collects/web-server/scribblings/tutorial/examples/htdocs/test-static.css index 9767d57d2c..c62386b39b 100644 --- a/collects/web-server/scribblings/tutorial/examples/htdocs/test-static.css +++ b/collects/web-server/scribblings/tutorial/examples/htdocs/test-static.css @@ -1,15 +1,12 @@ body { - margin-left: 10%; - margin-right: 10%; - } -p { font-family: sans-serif } +p { font-family: sans-serif; } -h1 { color: green } +h1 { color: green; } -h2 { font-size: small } +h2 { font-size: small; } -span.hot { color: red } \ No newline at end of file +span.hot { color: red; }