Index: trunk/psLib/src/xml/psXML.c
===================================================================
--- trunk/psLib/src/xml/psXML.c	(revision 5010)
+++ trunk/psLib/src/xml/psXML.c	(revision 5057)
@@ -10,6 +10,6 @@
 *  @author David Robbins, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-12 23:27:48 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-15 21:22:22 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -68,11 +68,9 @@
     while ( item != NULL ) {
         type = item->type;
-        if ( type == 65537)
+        if ( type == PS_META_STR)
             type = PS_DATA_STRING;
-        if ( type == 65538)
+        if ( type == PS_META_VEC)
             type = PS_DATA_VECTOR;
-        //        if ( type == 65547)
-        //            type = PS_DATA_METADATA;
-        if ( type == 65551)
+        if ( type == PS_META_TIME)
             type = PS_DATA_TIME;
         switch (type) {
