Author: jasons
Date: Mon Nov 10 10:10:39 2003
New Revision: 108

Modified:
   xml/xerces-p/trunk/samples/DOMCreate.pl
Log:
cleanup

Modified: xml/xerces-p/trunk/samples/DOMCreate.pl
==============================================================================
--- xml/xerces-p/trunk/samples/DOMCreate.pl     (original)
+++ xml/xerces-p/trunk/samples/DOMCreate.pl     Mon Nov 10 10:10:39 2003
@@ -64,8 +64,7 @@
 ######################################################################
 
 use strict;
-
-use blib;
+# use blib;
 use XML::Xerces;
 
 #
@@ -107,7 +106,7 @@
 }
 my $target = XML::Xerces::StdOutFormatTarget->new();
 $writer->writeNode($target,$doc);
-
+exit(0);
 
 #################################################################
 # routines to create the document

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to