- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/perl/pspsSchema2xml.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/ippToPsps/perl/pspsSchema2xml.pl
r31108 r31434 307 307 308 308 # parse line 309 if ($line =~ m/\s*([a-zA-Z0-9()- \[\]]+)\s+(.*)\s*--\/(.*)/) {309 if ($line =~ m/\s*([a-zA-Z0-9()-_\[\]]+)\s+(.*)\s*--\/(.*)/) { 310 310 311 311 $name = $1; … … 320 320 } 321 321 # no comment case 322 elsif ($line =~ m/\s*([a-zA-Z0-9()- \[\]]+)\s+(.*)/) {322 elsif ($line =~ m/\s*([a-zA-Z0-9()-_\[\]]+)\s+(.*)/) { 323 323 324 324 $name = $1; … … 394 394 "arraysize" => $arraySize, 395 395 "datatype" => $votType); 396 $votWriter->dataElement('DESCRIPTION', $comment); 396 397 $votWriter->endTag(); 397 398
Note:
See TracChangeset
for help on using the changeset viewer.
