Index: trunk/psLib/src/xml/psXML.c
===================================================================
--- trunk/psLib/src/xml/psXML.c	(revision 5057)
+++ trunk/psLib/src/xml/psXML.c	(revision 5136)
@@ -10,6 +10,6 @@
 *  @author David Robbins, MHPCC
 *
-*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-15 21:22:22 $
+*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-26 21:13:28 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -68,10 +68,4 @@
     while ( item != NULL ) {
         type = item->type;
-        if ( type == PS_META_STR)
-            type = PS_DATA_STRING;
-        if ( type == PS_META_VEC)
-            type = PS_DATA_VECTOR;
-        if ( type == PS_META_TIME)
-            type = PS_DATA_TIME;
         switch (type) {
         case PS_DATA_BOOL:
