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

turbo24prg at gwydiondylan.org turbo24prg at gwydiondylan.org
Fri May 12 22:12:00 CEST 2006


Author: turbo24prg
Date: Fri May 12 22:11:58 2006
New Revision: 10733

Modified:
   trunk/libraries/xml-parser/library.dylan
Log:
Bug: 7306
* missing exports for xmpp


Modified: trunk/libraries/xml-parser/library.dylan
==============================================================================
--- trunk/libraries/xml-parser/library.dylan	(original)
+++ trunk/libraries/xml-parser/library.dylan	Fri May 12 22:11:58 2006
@@ -9,7 +9,8 @@
   use system, import: { file-system };
 
   export xml-parser,
-    simple-xml;
+    simple-xml,
+    %productions;
 end library;
 
 define module xml-parser
@@ -54,7 +55,8 @@
     import-element,
     namespace,
     add-namespace,
-    remove-namespace;
+    remove-namespace,
+    replace-element-text;
 end;
 
 define module interface
@@ -124,5 +126,7 @@
   use meta;
   use interface;
   use xml-parser;
+
+  export scan-xml-decl;
 end module %productions;
 



More information about the chatter mailing list