- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ippToPsps/perl/pspsSchema2xml.pl
r31108 r31439 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.
