[Gd-chatter] r11195 - trunk/libraries/xml-parser

hannes at gwydiondylan.org hannes at gwydiondylan.org
Tue Feb 20 16:52:38 CET 2007


Author: hannes
Date: Tue Feb 20 16:52:36 2007
New Revision: 11195

Modified:
   trunk/libraries/xml-parser/library.dylan
Log:
Job: minor
whitespace fixes


Modified: trunk/libraries/xml-parser/library.dylan
==============================================================================
--- trunk/libraries/xml-parser/library.dylan	(original)
+++ trunk/libraries/xml-parser/library.dylan	Tue Feb 20 16:52:36 2007
@@ -18,11 +18,12 @@
 define module xml-parser
   create parse-document;
 
-  create <document>, <element>, <node-mixin>, <attribute>, <xml>, <processing-instruction>,
-    <entity-reference>, <add-parents>, <char-reference>, <comment>, <tag>,
-    <char-string>, <dtd>, <internal-entity>, <external-entity>,
-    text, text-setter, unfiltered-text, name, name-setter, name-with-proper-capitalization,
-    root, char;
+  create <document>, <element>, <node-mixin>, <attribute>, <xml>,
+    <processing-instruction>, <entity-reference>, <add-parents>,
+    <char-reference>, <comment>, <tag>, <char-string>, <dtd>,
+    <internal-entity>, <external-entity>, text, text-setter,
+    unfiltered-text, name, name-setter,
+    name-with-proper-capitalization, root, char;
 
   create entity-value, attributes, attributes-setter, *dtd-paths*,
     attribute-value, attribute-value-setter,
@@ -152,5 +153,5 @@
   export <xml-stream-parser>,
     stream, stream-setter,
     parse, monitor;
-    
+
 end module xml-stream-parser;



More information about the chatter mailing list