Index: /trunk/ippToPsps/config/README
===================================================================
--- /trunk/ippToPsps/config/README	(revision 38819)
+++ /trunk/ippToPsps/config/README	(revision 38820)
@@ -26,2 +26,9 @@
 
 should be good to go!    
+
+
+CZW Schema Browser instructions:
+
+./parse_schema_browser.pl schema_browser.vot 
+
+This will create the files SchemaTableType.csv and SchemaTables.csv, which are in the format that Conrad requested.
Index: /trunk/ippToPsps/config/parse_schema_browser.pl
===================================================================
--- /trunk/ippToPsps/config/parse_schema_browser.pl	(revision 38819)
+++ /trunk/ippToPsps/config/parse_schema_browser.pl	(revision 38820)
@@ -16,4 +16,5 @@
 while (<F>) {
     chomp;
+
     if ($_ =~ /<RESOURCE /) {
 	$depth++;
@@ -36,4 +37,5 @@
 	$depth--;
     }
+
 }
 close(F);
Index: /trunk/ippToPsps/config/schema_browser.vot
===================================================================
--- /trunk/ippToPsps/config/schema_browser.vot	(revision 38819)
+++ /trunk/ippToPsps/config/schema_browser.vot	(revision 38820)
@@ -2,4 +2,5 @@
 
 <VOTABLE version="1.1">
+
   <RESOURCE name="Fundamental IPP Products">
      <DESCRIPTION>These tables contain values that are directly measured by the IPP.</DESCRIPTION>
@@ -183,3 +184,4 @@
      <DESCRIPTION>These tables contain information about PSPS itself.</DESCRIPTION>
   </RESOURCE>
+
 </VOTABLE>
