Changeset 31279
- Timestamp:
- Apr 14, 2011, 1:25:27 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/pspsSchema2xml.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/pspsSchema2xml.pl
r31108 r31279 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.
