You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2003/11/10 19:10:39 UTC

svn commit: rev 108 - xml/xerces-p/trunk/samples

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org