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 @@ - -
-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 ::= '&' | '<' | '>' | '"' - | '	'| ' '| ' ' - | (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 - - - + ++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 ::= '&' | '<' | '>' | '"' + | '	'| ' '| ' ' + | (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 @@ - -
-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
-valid
-invalid
-
-The not-wf
and valid
directories each have
-three subdirectories:
-
sa
-ext-sa
-not-sa
-
-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 - - - + +
+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
+valid
+invalid
+
+The not-wf
and valid
directories each have
+three subdirectories:
+
sa
+ext-sa
+not-sa
+
+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 @@