-retrieving revision 1.8
-diff -u -4 -r1.8 xml.cxx
---- Source/Modules/xml.cxx 31 Oct 2003 17:42:40 -0000 1.8
-+++ Source/Modules/xml.cxx 11 Dec 2003 18:12:50 -0000
-@@ -24,9 +24,8 @@
- //static Node *view_top = 0;
- static File *out = 0;
- static int xmllite = 0;
-
--
- class XML
- : public Language
- {
-
-@@ -109,9 +108,9 @@
- Printf(stderr,"*** Can't open '%s'\n", outfile);
- SWIG_exit(EXIT_FAILURE);
- }
- }
-- Printf( out, "<?xml version=\"1.0\" ?> \n" );
-+ Printf( out, "<?xml version=\"1.0\" ?> \n" );
- Xml_print_tree(n);
- return SWIG_OK;
- }
-
-@@ -197,18 +196,19 @@
+retrieving revision 1.10
+diff -u -4 -r1.10 xml.cxx
+--- Source/Modules/xml.cxx 22 Jan 2004 22:42:18 -0000 1.10
++++ Source/Modules/xml.cxx 22 Jan 2004 22:51:45 -0000
+@@ -197,18 +197,19 @@